Open GoogleCodeExporter opened 9 years ago
Original comment by drewnoakes
on 30 Oct 2012 at 6:21
fair enough!
but especiall for RAW images I have currently no solution at all to write exif
tags. even sanselan (very unsupported right now) can't do this... so that would
be a real big benefit ;-)
Original comment by marcomoe...@gmail.com
on 30 Oct 2012 at 6:24
I guess I would start with supporting writing back fields that do not change
the length of the field. That would already be helpful for a number of use
cases (like changing the image orientation), and would not require rewriting
the whole image -- only the actual changes would need to be written back.
Later, the library could detect whether or not it would need to rewrite the
image, and keep the earlier version as an optimization.
I would not let the library bother whether or not a particular item should be
modified or not -- that should be up to the users of the library to decide. One
could of course add convenience methods for supported fields (again, like image
orientation).
Original comment by axel.doe...@gmail.com
on 26 Feb 2013 at 11:32
cool that this is now on your list!
I have especially to write the user comment field and GPS data... that would be
cool to have.
THX
-marco
Original comment by marcomoe...@gmail.com
on 26 Feb 2013 at 11:41
I'm wating for this feature very hard, too!
My needs are especially to write Title, Description, Tags and Faces in
appropriate directories and fields.
Thanx for great library!
Original comment by srnjaksr...@gmail.com
on 20 Apr 2013 at 9:58
[deleted comment]
I'm also waiting for this feature very bad !
I'm reading the EXIF orientation to rotate my photos in batch, and I need to
change the orientation EXIF to avoid multiple rotations... Actually I still
need the sanselan lib just for this...
Thanks and btw, great library !
Original comment by florian....@gmail.com
on 26 Nov 2013 at 11:00
This issue has been migrated along with the project to GitHub:
https://github.com/drewnoakes/metadata-extractor/issues/14
Original comment by drewnoakes
on 19 Nov 2014 at 5:41
Original issue reported on code.google.com by
drewnoakes
on 30 Oct 2012 at 6:17