#Suggestion for Image Resizing (etc.) Docker like imgproxy

4 messages · Page 1 of 1 (latest)

sleek shell
#

Hey Everyone,

looking for some suggestions for an open source non paid solution that runs in a container.
Requirements:

  • Image Resizing
  • Cropping
  • filetype conversion

nice to have:

  • on the fly responses
  • image manipulation
  • aws s3 integration

I found https://imgproxy.net/ and https://www.thumbor.org/ but I am interested what the rest of you use.
Could probably also run Sharp in a Lambda...

Cheers

cerulean topaz
#

We used sharp and imagemagick for another project. Imagemagick felt like using a canon to kill a mosquito, so I would probably recommend Sharp, although I have no experience with the other mentioned tools.

sleek shell
#

Thanks for the answer @cerulean topaz , Ill take a look at imagemick again