diff --git a/sigal/image.py b/sigal/image.py index 74530b4..3c60dcd 100644 --- a/sigal/image.py +++ b/sigal/image.py @@ -154,6 +154,7 @@ def generate_thumbnail(source, outname, box, fit=True, options=None, logger = logging.getLogger(__name__) img = _read_image(source) + img = Transpose().process(img) original_format = img.format if fit: