diff --git a/image.c b/image.c index ea0e272..fa2bb31 100644 --- a/image.c +++ b/image.c @@ -110,7 +110,7 @@ void exif_auto_orientate(const fileinfo_t *file) { break; case 8: - imlib_image_orientate(270); + imlib_image_orientate(3); break; } }