270/90 = 3
This commit is contained in:
parent
78f48fe68d
commit
82df0b34e9
1 changed files with 1 additions and 1 deletions
2
image.c
2
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;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue