We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 82fb86d commit 7b4b002Copy full SHA for 7b4b002
nikola/image_processing.py
@@ -85,7 +85,7 @@ def resize_image(self, src, dst, max_size, bigger_panoramas=True, preserve_exif_
85
break
86
try:
87
im.thumbnail(size, Image.ANTIALIAS)
88
- if _exif is not None:
+ if _exif is not None and preserve_exif_data:
89
im.save(dst, exif=_exif)
90
else:
91
im.save(dst)
0 commit comments