to convert a png image I use
DEFAULT nResize:=0.30
hBmp: = FW_ReadImage (nil, cFile) [1]
hNew: = FW_TransformBitmap (hBmp, NIL, nResize)
FW_SaveImage (hNew, cFolderTemp + cNewName + ext, 40)
but then using a combo I don't see the sharp image
JPG

if I turn it into a bmp format it is even worse
bmp

how do i get a clear picture?
DEFAULT nResize:=0.30
hBmp: = FW_ReadImage (nil, cFile) [1]
hNew: = FW_TransformBitmap (hBmp, NIL, nResize)
FW_SaveImage (hNew, cFolderTemp + cNewName + ext, 40)
but then using a combo I don't see the sharp image
JPG

if I turn it into a bmp format it is even worse
bmp

how do i get a clear picture?
Since from 1991/1992 ( fw for clipper Rel. 14.4 - Momos)
I use : FiveWin for Harbour March-April 2024 - Harbour 3.2.0dev (harbour_bcc770_32_20240309) - Bcc7.70 - xMate ver. 1.15.3 - PellesC - mail: silvio[dot]falconi[at]gmail[dot]com
I use : FiveWin for Harbour March-April 2024 - Harbour 3.2.0dev (harbour_bcc770_32_20240309) - Bcc7.70 - xMate ver. 1.15.3 - PellesC - mail: silvio[dot]falconi[at]gmail[dot]com




