Open GoogleCodeExporter opened 9 years ago
This might help:
http://www.asmail.be/msg0055517610.html
Original comment by p.edel...@gmail.com
on 14 Mar 2007 at 9:38
Info about IPTC tag numbers
Original comment by p.edel...@gmail.com
on 16 Mar 2007 at 10:53
Oops....forgot the URL:
http://www.sno.phy.queensu.ca/~phil/exiftool/TagNames/IPTC.html
Original comment by p.edel...@gmail.com
on 16 Mar 2007 at 10:53
If my understanding is correct, each IPTC tag is layed out as following (square
brackets denote the number of bytes):
0x1C - record number[1] - tag number[1] - length [2] - data [length]
Original comment by p.edel...@gmail.com
on 16 Mar 2007 at 11:44
Reading now works, and writing too as long as the data is already encoded.
Tag tables and de/encoding should still be implemented.
Original comment by p.edel...@gmail.com
on 17 Mar 2007 at 11:50
Everything is basically implemented, but the specs about the different kind of
tags
still show some gaps. The data is now based on the Exiftool specification.
Also, the encoder does not account for the minimum and maximum count. A
separate bug
for this issue has been opened, number 17.
Original comment by p.edel...@gmail.com
on 18 Mar 2007 at 10:33
The IPTC specification chapter 5 through 13 specify this information. See
attachmeny.
Original comment by p.edel...@gmail.com
on 19 Mar 2007 at 9:30
Attachments:
Original comment by p.edel...@gmail.com
on 10 Apr 2007 at 9:08
Original issue reported on code.google.com by
p.edel...@gmail.com
on 11 Mar 2007 at 3:48