Products | Support | Send comments on this topic. | Email a link to this topic. | Back to Getting Started | Help Version 18.0.11.1
LEADTOOLS Raster Imaging C DLL Help

J2KCOMPRESSIONCONTROL

Show in webframe

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;

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

Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.