PImageSaveForSep

Saves the selected bitmap color image as either a CMYK or high-fidelity color image, based on settings in the Color Managment System Preferences dialog box, and the CMS Source Profile dialog box.


Command constructor

PImageSaveForSep(const char * fImage, PMBool bUpdateLink, short cPreview, short nFileFormat, PMBool bCropped, PMBool bProfile, short nCompression, short nDataFormat, PMBool b60SpecCompliance);
const char * fImage;
Full path and name for the new color image (you must specify a new name; you cannot overwrite the existing image)
PMBool bUpdateLink;
false to leave image that is placed on page linked to original file
true to link image that is placed on page to the new, preseparated image
short cPreview;
0 for None (no preview)
1 for Draft
2 for Best
short nFileFormat;
0 save as a DCS
1 save as a TIFF
PMBool bCropped;
true save cropped image
false save full image
PMBool bProfile;
true include color management profile with the image
false do not include profile
short nCompression;
0 for none
1 for minimum
2 for maximum lossless
3 for maximum lossy
short nDataFormat;
0 - Normal interleaved
1 - Normal planar
2 - Tile interleaved
3 - Tile planar
PMBool b60SpecCompliance;
true saved image complies with the 6.0 TIFF specification
false saved image is not a 6.0 TIFF

Restrictions. The PImageSaveForSep command separates only when:


See also

The PGetObjectIDList, PGetObjectList, PGetSelectIDList, and PGetSelectIDListTop queries

Adobe PageMaker 6.5 Help > Commands > File > Preferences


Copyright © 1996, Adobe Systems Incorporated. All rights reserved.

Comments or suggestions? Contact Adobe Developer Support