freedit-org / freedit

The safest and lightest forum, powered by rust.
https://freedit.eu
MIT License
209 stars 22 forks source link

avatar cropping #63

Closed thomas992 closed 1 year ago

thomas992 commented 1 year ago

It would be desirable to have image cropping dictated by the user after upload if it is not proper aspect ratio, anything other than (1:1)

thomas992 commented 1 year ago

not foreseeable to do this without javascript

freedit-dev commented 1 year ago

That can be achieved in server side: https://docs.rs/image/0.24.5/image/enum.DynamicImage.html#method.crop_imm.

But I think it's kind of messy and not worth it.