G
Guest
I need to read the header information on an image (could be a .jpeg, .gif,
..bmp) and find the height and width. I know I can open it as a binary file,
and bump to the appropriate location where height and width is stored in the
header, but I was wondering if anyone knows of a slick way of using
System.Drawing utilities to do this?
Thanks for any help you can give me.
..bmp) and find the height and width. I know I can open it as a binary file,
and bump to the appropriate location where height and width is stored in the
header, but I was wondering if anyone knows of a slick way of using
System.Drawing utilities to do this?
Thanks for any help you can give me.