PC Review


Reply
Thread Tools Rate Thread

can DotNet read and/or write exif

 
 
Frank
Guest
Posts: n/a
 
      10th Feb 2007
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




 
Reply With Quote
 
 
 
 
Michael Phillips, Jr.
Guest
Posts: n/a
 
      10th Feb 2007
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
>
>
>
>



 
Reply With Quote
 
Frank
Guest
Posts: n/a
 
      10th Feb 2007
In Dotnet there is an ImageFormat.Exif Property.

What is that for?

Thanks


"Michael Phillips, Jr." <(E-Mail Removed)0m> wrote in message
news:(E-Mail Removed)...
> 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
>>
>>
>>
>>

>
>



 
Reply With Quote
 
Michael Phillips, Jr.
Guest
Posts: n/a
 
      10th Feb 2007
> In Dotnet there is an ImageFormat.Exif Property.
>
> What is that for?


It just lets you know that EXIF metadata is present.


" Frank" <(E-Mail Removed)> wrote in message
news:OfS%(E-Mail Removed)...
> In Dotnet there is an ImageFormat.Exif Property.
>
> What is that for?
>
> Thanks
>
>
> "Michael Phillips, Jr." <(E-Mail Removed)0m> wrote in message
> news:(E-Mail Removed)...
>> 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
>>>
>>>
>>>
>>>

>>
>>

>
>



 
Reply With Quote
 
Frank
Guest
Posts: n/a
 
      10th Feb 2007
It does NOT relate to a file extension - like maybe- *.EXIF
True?
thanks again

"Michael Phillips, Jr." <(E-Mail Removed)0m> wrote in message
news:%(E-Mail Removed)...
>> In Dotnet there is an ImageFormat.Exif Property.
>>
>> What is that for?

>
> It just lets you know that EXIF metadata is present.
>
>
> " Frank" <(E-Mail Removed)> wrote in message
> news:OfS%(E-Mail Removed)...
>> In Dotnet there is an ImageFormat.Exif Property.
>>
>> What is that for?
>>
>> Thanks
>>
>>
>> "Michael Phillips, Jr." <(E-Mail Removed)0m> wrote in message
>> news:(E-Mail Removed)...
>>> 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
>>>>
>>>>
>>>>
>>>>
>>>
>>>

>>
>>

>
>



 
Reply With Quote
 
RobinS
Guest
Posts: n/a
 
      10th Feb 2007
http://msdn.microsoft.com/library/de...mberstopic.asp

http://msdn.microsoft.com/library/de...sexiftopic.asp

You could always just try it and see if it works.


Robin S.
Ts'i mahnu uterna ot twan ot geifur hingts uto.
-----------------------------------------------
" Frank" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> It does NOT relate to a file extension - like maybe- *.EXIF
> True?
> thanks again
>
> "Michael Phillips, Jr." <(E-Mail Removed)0m> wrote in message
> news:%(E-Mail Removed)...
>>> In Dotnet there is an ImageFormat.Exif Property.
>>>
>>> What is that for?

>>
>> It just lets you know that EXIF metadata is present.
>>
>>
>> " Frank" <(E-Mail Removed)> wrote in message
>> news:OfS%(E-Mail Removed)...
>>> In Dotnet there is an ImageFormat.Exif Property.
>>>
>>> What is that for?
>>>
>>> Thanks
>>>
>>>
>>> "Michael Phillips, Jr." <(E-Mail Removed)0m> wrote in message
>>> news:(E-Mail Removed)...
>>>> 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
>>>>>
>>>>>
>>>>>
>>>>>
>>>>
>>>>
>>>
>>>

>>
>>

>
>



 
Reply With Quote
 
Frank
Guest
Posts: n/a
 
      10th Feb 2007
Try what?
I wanted to try to read such a file but searched my entire disk and couldn't
find one.
I'll look at the sites now.

Thanks

"RobinS" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> http://msdn.microsoft.com/library/de...mberstopic.asp
>
> http://msdn.microsoft.com/library/de...sexiftopic.asp
>
> You could always just try it and see if it works.
>
>
> Robin S.
> Ts'i mahnu uterna ot twan ot geifur hingts uto.
> -----------------------------------------------
> " Frank" <(E-Mail Removed)> wrote in message
> news:(E-Mail Removed)...
>> It does NOT relate to a file extension - like maybe- *.EXIF
>> True?
>> thanks again
>>
>> "Michael Phillips, Jr." <(E-Mail Removed)0m> wrote in message
>> news:%(E-Mail Removed)...
>>>> In Dotnet there is an ImageFormat.Exif Property.
>>>>
>>>> What is that for?
>>>
>>> It just lets you know that EXIF metadata is present.
>>>
>>>
>>> " Frank" <(E-Mail Removed)> wrote in message
>>> news:OfS%(E-Mail Removed)...
>>>> In Dotnet there is an ImageFormat.Exif Property.
>>>>
>>>> What is that for?
>>>>
>>>> Thanks
>>>>
>>>>
>>>> "Michael Phillips, Jr." <(E-Mail Removed)0m> wrote in message
>>>> news:(E-Mail Removed)...
>>>>> 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
>>>>>>
>>>>>>
>>>>>>
>>>>>>
>>>>>
>>>>>
>>>>
>>>>
>>>
>>>

