The MSDN site has information that may help you here:
http://msdn2.microsoft.com/en-us/library/xddt0dz7.aspx
Since gdiplus is old (i.e., the only version ever released was version 1.0),
it does not support all of the EXIF image tags.
A more robust solution is to use the COM Interfaces IStorage,
IPropertySetStorage, etc.
These interfaces will allow you to read and write all EXIF image tags, as
well as, all metadata for video, music, compound documents, etc.
See the MSDN online site for details. There ares no .Net classes or methods
implemented. You must implement these interfaces yourself.
" Frank" <(E-Mail Removed)> wrote in message
news:uZ%(E-Mail Removed)...
>I see that ImageFormat includes exif.
>
> But I can't find out if
>
> I've System.Drawing.Image.FromStream
>
> or something like it
>
> can read and/or write that format.
>
>
>
> I'm familiar with Q316563 but it does not mention exif
>
>
>
> Thanks in advance
>
>
>
>