ImgFrame_GetEditsSummary¶
Return an image frame’s edits summary.
ImgFrame_GetEditsSummary(imgDocRef;frameIdx) ➔ editsSummary
| → | imgDocRef |
Text | The image document reference |
| → | frameIdx |
Longint | The image frame index |
| ↩︎ | editsSummary |
Longint | The frame edits summary |
Return a bit-mask describing the edits that have been done to an image frame.
The image document is specified by imgDocRef, and the frame by frameIdx.
The edits summary is returned in editsSummary. The editsSummary is a bit-mask that describes
the edits that have been applied to the frame (for example applications of filters).
The constants in the “Image Edits” group describe the bit masks corresponding to a document’s or frame’s edits:
| Constant | Value | Description |
|---|---|---|
| kImgFrameArrayModified | 0x0001 |
The document’s frame array has been modified (frames inserted or removed). |
| kRasterFramePixelsModified | 0x0002 |
The raster frame’s pixels have been modified. |
| kImgXMPDataModified | 0x0004 |
The XMP data have been modified. |
| kRasterFrameOrientationModified | 0x0008 |
The raster frame’s orientation has been modified. |
| kRasterFrameResolutionModified | 0x0010 |
The raster frame’s resolution has been modified. |