brunolojor / jbrout

Automatically exported from code.google.com/p/jbrout
0 stars 0 forks source link

Enhancement proposal: iptc comment #51

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Hello, 

About the pictures metadata, the comment is stored in the "exif comment"
section of the pictures. Could it be possible to also add it in the "iptc
description" field (I think it's the name in IPTC) while retaining the exif
comment as primary key for jbrout, so that more other programs could view
it ? I see that useful for people to whom I send pictures, for instance (of
course I can also rename pics using the comment in the title. Easy with a
small script... that could also be an enhancement in the "export to
directory" command, by the way). 

Best regards, 
François

Original issue reported on code.google.com by chartier...@gmail.com on 26 Jan 2009 at 7:36

GoogleCodeExporter commented 9 years ago
comment are stored in "jpeg comment", not in "exif comment"

Original comment by manat...@gmail.com on 26 Jan 2009 at 7:52

GoogleCodeExporter commented 9 years ago
Sorry I got confused. I had a look at the different jpeg metadata definitions a
little while ago. I know it's fairly complicated with all norms out there, but 
still,
I sent pictures to my parents and couldn't see the comments, either in windows 
photo
something or in ACDSee (old version 3.0)...

Original comment by chartier...@gmail.com on 26 Jan 2009 at 8:12

GoogleCodeExporter commented 9 years ago
@chartier.francois: I had the same idea, but on second thought, this idea has an
issue: what would jBrout do if he found a picture where the jpeg comment and 
the iptc
description were both non-empty and different?

Original comment by davito...@gmail.com on 26 Jan 2009 at 8:44

GoogleCodeExporter commented 9 years ago
@chartier.francois: anyhow, this issue is now flagged invalid, I don't know if 
it can
be re-opened. Maybe you should create a new issue with the correct terms.

@manatlan; what do you think?

Original comment by davito...@gmail.com on 26 Jan 2009 at 9:04

GoogleCodeExporter commented 9 years ago
I thought about the issue too, and I guess overwriting other comments would be a
little... not the jbrout's respectful way. 

Maybe an optional mode ? like automatic renaming and rotating ? 

and while thinking again, maybe it was exif comment I wanted... I'll have to 
look
back into it. 

Original comment by chartier...@gmail.com on 26 Jan 2009 at 2:17

GoogleCodeExporter commented 9 years ago
You are not alone with this problem, so I guess it is worth investigating.

Currently, jBrout stores what he names (at least in French) a "comment" which he
stores in the general JPEG comment zone. There is also the IPTC 
Caption/Description.
We'll forget about the Microsoft.Comment tag ;-) 

It could be done in an "intelligent" way: if jBrout finds the IPTC
Caption/Description empty or if it is identical to the JPEG comment, he can 
update it
too. If he finds something in both these fields and they are different, jBout 
could
display their contents, ask which one should be kept, even offer to merge them.

Original comment by davito...@gmail.com on 26 Jan 2009 at 3:25