D
Danny Ni
Hi,
I have a couple of questions about System.Drawing.Bitmap class:
(1) Can I tell the size (as in how many KB/MB it will take to store, not
width and height) without storing it into hard drive?
(2) Is there a way to compare 2 bitmaps? Say I download 2 jpg files from 2
different sites, I want to know if they are the same. If there is no way to
compare, will method in (1) work?
TIA
I have a couple of questions about System.Drawing.Bitmap class:
(1) Can I tell the size (as in how many KB/MB it will take to store, not
width and height) without storing it into hard drive?
(2) Is there a way to compare 2 bitmaps? Say I download 2 jpg files from 2
different sites, I want to know if they are the same. If there is no way to
compare, will method in (1) work?
TIA