Gets and sets an indicator as to whether the image was compressed with cosited sub-sampling.
Read-write property
Visual Basic |
---|
Public Property JPEGCosited As Boolean |
True if the image was compressed with cosited sub-sampling.
False if the image was NOT compressed with cosited sub-sampling.
There is no flag in JPEG files to indicate compression with cosited (2-1-1) sub-sampling. Therefore, this fact must be determined independently by the application performing the file load method.