On 5 May 2006 at 15:00, Tristan Gutsche wrote:

> Hello all,
> 
> I just has a query about automatically extracting IPCT data from files
> where staff have added metadata in photoshop. Using identify -verbose
> i can see the data that has been added. 
> 
> I need to know; is there any options that i can use that specifically
> targets IPCT data? 

Hi,

You want to read the IPTC data?

>From the docs:

"convert cockatoo.jpg exifdata.app1"

Will give you a file with the exif data, ditto 

"convert cockatoo.jpg data.iptc"

will give you a file (data.iptc) with the iptc data in. However the 
data isn't really plain text and you might have to do some more work 
to get the data you want from it. 

Good luck.
Dp.

_______________________________________________
Magick-users mailing list
[email protected]
http://studio.imagemagick.org/mailman/listinfo/magick-users

Reply via email to