owenrb
May 26th, 2003, 10:52 PM
Hello there,
I have a question here regarding System.Drawing.Bitmap instansation. Every time we create an instance of this object using objImage = New System.Drawing.Bitmap(filename := imagefilepath), does it (already) loads the entire image data and information?
I am just concern with this matter, because all I want to do is get the dimension (width and height) of the image only, that I believe could be found in the image header information. And I don't want to load the (tail) image data information for this specific task.
Any Information or advice you may have will be very much appreciated.
Thanks in advance.
Regards,
Owen/
I have a question here regarding System.Drawing.Bitmap instansation. Every time we create an instance of this object using objImage = New System.Drawing.Bitmap(filename := imagefilepath), does it (already) loads the entire image data and information?
I am just concern with this matter, because all I want to do is get the dimension (width and height) of the image only, that I believe could be found in the image header information. And I don't want to load the (tail) image data information for this specific task.
Any Information or advice you may have will be very much appreciated.
Thanks in advance.
Regards,
Owen/