mirror of
https://github.com/TagStudioDev/TagStudio.git
synced 2026-01-28 22:01:24 +00:00
Added EXIF transpose to small thumbnails
This commit is contained in:
@@ -264,6 +264,8 @@ class ThumbRenderer(QObject):
|
||||
image = new_bg
|
||||
if image.mode != 'RGB':
|
||||
image = image.convert(mode='RGB')
|
||||
|
||||
image = ImageOps.exif_transpose(image)
|
||||
|
||||
# Videos =======================================================
|
||||
elif extension in VIDEO_TYPES:
|
||||
|
||||
Reference in New Issue
Block a user