i guess the fastest way would be to implement some scaler (there is lot of
sources for them on internet, just search), or use resize functions from 
pnojpeglib

[EMAIL PROTECTED] wrote:
> The application I'm developing requires that a full screen size bitmap be 
> reduced to a thumbnail, that is, from 320 x 320 to 80 x 80 (double density). 
> 
> I've tried creating an offscreen window and drawing the bitmap on it and then 
> copying the offscreen window contents to the double density active window 
> with kBitmapScalingOff option and the size then reduces to 160 x 160. How can 
> it be reduced further? 
> 
> There's a Media application which does a remarkable job at reducing images to 
> thumbnails. 
> 

-- 
For information on using the ACCESS Developer Forums, or to unsubscribe, please 
see http://www.access-company.com/developers/forums/

Reply via email to