I'm looking to write the Carrierwave process to add a subimage into another image with MiniMagick, any ideas ?
This doc https://github.com/probablycorey/mini_magick say we can use all the mogrify commandline options of ImageMagick, but don't I need composite to do it ?
Thank you.