Is there a function like GDIP_IMAGEFROMFILE() that returns a bitmap handle of a reduced image? Something like
GDIP_THUMBNAILSFROMFILE( cImg, nWidth, nHeight )
EMG
Load thumbnails
- Enrico Maria Giordano
- Posts: 8753
- Joined: Thu Oct 06, 2005 8:17 pm
- Location: Roma - Italia
- Has thanked: 1 time
- Been thanked: 4 times
- Contact:
- Enrico Maria Giordano
- Posts: 8753
- Joined: Thu Oct 06, 2005 8:17 pm
- Location: Roma - Italia
- Has thanked: 1 time
- Been thanked: 4 times
- Contact:
- nageswaragunupudi
- Posts: 10721
- Joined: Sun Nov 19, 2006 5:22 am
- Location: India
- Been thanked: 8 times
- Contact:
- Enrico Maria Giordano
- Posts: 8753
- Joined: Thu Oct 06, 2005 8:17 pm
- Location: Roma - Italia
- Has thanked: 1 time
- Been thanked: 4 times
- Contact:
Re: Load thumbnails
Thank Rao, it works fine! Only a note: the correct syntax is
FW_ReadImage( , uSource, aSize ) --> hBmp
EMG
FW_ReadImage( , uSource, aSize ) --> hBmp
EMG