User-1438894470 posted
Hey all.
I have an image file, which I load into my application, and create a bitmap object with it, but changing teh width/height. Is there anyway I can find out how much the filesize would be for this when it gets saved, without actually saving it at this point?
Basically, with resizing, I want to show the new width/height which is easy enough, but also what the filesize would be for saving teh image. Then if the user decides to save they can do so.
Thanks, Paul.