look at this sample application
http://www.windowsforms.net/Applicat...=50&tabindex=8
they modify image's header
"Brian Kitt" <(E-Mail Removed)> wrote in message
news:5A2859D6-2960-48CF-B2B1-(E-Mail Removed)...
>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.