H
My problem is that we have a huge library of images that have been created using ADOBE Photoshop. Each image has been saved with a range of applicable keywords. If I open up the images in say Wordpad I can physically see the keywords listed as text
So the problem is that when I use the System.Drawing.Imaging.PropertyItem it returns a collection of these items but the keywords do not seem to be included
Has anybody had any experience of this problem
Thanks in advanc
Andy
Bob Powell [MVP] - 06 Jun 2004 18:47 GMT
Can you post a small image, no more than 100*100 with some key-words in and
I'll see if I can find the solution.

Signature
Bob Powell [MVP]
Visual C#, System.Drawing
Image transition effects, snap-to-grid and Layered Windows are
all discussed in May's edition of Well Formed for C# or VB programmers
http://www.bobpowell.net/currentissue.htm
Answer those GDI+ questions with the GDI+ FAQ
http://www.bobpowell.net/gdiplus_faq.htm
The GDI+ FAQ RSS feed: http://www.bobpowell.net/faqfeed.xml
Windows Forms Tips and Tricks RSS: http://www.bobpowell.net/tipstricks.xml
Bob's Blog: http://bobpowelldotnet.blogspot.com/atom.xml
> Hi
>
> My problem is that we have a huge library of images that have been created using ADOBE Photoshop. Each image has been saved with a range of applicable
keywords. If I open up the images in say Wordpad I can physically see the
keywords listed as text.
> So the problem is that when I use the System.Drawing.Imaging.PropertyItem it returns a collection of these items but the keywords do not seem to be
included.
> Has anybody had any experience of this problem?
>
> Thanks in advance
>
> Andy
Bill Broker - 25 Jun 2004 21:38 GMT
The product I use, LEADTOOLS, can be used to load JPEG images, and read the
comments stored inside them.
(http://www.leadtools.com/)
Post an image, and I'll see if I can read the metadata.
> Hi
>
> My problem is that we have a huge library of images that have been created using ADOBE Photoshop. Each image has been saved with a range of applicable
keywords. If I open up the images in say Wordpad I can physically see the
keywords listed as text.
> So the problem is that when I use the System.Drawing.Imaging.PropertyItem it returns a collection of these items but the keywords do not seem to be
included.
> Has anybody had any experience of this problem?
>
> Thanks in advance
>
> Andy