carrierwave-vips
carrierwave-vips copied to clipboard
CarrierWave image processing powered by VIPS
I see that the `convert` method is restricted to only jpegs and pngs `allowed_formats = %w[jpeg jpg png]`. Why not allow conversion to other file types?
Bumps [activerecord](https://github.com/rails/rails) from 5.0.7 to 6.1.7.1. Release notes Sourced from activerecord's releases. v6.1.7.1 Active Support Avoid regex backtracking in Inflector.underscore [CVE-2023-22796] Active Model No changes. Active Record Make sanitize_as_sql_comment more...
Bumps [tzinfo](https://github.com/tzinfo/tzinfo) from 1.2.5 to 1.2.10. Release notes Sourced from tzinfo's releases. v1.2.10 Fixed a relative path traversal bug that could cause arbitrary files to be loaded with require when...
PR provides configuration for VIPS::Image read access with :sequential as default The problem i'm trying to solve is that method rotate crashes with "VipsJpeg: out of order read at line...
More recent versions (>=8.7) of Libvips (and ruby-vips) support writing GIF files. This PR brings support for that to carrierwave-vips. I've also added support for passing `nil` for width or...
Bumps [carrierwave](https://github.com/carrierwaveuploader/carrierwave) from 1.2.2 to 1.3.2. Changelog Sourced from carrierwave's changelog. 1.3.2 - 2021-02-08 Fixed Fix Ruby 2.7 deprecations(@aubinlrx #2462) Security Fix Code Injection vulnerability in CarrierWave::RMagick (@mshibuya eb9346df, GHSA-cf3w-g86h-35x4)...
Also removes some extra whitespaces and adds kernel option to readme.md this closes #30
Hi there, first of all thank you for all the hard work in this gem. After replacing the standard minimagick resize I'm getting different (By a small but noticeable margin)...
*resize_and_pad* is useful sometimes and is available with MiniMagick and RMagick
See https://github.com/jcupitt/ruby-vips/issues/53 vipsthumbnail now has an autorotate feature, it might be possible to use part of that for ideas. https://github.com/jcupitt/libvips/blob/master/tools/vipsthumbnail.c#L138