janko / image_processing

High-level image processing wrapper for libvips and ImageMagick/GraphicsMagick
MIT License
859 stars 76 forks source link

Support mini_magick 5.0.0 #125

Open jmaino opened 1 month ago

jmaino commented 1 month ago

the gemspec currently restricts mini_magick to (>= 4.9.5, < 5), which prevents the update to the newly released 5.0.0 .

janko commented 1 month ago

Yes, I plan on doing that 👍🏻 That version constraint was intentional, as there will be changes needed to support MiniMagick 5.

bvogel commented 2 days ago

Any news here? Love your work.

janko commented 1 day ago

What specific functionality are you eager to get from MiniMagick 5.0? I'm not in a rush because that release was mostly about removing deprecated stuff.

bvogel commented 1 day ago

No rush, just a policy that we should avoid any library we use to fall two major releases behind, and as some are quite slow I got in the habit to keep up upon things. But taking this is on your roadmap, I'm fine waiting...