L_SetAutoFixBitmapResolutionOptions (original) (raw)
Summary
Sets the options used by LEADTOOLS to automatically convert the resolution of digital photos.
Syntax
#include "l_bitmap.h"
L_LTKRN_API L_INT EXT_FUNCTION L_SetAutoFixBitmapResolutionOptions(pOptions)
Parameters
L_AutoFixBitmapResolutionOptions * pOptions
Pointer to a structure that contains the options used to automatically convert the resolution of digital photos.
Returns
Value | Meaning |
---|---|
SUCCESS | The function was successful. |
< 1 | An error occurred. Refer to Return Codes. |
Comments
The values set by this function are global and affect all threads. They affect the load functions, the functions to obtain file information and the L_AutoFixBitmapResolution function.
To get the current options used to automatically convert bitmap resolution, call L_GetAutoFixBitmapResolutionOptions.
For more information on how LEADTOOLS automatically convert the resolution of digital photos, refer to L_AutoFixBitmapResolutionOptions.
Required DLLs and Libraries
- LTKRN
- 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
Structures
Topics
LEADTOOLS Raster Imaging C API Help