#include "l_bitmap.h"
L_LTKRN_API L_INT EXT_FUNCTION L_AutoFixBitmapResolution(pBitmap)
Automatically converts the resolution of the specified bitmap.
Pointer to the bitmap handle referencing the bitmap whose resolution should be automatically converted.
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. |
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
Win32, x64.
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document