In This Topic ▼

J2KCOMPRESSIONCONTROL

Summary

This data type is used within the FILEJ2KOPTIONS structure to control the compression of JPEG 2000 files.

Syntax

typedef enum _J2KCOMPRESSIONCONTROL 
{ 
   J2K_COMPRESSION_LOSSLESS   = 0,  // lossless compression 
   J2K_COMPRESSION_RATIO      = 1,  // use fCompressionRatio 
   J2K_COMPRESSION_TARGETSIZE = 2,  // use uTargetFileSize 
   J2K_COMPRESSION_QFACTOR    = 3,  // use qFactor 
} 
J2KCOMPRESSIONCONTROL, *pJ2KCOMPRESSIONCONTROL; 

Usage

Help Version 23.0.2024.2.29
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

LEADTOOLS Raster Imaging C++ Class Library Help

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.