Page 1 of 1
MIRROR
Posted: Thu Nov 29, 2007 11:08 am
by Silvio
How create an mirror Image ?
Posted: Thu Nov 29, 2007 12:01 pm
by Silvio
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
Posted: Thu Nov 29, 2007 1:45 pm
by Enrico Maria Giordano
No, a rotation is not a mirroring. Try with FreeImage_FlipHorizontal().
EMG
Posted: Thu Nov 29, 2007 4:20 pm
by Silvio
ok where I can found all the parameters for it func ?
Posted: Thu Nov 29, 2007 4:56 pm
by StefanHaupt
Silvio,
here you can find the documentation of Freeimage
http://downloads.sourceforge.net/freeim ... ge3100.pdf
Posted: Thu Nov 29, 2007 5:27 pm
by Silvio
can you write the wrapper for it ?
FreeImage_FlipHorizontal
DLL_API BOOL DLL_CALLCONV FreeImage_FlipHorizontal(FIBITMAP *dib);