>>
>>

>
>



 
Reply With Quote
 
Frank
Guest
Posts: n/a
 
      10th Feb 2007
I checked the sites but they had the same info as my VS help. As I said in
my post, I knew it was an image format property. All the other properties
relate to file extensions.

What I don't know is if exif also relates to an extension.


Does it?

Thanks




"RobinS" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> http://msdn.microsoft.com/library/de...mberstopic.asp
>
> http://msdn.microsoft.com/library/de...sexiftopic.asp
>
> You could always just try it and see if it works.
>
>
> Robin S.
> Ts'i mahnu uterna ot twan ot geifur hingts uto.
> -----------------------------------------------
> " Frank" <(E-Mail Removed)> wrote in message
> news:(E-Mail Removed)...
>> It does NOT relate to a file extension - like maybe- *.EXIF
>> True?
>> thanks again
>>
>> "Michael Phillips, Jr." <(E-Mail Removed)0m> wrote in message
>> news:%(E-Mail Removed)...
>>>> In Dotnet there is an ImageFormat.Exif Property.
>>>>
>>>> What is that for?
>>>
>>> It just lets you know that EXIF metadata is present.
>>>
>>>
>>> " Frank" <(E-Mail Removed)> wrote in message
>>> news:OfS%(E-Mail Removed)...
>>>> In Dotnet there is an ImageFormat.Exif Property.
>>>>
>>>> What is that for?
>>>>
>>>> Thanks
>>>>
>>>>
>>>> "Michael Phillips, Jr." <(E-Mail Removed)0m> wrote in message
>>>> news:(E-Mail Removed)...
>>>>> 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
>>>>>>
>>>>>>
>>>>>>
>>>>>>
>>>>>
>>>>>
>>>>
>>>>
>>>
>>>

>>
>>

>
>



 
Reply With Quote
 
RobinS
Guest
Posts: n/a
 
      10th Feb 2007
Here's the first link from googling "exif files".

http://park2.wakwak.com/~tsuruzoh/Co...ms/exif-e.html

which leads to this:

http://www.leadtools.com/SDK/Raster/...ormat-EXIF.htm

which says their tool "reads and writes the following Exit format: TIFF and
JPG."

Here's the next link which talks about a Jpeg Header and Thumbnail
Manipulator Program, and lists things they can extract from an Exif jpeg
file.

http://www.sentex.net/~mwandel/jhead/

Google is your friend.

So try opening a jpeg and check the ImageFormat.exif property and see if
it's true, and if so, the exif metadata is present, that would be my guess.

Robin S.
Ts'i mahnu uterna ot twan ot geifur hingts uto.
-----------------------------------------------
" Frank" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
>I checked the sites but they had the same info as my VS help. As I said in
>my post, I knew it was an image format property. All the other properties
>relate to file extensions.
>
> What I don't know is if exif also relates to an extension.
>
>
> Does it?
>
> Thanks
>
>
>
>
> "RobinS" <(E-Mail Removed)> wrote in message
> news:(E-Mail Removed)...
>> http://msdn.microsoft.com/library/de...mberstopic.asp
>>
>> http://msdn.microsoft.com/library/de...sexiftopic.asp
>>
>> You could always just try it and see if it works.
>>
>>
>> Robin S.
>> Ts'i mahnu uterna ot twan ot geifur hingts uto.
>> -----------------------------------------------
>> " Frank" <(E-Mail Removed)> wrote in message
>> news:(E-Mail Removed)...
>>> It does NOT relate to a file extension - like maybe- *.EXIF
>>> True?
>>> thanks again
>>>
>>> "Michael Phillips, Jr." <(E-Mail Removed)0m> wrote in message
>>> news:%(E-Mail Removed)...
>>>>> In Dotnet there is an ImageFormat.Exif Property.
>>>>>
>>>>> What is that for?
>>>>
>>>> It just lets you know that EXIF metadata is present.
>>>>
>>>>
>>>> " Frank" <(E-Mail Removed)> wrote in message
>>>> news:OfS%(E-Mail Removed)...
>>>>> In Dotnet there is an ImageFormat.Exif Property.
>>>>>
>>>>> What is that for?
>>>>>
>>>>> Thanks
>>>>>
>>>>>
>>>>> "Michael Phillips, Jr." <(E-Mail Removed)0m> wrote in
>>>>> message news:(E-Mail Removed)...
>>>>>> 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
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>
>>>>>>
>>>>>
>>>>>
>>>>
>>>>
>>>
>>>

