Prior to saving an image, specify the image's save options, by setting the properties below. Save options specify critical image saving information, including:
General Saving Options
- The SaveOptions.Format property specifies the type (format) of the saved file.
Image Color Management Saving Options
-
- To perform color management using the color profile specified in the ImageX image metadata:
- Set SaveOptions.UseEmbeddedColorManagement = True
-
Specify how profiles should be applied, by setting the SaveOptions. ColorRenderIntent property (for example, Picture, Graphics, Business or Colorimetric interpretation.)
-
The image is modified, to reflect the color profile, then saved.
To perform color management using a color profile specified in a file:
-
Set SaveOptions.UseEmbeddedColorManagement = False.
-
Specify how profiles should be applied, by setting the SaveOptions.ColorRenderIntent property (for example, Picture, Graphics, Business or Colorimetric interpretation.)
-
Set the SaveOptions. TargetProfileName to the name of the color profile you wish to apply to the image being saved
-
The image is modified to reflect the color profile, then saved.
FTP Saving Options:
To enable saving to a remote location, set the SaveOptions. Internet property as needed, to specify network credentials and proxy settings.
Annotation Saving Options
- The SaveOptionsAnnotations.Save property specifies whether annotations should be saved when the image is saved.
- The SaveOptionsAnnotations.View property specifies which view of the annotations should be saved (the annotations associated with the ImageXView object at a point in time). If View is null, the most recent ImageXView annotations are saved.
Image Format-Specific Save Options
- Multi page file: The MultiPage property specifies that the image is being saved to a multi-page file.
-
Thumbnail Size: The
ThumbnailSize specifies the size (in pixels) of the thumbnail to be saved.
- Multi page file: The MultiPage property specifies that the image is being saved to a multi-page file.
- Encoding mode: The EncodeModeCompression property specifies the encoding mode to use when creating the JBIG2 file.
- File organization: The FileOrganization property specifies the file organization of the JBIG2 bit stream.
- Invert bits: The InvertedRegion property specifies whether the bits should be inverted prior to symbol analysis.
- Looseness: The LoosenessCompression property specifies how loose to be when matching symbols and compressing text using either of the lossy text region encode modes.
- Interleave Mode: The Interleave property specifies the interleave mode for JLS compression.
- Point Transform: The Point property specifies that an optional point transform should be applied to the image data for compressing JPEG-LS files.
- Near: The Near property specifies the error tolerance for near-lossless compression.
- MaxValue: The MaxValue property enables you to specify the desired setting for the MaxValue parameter used in compression.
JPEG, TIFF-JPEG and ePIC files (SaveOptionsJpeg)
- Quality Level: The Chrominance property specifies the chrominance quality setting. The Luminance property specifies the luminance quality setting to use when saving the file. The SubSampling property specifies the sub-sampling type (which affects color sharpness).
|
For higher quality and lower compression, set Luminance and Chrominance in the low teens and set SubSampling to 1:1:1 compression.
For higher compression and lower quality, set Luminance and Chrominance in the low 20’s and set SubSampling to 4:1:1 compression
|
- Gray Scale: The Grayscale property specifies whether the file is saved as a gray scale file. The SaveOptionsJpeg.Cosited property specifies whether the image is compressed with cosited subsampling when saved. The SaveOptionsJpeg.Progressive property specifies whether JPEG files are to be saved as standard or progressive files.
- Color Space: The ColorSpace property specifies the image's color space.
- Compression Type: The Type property specifies whether the compression is lossy or lossless.
- Compressed Size: The CompressSize property specifies the desired size of the target file.
- Favor Speed: The FavorSpeed property specifies whether the speed of compression and subsequently decompression is to be favored instead of quality and compressed image size when saving to a JPEG 2000 image.
- Progression Order: The Order specifies the progression order of the saved JPEG2000 file.
- Tile Dimensions: The TileSize specifies the tile dimensions for the saved image.
- Grayscale: The Grayscale property specifies whether the saved image will be grayscale or color.
- The Type property specifies the type of compression used for saving a lossless JPEG file (Rgb, Ycbcr).
- Password: The Password property specifies the password for an ePIC (.PIC) format file.
- Format type: The Interlaced property specifies whether a PNG file is to be saved in the interlaced format.
- Transparency: The TransparencyColor specifies the color used to represent transparency. The TransparencyMatch specifies how to match image pixels to the transparency color. Transparency can be applied on pixels that are an exact match to the TransparencyColor, the closest match to the TransparencyColor, or not at all.
- Format type: The Type property specifies the GIF format for saving a GIF file.
- Transparency: The TransparencyMatch and SaveOptionsGif.TransparencyColor properties specify how transparency information will be saved in the file.
- Interlaced: The Interlaced property indicates whether the GIF file is saved in the interlaced format.
- Byte order: The .ByteOrder property indicates the byte order for saving a TIFF file.
- Compression type: The Compression property specifies the TIFF compression type for saving a TIFF file.
- Rows: The RowsPerStrip property specifies the number of rows to save in each strip of a TIFF file.
- Color space: The ColorSpace specifies the color space of the image being saved.
- Multipage: The MultiPage property specifies whether the image is being saved to a multi-page file.
- Black and White Levels: The Black and White properties specify the level of black and white used in the compression of the saved WSQ file.
- Quantization: The Quantization property specifies the quantization of the saved WSQ file.