Hi
I'm reading a bitmap image form the current window or off screen buffer by using given below API uchar * fl_read_image ( uchar *p , int x, int y, int w , int h , int alpha =0); with buffer of X*Y*3 I could able to save image in the file. But the size of the file is around 1 MB in case of 600*600 pixels. I want to reduce the size of file. How to do that? Why need to create buffer of X*Y*3 in case of bitmap image if it is image like jpeg image (RGB components). Ok Regards Raj _______________________________________________ fltk mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk

