Keep exif info with file_jpeg_save?
On Thu, Sep 08, 2005 at 07:43:52PM +0200, Stephan Brunner wrote:
Hi all,
I'm writing my first gimp-perl plug-in and it is really doing what it's
supposed to do - except one thing:
After some modifications of an image, the script saves the image with
gimp_jpeg_save, but there is no "write exif"-option and so no exif-info is
written with the saved jpg. In the normal GUI "File->Save"-Dialog, however,
there is this option and it works as expected.
Did I miss something, or is there really no way to get the same
exif-containing jpg by script than by interactive mode?
can you use perl directly to use libexif?
as far as i know, the gimps metadata editor is not committed yet even in
cvs if it exists. the developers have many complaints about how it
works as well. i think it should be easier and quicker just to use perl
to do it while they sort through things and become inspired to commit
whatever things they have done so far.
at least, this was the approach i was going to take with python and my
scripting attempts ....
carol