Is there any difference when you load into bitmap the same image from bmp or from png (or other format)? Does the original image format influence Bitmap object size in RAM?
Is there a way to archive Bitmap objects in order to make them less RAM resources consuming?
There are two ways to save the data in memory
Image object size is not influenced with the original image format. but the size of the stream , that saves the object – does.
Here is the way how to get stream from the object: