From 496f42fd5c7868643d01b65cbf6d52e8a876d1bf Mon Sep 17 00:00:00 2001 From: Sven Neumann Date: Sat, 19 Jun 2004 08:58:14 +0000 Subject: [PATCH] document "exif-data" parasite. 2004-06-19 Sven Neumann * devel-docs/parasites.txt: document "exif-data" parasite. --- ChangeLog | 4 ++++ devel-docs/parasites.txt | 6 +++++- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 08ee69e43a..2d067738cd 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2004-06-19 Sven Neumann + + * devel-docs/parasites.txt: document "exif-data" parasite. + 2004-06-18 Manish Singh * plug-ins/common/film.c: Don't use deprecated gimp_text functions, diff --git a/devel-docs/parasites.txt b/devel-docs/parasites.txt index 93daf626be..1299b71dd6 100644 --- a/devel-docs/parasites.txt +++ b/devel-docs/parasites.txt @@ -109,7 +109,7 @@ Global data follows no strict rules. "jpeg-exif-data" (IMAGE) The ExifData structure serialized into a uchar* blob from - libexif. + libexif. This is deprecated in favor of "exif-data". "png-save-defaults" (GLOBAL, PERSISTENT) Default save parameters used by the PNG plug-in. @@ -153,6 +153,10 @@ Global data follows no strict rules. Example: a hot spot at coordinates (5,5) is stored as "5 5" +"exif-data" (IMAGE, PERSISTENT) + The ExifData structure serialized into a character array by + libexif (using exif_data_save_data). + "icc-profile" (IMAGE, PERSISTENT) This contains an ICC profile describing the color space the image was produced in. TIFF images stored in PhotoShop do