discord / lilliput

Resize images and animated GIFs in Go
https://discord.com/blog/how-discord-resizes-150-million-images-every-day-with-go-and-c
Other
1.94k stars 124 forks source link

Support for cropping the original image before rescaling #168

Open Coffelius opened 1 week ago

Coffelius commented 1 week ago

I understand that this feature may not make much sense to the project maintainers since it addresses a specific use case I have, where the images to be rescaled may originate from a frontend component allowing the user to select a cropping rectangle on an uploaded photo.

However, I am sharing the PR in case someone else might be interested in a similar feature or if an experienced developer in the community might spot any flaws in the implementation that I have missed. In any case, if this PR is not appropriate, I apologize in advance and thank you very much for this excellent project.