L_AutoFixBitmapResolution

#include "l_bitmap.h"

L_LTKRN_API L_INT EXT_FUNCTION L_AutoFixBitmapResolution(pBitmap)

Automatically converts the resolution of the specified bitmap.

Parameters

pBITMAPHANDLE pBitmap

Pointer to the bitmap handle referencing the bitmap whose resolution should be automatically converted.

Returns

Value Meaning
SUCCESS The function was successful.
SUCCESS_ABORT The function was successful but the bitmap resolution did not need to be updated.
< 1 An error occurred. Refer to Return Codes.

Comments

This function uses the values set through L_SetAutoFixBitmapResolutionOptions to determine whether it should automatically convert the bitmap resolution. If it determines that the resolution should be updated, L_AutoFixBitmapResolution will update pBitmap->XResolution and pBitmap->YResolution.

The load functions call this function to convert the resolution of digital photos during loading.

To get the current options used to automatically convert the bitmap resolution, call L_GetAutoFixBitmapResolutionOptions.

For more information on how LEAD automatically converts the resolution of digital photos, see the L_AutoFixBitmapResolutionOptions topic.

Required DLLs and Libraries

Platforms

Win32, x64.

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

LEADTOOLS Raster Imaging C API Help