![]() |
Adobe Photoshop SDK |
|
Format Flags for PIFmtFlagsProperty A set of flags that controls the operation of the file format plug-in. More...
Detailed DescriptionA set of flags that controls the operation of the file format plug-in. Define Documentation
Controls whether Photoshop adds the image resources to the Mac OS resource fork. If FALSE, Photoshop adds the image resources to the Mac OS resource fork but this is not be portable to other platforms.
Indicates that the plug-in can read files, when the flag is TRUE.
Indicates that the plug-in can write files, when the flag is TRUE.
Indicates that plug-in can write the file if the plug-in originally read the file, when the flag is TRUE.
Indicates that the plug-in supports saving the transparency index of indexed color image or saving transparency as a first alpha channel for other color modes, when the flag is TRUE. See also FormatRecord::transparencyMatting and FormatRecord::transparencyPlane.
Indicates that the plug-in can create a Thumbnail, when the flag is TRUE. Set the flag only when the plug-in does not need to query for open parameters./n/n
Indicates that the plug-in can save spot channels when the flag is TRUE. |