image_processing icon indicating copy to clipboard operation
image_processing copied to clipboard

Require Only One Module

Open wbotelhos opened this issue 8 months ago • 1 comments

First, thanks for this great gem!

Is there any way to require only ruby-vips? I was thinking that maybe is a good idea do not include both libs, so we don't need to install it on the docker image. If a conditional require dependency is not possible, maybe separates it in two different gems like:

image_processing_vips
image_processing_mini_magick

wbotelhos avatar Feb 21 '25 15:02 wbotelhos