>>
>>

>
>



 
Reply With Quote
 
Frank
Guest
Posts: n/a
 
      10th Feb 2007
at those sties I see things like: Exif Formats (TIFF and JPG) and so I keep
asking the same question:
Is exif a file extension or something that relates to files with other
extensions.

Is it used as a file extension yes or no?


As far as using Google, I get so many hits I must have looked at a hundred
sites but never there nor here found out the answer to my question.

I did find some great info about extracting exif data that I had no idea
some files have.


thanks for trying to help


"RobinS" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> Here's the first link from googling "exif files".
>
> http://park2.wakwak.com/~tsuruzoh/Co...ms/exif-e.html
>
> which leads to this:
>
> http://www.leadtools.com/SDK/Raster/...ormat-EXIF.htm
>
> which says their tool "reads and writes the following Exit format: TIFF
> and JPG."
>
> Here's the next link which talks about a Jpeg Header and Thumbnail
> Manipulator Program, and lists things they can extract from an Exif jpeg
> file.
>
> http://www.sentex.net/~mwandel/jhead/
>
> Google is your friend.
>
> So try opening a jpeg and check the ImageFormat.exif property and see if
> it's true, and if so, the exif metadata is present, that would be my
> guess.
>
> Robin S.
> Ts'i mahnu uterna ot twan ot geifur hingts uto.
> -----------------------------------------------
> " Frank" <(E-Mail Removed)> wrote in message
> news:(E-Mail Removed)...
>>I checked the sites but they had the same info as my VS help. As I said in
>>my post, I knew it was an image format property. All the other properties
>>relate to file extensions.
>>
>> What I don't know is if exif also relates to an extension.
>>
>>
>> Does it?
>>
>> Thanks
>>
>>
>>
>>
>> "RobinS" <(E-Mail Removed)> wrote in message
>> news:(E-Mail Removed)...
>>> http://msdn.microsoft.com/library/de...mberstopic.asp
>>>
>>> http://msdn.microsoft.com/library/de...sexiftopic.asp
>>>
>>> You could always just try it and see if it works.
>>>
>>>
>>> Robin S.
>>> Ts'i mahnu uterna ot twan ot geifur hingts uto.
>>> -----------------------------------------------
>>> " Frank" <(E-Mail Removed)> wrote in message
>>> news:(E-Mail Removed)...
>>>> It does NOT relate to a file extension - like maybe- *.EXIF
>>>> True?
>>>> thanks again
>>>>
>>>> "Michael Phillips, Jr." <(E-Mail Removed)0m> wrote in message
>>>> news:%(E-Mail Removed)...
>>>>>> In Dotnet there is an ImageFormat.Exif Property.
>>>>>>
>>>>>> What is that for?
>>>>>
>>>>> It just lets you know that EXIF metadata is present.
>>>>>
>>>>>
>>>>> " Frank" <(E-Mail Removed)> wrote in message
>>>>> news:OfS%(E-Mail Removed)...
>>>>>> In Dotnet there is an ImageFormat.Exif Property.
>>>>>>
>>>>>> What is that for?
>>>>>>
>>>>>> Thanks
>>>>>>
>>>>>>
>>>>>> "Michael Phillips, Jr." <(E-Mail Removed)0m> wrote in
>>>>>> message news:(E-Mail Removed)...
>>>>>>> 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
>>>>>>>>
>>>>>>>>
>>>>>>>>
>>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>
>>>>>>
>>>>>
>>>>>
>>>>
>>>>
>>>
>>>

>>
>>

>
>



 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
how to read exif information? sam Microsoft VB .NET 2 5th Nov 2008 05:24 PM
C# Lib to read/write Exif and IPTC ?? Merlin Microsoft C# .NET 3 16th Jan 2007 09:27 PM
Write EXIF data =?Utf-8?B?NDExMA==?= Microsoft Access VBA Modules 2 5th Jun 2006 05:06 PM
how to write (override/update) exif tags Erik Naasner Microsoft C# .NET 0 7th Apr 2004 02:00 PM
how to write (override/update) exif tags Erik Naasner Microsoft Dot NET Framework 0 7th Apr 2004 01:51 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 03:58 PM.