added a "Don't ask me again" toggle to the EXIF rotation query dialog.
2006-12-22 Sven Neumann <sven@gimp.org> * plug-ins/jpeg/jpeg-exif.c: added a "Don't ask me again" toggle to the EXIF rotation query dialog. Store the user's choice in the "exif-orientation-rotate" parasite. * devel-docs/parasites.txt: document the new global parasite.
This commit is contained in:
committed by
Sven Neumann
parent
64b3361b61
commit
641e1474b8
@ -157,6 +157,12 @@ Global data follows no strict rules.
|
||||
The ExifData structure serialized into a character array by
|
||||
libexif (using exif_data_save_data).
|
||||
|
||||
"exif-orientation-rotate" (GLOBAL, PERSISTENT)
|
||||
Whether a load plug-in should automatically rotate the image
|
||||
according to the orientation specified in the EXIF data. This
|
||||
has values "yes" or "no". If the parasite is not set, the
|
||||
plug-in should ask the user what to do.
|
||||
|
||||
"icc-profile" (IMAGE, PERSISTENT)
|
||||
This contains an ICC profile describing the color space the
|
||||
image was produced in. TIFF images stored in PhotoShop do
|
||||
|
||||
Reference in New Issue
Block a user