09-07-2008, 10:05
|
Adnan Ismail

Joined on 07-31-2006
Posts 1,271
|
Re: JPG file, Load ,L_AutoColorLevelBitmap, Save use API with Delphi ?
|
 
 
|
|
|
You can simply load the image using the L_LoadBitmap function, apply the L_AutoColorLevelBitmap on the loaded bitmap after that using the L_SaveBitmap function to save the bitmap.
You can find a sample code that load the image then apply the L_AutoColorLevelBitmap function in the "L_AutoColorLevelBitmap" help topic in our LEADTOOLS Raster Imaging API help file. All you need to add is the call for the L_SaveBitmap before you free the bitmap.
Adnan Ismail LEADTOOLS Technical Support
|
|
|
|
|
Report
|
|
|
|