module ImageParadise::GmSupport

Public Instance Methods

prefix(command) click to toggle source
#

prefix

Note that this functionality depends on the binary gm, which is part of ‘graphicsmagick’.

#
# File lib/image_paradise/gm_support.rb, line 17
def prefix(command)
  "gm #{command}"
end