RSS/Atom feed Twitter
Site is read-only, email is disabled

GIMP save modfied EXIF

This discussion is connected to the gimp-user-list.gnome.org mailing list which is provided by the GIMP developers and not related to gimpusers.com.

This is a read-only list on gimpusers.com so this discussion thread is read-only, too.

1 of 1 message available
Toggle history

Please log in to manage your subscriptions.

GIMP save modfied EXIF Scott Jacobs via gimp-user-list 07 Apr 00:25
Scott Jacobs via gimp-user-list
2017-04-07 00:25:47 UTC (about 7 years ago)

GIMP save modfied EXIF

after finishing what should I click to be save ?

My guess, from looking at your picture, is that probably GIMP holds the EXIF metadata in memory, and that it automatically gets saved whenever you save the GIMP .xcf file, and gets exported along with the image whenever you export as an image format that can save EXIF metadata, which I think is just .jpg and .tiff. "It is not used in JPEG 2000, PNG, or GIF." [https://en.wikipedia.org/wiki/Exif]

[As an aside, possibly relevent:

I had the situation, that when I renamed my photos, or rotated them in an image-viewing program, or possibly also overwrote them in GIMP, that the file-modification date/time became the day that I renamed/ rotated/overwrote them, and that because I needed the file-modification date/time to remain the moment that I took the picture (primarily for ease in sorting through the photos in Nautilus/Nemo - so that I could tell what pictures were taken after what other photos, and what were all on the same date, etc.), I needed some way to change the date/time back to the original photo-taking time.

I google'd the issue, and found that I could use the following command to reset the date/time to the original:

exiftool "-DateTimeOriginal>FileModifyDate" if , "then only supported file types in the directory are processed...Adding the -r option causes subdirectories to be processed recursively" (from "man exiftool") exiftool is in the package "libimage-exiftool-perl" and should be in your Linux repositories. It is also available for Windows and Mac... See "ExifTool by Phil Harvey" : http://www.sno.phy.queensu.ca/~phil/exiftool/ ]