Is there a function like GDIP_IMAGEFROMFILE() that returns a bitmap handle of a reduced image? Something like
GDIP_THUMBNAILSFROMFILE( cImg, nWidth, nHeight )
EMG
Is there a function like GDIP_IMAGEFROMFILE() that returns a bitmap handle of a reduced image? Something like
GDIP_THUMBNAILSFROMFILE( cImg, nWidth, nHeight )
EMG
You can use FIMakeThumbNail()
Thank you, but I don't want to use FreeImage DLL.
EMG
FW_ReadImage( uSource, aSize ) --> hBmp
Thank Rao, it works fine! Only a note: the correct syntax is
FW_ReadImage( , uSource, aSize ) --> hBmp
EMG