Janko Marohnić
Janko Marohnić
I think this feature would be useful, so I would like that we implement it.
I would like it as well, I'll see if I find time to add it.
Default sharpening was recently removed from the MiniMagick backend, see https://github.com/janko/image_processing/pull/67 and https://github.com/carrierwaveuploader/carrierwave/issues/2481 for more details. TL;DR: The sharpening parameters were making some thumbnails worse than the default version. I...
Thanks for the heads up. Any idea how to call it via ruby-vips? I'm guessing that's something that should be called globally at require time, rather than per image.
Yes, that sounds reasonable 👍
Thanks for the pull request, and sorry for letting it fall off my radar. On master I've migrated from Travis CI to GitHub CI, so that should be passing once...
@jcupitt Thanks a lot for working on this! It definitely sounds exciting, and we might add support for it in the near future. If I would want to feed data...
Thanks a lot for the review. Yes, your example would work. When libvips 8.9 is released and when we start working on adding the streaming support to ImageProcessing, I can...
> I added an IO::-style layer, so this now runs: That's awesome! Thanks for adding it so quickly 😃 > `get_bytes` takes a copy, unfortunately, so you're right, we might...
Thanks for the report. I don't know how I would build an allow list, especially considering the different processing backends. I will try adding a deny list for `#send`, `#public_send`,...