cshum / imagor

Fast, secure image processing server and Go library, using libvips
Apache License 2.0
3.46k stars 137 forks source link

Feature request: Image Presets #403

Open readtedium opened 1 year ago

readtedium commented 1 year ago

Hey there, nice extension!

I like what your tool does and I think it works great for its use case. I do think, however, that you could potentially make the use case even better if there was a way to call a preset via a URL, which would make sense for many use cases because the parameters stay static even if the images being modified change. I’m working with watermarks for example, so it would be nice to cut the URL length if I can.

I see that the Thumbor community ran into this issue a number of years ago, and this led to an extension: https://github.com/thumbor-community/shortener

Just an idea. Nice work!