perhaps if we really want to dig into this issue, it could start with either preventing pict-rs from auto-converting to webp, or upgrading pict-rs to the latest 0.4.0?
I’m not sure if all images are stored as webp, because when I viewed the image in element inspector it showed up as jpeg(it either happens to all image extensions or images are stored on webp but converted to jpeg when displaying).
Thanks for sending the link, I didn’t manage to find this last night D: will take a look after work… I hope today no need to OT
Oh… So it really is the auto orient then! Thanks for your help, I’ll post a GitHub issue later on Lemmy’s repo later(maybe the Ansible one since that’s where the version is defined?) if no one else has done it yet.
if anyone is familiar with rust (I am not), this should be the relevant code: https://git.asonix.dog/asonix/pict-rs/src/branch/v0.3.x/src/magick.rs (linking to the v0.3.x branch because that’s what lemmy-ansible uses).
perhaps if we really want to dig into this issue, it could start with either preventing pict-rs from auto-converting to webp, or upgrading pict-rs to the latest 0.4.0?
I’m not sure if all images are stored as webp, because when I viewed the image in element inspector it showed up as jpeg(it either happens to all image extensions or images are stored on webp but converted to jpeg when displaying).
Thanks for sending the link, I didn’t manage to find this last night D: will take a look after work… I hope today no need to OT
just saw that the latest 0.4.0 uses -auto-orient: https://git.asonix.dog/asonix/pict-rs/src/branch/main/src/magick.rs#L126
Oh… So it really is the auto orient then! Thanks for your help, I’ll post a GitHub issue later on Lemmy’s repo later(maybe the Ansible one since that’s where the version is defined?) if no one else has done it yet.