Opened 9 years ago
Closed 9 years ago
#11867 closed defect (fixed)
[patch] ThumbsLoader freezes if EXIF orientation is not set
Reported by: | holgermappt | Owned by: | team |
---|---|---|---|
Priority: | normal | Milestone: | 15.09 |
Component: | Core image mapping | Version: | latest |
Keywords: | Cc: |
Description
If an image without EXIF orientation (IFD0/Orientation) is loaded and then "Show thumbnails" is selectd from the layer menu the thumbnail loader freezes. I would say it is caused by ExifReader.orientationSwitchesDimensions(null)
(entry.getExifOrientation()
returns null).
An example image is attached. The thumbnail must not be in the cache to see the problem.
The patch uses the EXIF orientation only if it is set.
Attachments (2)
Change History (4)
by , 9 years ago
Attachment: | noorientation.jpg added |
---|
by , 9 years ago
Attachment: | GeoImageLayer_noExifOrientation.patch added |
---|
Fix for images without EXIF orientation.
comment:1 by , 9 years ago
Milestone: | → 15.09 |
---|
Image without EXIF orientation.