document "exif-data" parasite.

2004-06-19  Sven Neumann  <sven@gimp.org>

	* devel-docs/parasites.txt: document "exif-data" parasite.
This commit is contained in:
Sven Neumann 2004-06-19 08:58:14 +00:00 committed by Sven Neumann
parent b93b92be2d
commit 496f42fd5c
2 changed files with 9 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2004-06-19 Sven Neumann <sven@gimp.org>
* devel-docs/parasites.txt: document "exif-data" parasite.
2004-06-18 Manish Singh <yosh@gimp.org> 2004-06-18 Manish Singh <yosh@gimp.org>
* plug-ins/common/film.c: Don't use deprecated gimp_text functions, * plug-ins/common/film.c: Don't use deprecated gimp_text functions,

View File

@ -109,7 +109,7 @@ Global data follows no strict rules.
"jpeg-exif-data" (IMAGE) "jpeg-exif-data" (IMAGE)
The ExifData structure serialized into a uchar* blob from The ExifData structure serialized into a uchar* blob from
libexif. libexif. This is deprecated in favor of "exif-data".
"png-save-defaults" (GLOBAL, PERSISTENT) "png-save-defaults" (GLOBAL, PERSISTENT)
Default save parameters used by the PNG plug-in. 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" 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) "icc-profile" (IMAGE, PERSISTENT)
This contains an ICC profile describing the color space the This contains an ICC profile describing the color space the
image was produced in. TIFF images stored in PhotoShop do image was produced in. TIFF images stored in PhotoShop do