L_SetLoadResolution

#include "l_bitmap.h"

L_LTFIL_API L_INT L_SetLoadResolution(nFormat, nWidth, nHeight)

Specifies the physical resolution (width and height) of the file to load.

Parameters

L_INT nFormat

File format. The following are possible values:

Value Meaning
FILE_PCD [57] Kodak PhotoCD
FILE_FPX [80] Kodak FlashPix
FILE_FPX_SINGLE_COLOR [81] Kodak FlashPix
FILE_FPX_JPEG [82] Kodak FlashPix
FILE_FPX_JPEG_QFACTOR [83] Kodak FlashPix
FILE_JBIG [115] JBIG
FILE_JBIG2 [183] JBIG 2
FILE_JP2 [163] JPEG 2000. This file format contains image data and extra information about the contents and organization of the file.
FILE_J2K [164] JPEG 2000. This file format contains only a stream of image data.
FILE_CMW [165] Wavelet CMP.
FILE_ECW [277] Enhanced Compressed Wavelet

L_UINT nWidth

Width of the bitmap to load. Pass 0 to get the default.

L_UINT nHeight

Height of the bitmap to load. Pass 0 to get the default.

Returns

Value Meaning
SUCCESS The function was successful.
< 1 An error occurred. Refer to Return Codes.

Comments

For PhotoCD files, you can do either of the following:

For FlashPix files, you can do any of the following:

For JBIG files, you can do any of the following:

For ECW files, you can do any of the following:

Note: You cannot set width/height larger than max values returned by L_ReadLoadResolutions function

Required DLLs and Libraries

Platforms

Win32, x64, Linux.

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

LEADTOOLS Raster Imaging C API Help

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