image_processing icon indicating copy to clipboard operation
image_processing copied to clipboard

High-level image processing wrapper for libvips and ImageMagick/GraphicsMagick

Results 20 image_processing issues
Sort by recently updated
recently updated
newest added

There is a new [libvips 8.13+](https://www.libvips.org/2022/05/28/What's-new-in-8.13.html) to block unfuzzed loaders using `vips-block-untrusted-set`. I think this should be enabled by default to improve security, as most of the time the images...

Seeing black lines on the edge of non-square images when rotating them. Seeing this when rotating by multiples of 90 degrees using Image-processing via ActiveStorage::Variant against homebrew-installed `vips: stable 8.12.2...

Wouldn't it be better for this gem to not depend on any of these, so you can choose yourself? I don't see a point in installing 500MB of packages on...

We use `image_processing` with ImageMagick currently, but I'm looking to switch to faster VIPS now it's default in Rails 7. I'm struggling with a basic equivalent "trim" to remove excess...

Is making sure the JPG output is a progressive JPG part of the ImageProcessing API? It makes so much sense to make sure your thumbnails are progressive JPGs. They are...

I confirmed from the https://github.com/janko/image_processing/commit/038e4574e8f4f4b636a62394e09983c71980dada commit that there are other attack methods. ```ruby # call `send` from `public_send` ImageProcessing::Vips.apply({ send: ["system", "echo CALL_SEND" ]}) # call `method_missing` ImageProcessing::Vips.apply({ system!: "echo...

Hello, when upgrading on Fedora I've noticed a difference in error message: ``` 1) Failure: ImageProcessing::Vips#test_0014_raises correct Vips::Error on unknown saver [/builddir/build/BUILD/image_processing-1.12.1/usr/share/gems/gems/image_processing-1.12.1/test/vips_test.rb:118]: Expected # encoding: ASCII-8BIT # valid: true "VipsForeignSave:...

Adds the ability to pass `crop: false` to `MiniMagick#resize_to_fill` per #74 Unfortunately, I could not figure out a way to make this to work the same on the vips side.

After upgrading to Rails 6.1 I noticed a change in the thumbnail image quality... they seem a little bit blurred. I don't know if this happened some months ago or...

Would it be possible to add OpenCV supoort (eg. via [ruby-opencv](https://github.com/ruby-opencv/ruby-opencv)) to the chain? Why? For example, to be able to center thumbnails on faces or objects in the image....