carrierwaveuploader / carrierwave

Classier solution for file uploads for Rails, Sinatra and other Ruby web frameworks
https://github.com/carrierwaveuploader/carrierwave
8.78k stars 1.66k forks source link

How to upgrade from gem carrierwave-vips #2541

Open varentsov opened 3 years ago

varentsov commented 3 years ago

There is new feature since carrierwave 2.2.0 with support of vips backend, but it is hard to upgrade from existing gem carrierwave-vips

For example I don't know how to translate these methods

process :strip
quality 90

Probably we can mimic interface of gem carrierwave-vips to support smooth upgrade process?

raykin commented 2 years ago

It's weird. README doc doesn't mention vips at all.