How create an mirror Image ?
Best Regards, Saludos
Falconi Silvio
Falconi Silvio
How create an mirror Image ?
Perhaps I found the solution
FreeImage_RotateClassic(DIB, Angle)
Declare Function FreeImage_RotateClassic Lib "FreeImage.dll" Alias "_FreeImage_RotateClassic@12" (ByVal DIB As Long, ByVal Angle As Double) As Long
No, a rotation is not a mirroring. Try with FreeImage_FlipHorizontal().
EMG
ok where I can found all the parameters for it func ?
can you write the wrapper for it ?
FreeImage_FlipHorizontal
DLL_API BOOL DLL_CALLCONV FreeImage_FlipHorizontal(FIBITMAP *dib);