Saving image files in GDI Plus
I have two image bitmaps in memory, both of same resolution(height x width x bpp). I would like to save one of them on to a file as JPG. I want to save the one which will take up lesser disk space or have a lesser file size. Can I find out the file size before saving the image?