Products | Support | Send comments on this topic. | Email a link to this topic. | Back to Getting Started | Help Version 18.0.10.24
LEADTOOLS Raster imaging C++ Class library help

LFileSettings::SetLoadResolution

Show in webframe

#include "ltwrappr.h"

static L_INT LFileSettings::SetLoadResolution(nFormat, nWidth, nHeight)

L_INT nFormat;

/* file format */

L_UINT32 nWidth;

/* width of the bitmap to load */

L_UINT32 nHeight;

/* height of the bitmap to load */

Specifies the physical resolution (width and height) of the FlashPix, PhotoCD, ECW, or JBIG file to load.

Parameter

Description

nFormat

File format. The following are possible values:

 

Value

Meaning

 

FILE_PCD

[57] Kodak PhotoCD

 

FILE_FPX

[80] Kodak FlashPix

 

FILE_JBIG

[115] JBIG

 

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.

nWidth

Width of the bitmap to load. You can pass 0 to get the default.

nHeight

Height of the bitmap to load. You can pass 0 to get the default.

Returns

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:

Required DLLs and Libraries

LTFIL
File format DLLs

For a listing of the exact DLLs and Libraries needed, based on the toolkit version, refer to Files To Be Included With Your Application.

Platforms

Win32, x64.

See Also

Functions:

LFileSettings::GetLoadResolution, Class Members, LFileSettings::GetViewMode2D, LFileSettings::GetViewPort2D, LFileSettings::SetViewMode2D, LFileSettings::SetViewPort2D

Example

For an example, refer to LFileSettings::GetLoadResolution.

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