LEADTOOLS Image File Support (Leadtools.Codecs assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.29
CodecsJpegLoadOptions Class Members
See Also  Properties 
Leadtools.Codecs Namespace : CodecsJpegLoadOptions Class

The following tables list the members exposed by CodecsJpegLoadOptions.

Public Properties

 NameDescription
public Property DisableMmxEnables or disables use of MMX optimized instructions when loading JPEG and LEAD CMP images.  
public Property DisableP3Enables or disables use of PIII optimized instructions when loading JPEG and LEAD CMP images.  
public Property ForceCieLabForces the load process to expect CIELAB colorspace data in the file.  
public Property ForceRgbFileForces the load process to expect RGB colorspace data in the file.  
public Property IgnoreAdobeColorTransformIgnore the Adobe marker containing color transformations.  
public Property UseBadJpegPredictorForces the loading of lossless JPEG files that contain incorrect predictors.  
public Property UseFastConversionEnables or disables use of the fast color conversions when loading CMYK or CIELab files.  
Top

See Also