#include "l_bitmap.h"
L_LTKRN_APIL_INTL_ReverseBitmap(pBitmap)
Reverses the specified bitmap (left to right) to produce a mirror image.
Pointer to the bitmap handle referencing the bitmap to reverse.
Value | Meaning |
---|---|
SUCCESS | The function was successful. |
< 1 | 一个错误发生。指Return Codes. |
更新状态栏或检测用户中断during execution of this function, refer toL_SetStatusCallback.
Required DLLs and Libraries
Win32, x64, Linux.
For complete sample code, refer to the FEATURE2
example.
这个示例贷款ds a bitmap and reverses it.
L_INT ReverseBitmapExample(L_VOID)
{
L_INT nRet;
BITMAPHANDLE LeadBitmap; /* Bitmap handle to hold the loaded image. */
/* Load the bitmap, keeping the bits per pixel of the file */
nRet = L_LoadBitmap (MAKE_IMAGE_PATH(TEXT("IMAGE1.CMP")), &LeadBitmap,sizeof(BITMAPHANDLE), 0, ORDER_BGR, NULL, NULL);
if(nRet != SUCCESS)
returnnRet;
/* Reverse the bitmap */
nRet = L_ReverseBitmap(&LeadBitmap);
if(nRet != SUCCESS)
returnnRet;
nRet = L_SaveBitmap(MAKE_IMAGE_PATH(TEXT("Result.BMP")), &LeadBitmap, FILE_BMP, 24, 0, NULL);
if(nRet != SUCCESS)
returnnRet;
if(LeadBitmap.Flags.Allocated)
L_FreeBitmap(&LeadBitmap);
returnSUCCESS;
}
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
188宝金博怎么下载
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
Your email has been sent to support! Someone should be in touch! If your matter is urgent please come back into chat.
Chat Hours:
Monday - Friday, 8:30am to 6pm ET
Thank you for your feedback!
Please fill out the form again to start a new chat.
All agents are currently offline.
Chat Hours:
Monday - Friday
早上8:30 - 6点
To contact us please fill out this form and we will contact you via email.