After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 355213 - JPEG Open dialog needs a preview thumbnail when asking about EXIF orientation.
JPEG Open dialog needs a preview thumbnail when asking about EXIF orientation.
Status: RESOLVED FIXED
Product: GIMP
Classification: Other
Component: Plugins
2.3.x
Other All
: Normal enhancement
: 2.4
Assigned To: GIMP Bugs
GIMP Bugs
Depends on:
Blocks:
 
 
Reported: 2006-09-10 00:26 UTC by Tom Williams
Modified: 2008-01-15 14:08 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Tom Williams 2006-09-10 00:26:36 UTC
Currently, when opening an image with EXIF data that indicates the image is rotated, a dialog opens asking where the image should be rotated when opened or if the current orientation should be kept.

A preview thumbnail of the current orientation would make it easier for the user to determine if Gimp should keep the orientation or not when the image is opened.

When opening images individually, this isn't an issue since thumbnails are generated when the image is selected.  However, when opening a group of images at once, each image with EXIF info that indicates an rotated orientation will result in the dialog prompting if the orientation should be changed when Gimp opens the image and without a thumbnail, it's impossible to know if the orientation should be changed or not when Gimp opens the image.

Confused yet?  :)
Comment 1 Sven Neumann 2006-09-10 12:06:55 UTC
Sure, why not. Should be trivial to add this.
Comment 2 Sven Neumann 2006-09-10 19:47:40 UTC
2006-09-10  Sven Neumann  <sven@gimp.org>

	* plug-ins/jpeg/jpeg-exif.c: added a thumbnail to the "Rotate
	Image?" query dialog as suggested in bug #355213.