Gets or sets the type of compression for lossless JPEG.
Read-write property
Visual Basic |
---|
Public Property SaveLJPCompType As enumSaveLJPCompType |
An enumSaveLJPCompType value which determines the type of compression for lossless JPEG.
This property only applies to lossless JPEG files. It is ignored for all other image file formats.
When set to LJPTYPE_RGB, image data is compressed in RGB format. When set to LJPTYPE_YCBCR, image data is first converted to YCBCR and then compressed. When YCBCR files are decompressed, they are converted back to RGB.
Note: Available in Professional Edition.