mirror of
https://akkoma.dev/AkkomaGang/akkoma.git
synced 2024-11-19 03:19:17 +00:00
Remove auto-orient; don't use it on previews, only originals
This commit is contained in:
parent
bc94f0c6da
commit
d4d1192341
|
@ -27,7 +27,6 @@ defp prepare_resize_args(%{max_width: max_width, max_height: max_height} = optio
|
|||
quality = options[:quality] || 85
|
||||
resize = Enum.join([max_width, "x", max_height, ">"])
|
||||
args = [
|
||||
"-auto-orient", # Support for EXIF rotation
|
||||
"-resize", resize,
|
||||
"-quality", to_string(quality)
|
||||
]
|
||||
|
|
Loading…
Reference in a new issue