Is this page helpful?

In this page

J2KCOMPRESSIONCONTROL

Summary

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

Syntax

Copied to clipboard
typedef enum tagJ2KCOMPRESSIONCONTROL 
{ 
   J2K_COMPRESSION_LOSSLESS = 0, //Lossless compression. 
   J2K_COMPRESSION_RATIO = 1,// Use the fCompressionRatio value for compression 
   J2K_COMPRESSION_TARGETSIZE = 2, // Use the uTargetFileSize value for compression 
   J2K_COMPRESSION_QFACTOR = 3,// Use the qFactor value for compression 
} J2KCOMPRESSIONCONTROL, *pJ2KCOMPRESSIONCONTROL; 

Usage

Help Version 23.0.2024.2.29
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2025 Apryse Sofware Corp. All Rights Reserved.

LEADTOOLS Raster Imaging C API Help
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2025 Apryse Sofware Corp. All Rights Reserved.