Page 1 of 1

IPTC write with NC

Posted: Mon Mar 22, 2004 9:51 pm
by panpan
Hello
I'd like to write IPTC data from a database (keywords) into my jpeg files. It seems to me that I can edit the IPTC data with xnview, remove them with NConvert, but can I WRITE new IPTC values with NC ?

Or maybe do you know WHERE I can find a php class to do so (my software is for a php-mysql application)

Many thanks for your software I use for a long time now !

Re: IPTC write with NC

Posted: Tue Mar 23, 2004 4:32 am
by xnview
panpan wrote:Hello
I'd like to write IPTC data from a database (keywords) into my jpeg files. It seems to me that I can edit the IPTC data with xnview, remove them with NConvert, but can I WRITE new IPTC values with NC ?
Or maybe do you know WHERE I can find a php class to do so (my software is for a php-mysql application)
Yes, it's not possible.
You want a feature to add new IPTC values in NConvert?
Regards. Pierre.

Re: IPTC write with NC

Posted: Tue Mar 23, 2004 7:09 pm
by panpan
Oh OUI !
I'd like to run a batch program to update IPTC values (and exif as well ?)from my database, where all my keywords are stored, so the pictures will be available for search with any standard program in the future (I have 14000 pictures today with >60000 keywords...)
It's a web php/Mysql application that permits myself to see/label/share my pictures from anywhere.

philippe@anquetin.com
(french)

Re: IPTC write with NC

Posted: Fri Feb 10, 2006 6:21 pm
by WilliamsContreras
I'm looking similar solution. I was tryning with Covert in ImageMagick and PHP, but it's very complicated.
Williams

Re: IPTC write with NC

Posted: Thu Feb 23, 2006 8:31 am
by WilliamsContreras
:D
I was created JPG thumbnail from PSD, JPG and EPS files.
NConvert can transfer from these formats maintaining IPTC data. Very good!.
But TIF is not transfered. (TIF and IPTC is only in Xnview) :(


About last post (iptc - php - and mysql)
I found a very fast solution using iptcparse() and iptcembed() (read more in www.php.net).

Regards from Chile