module GraphicsMagick::Utilities::Mogrify
Private Instance Methods
build_mogrify_command(file_path)
click to toggle source
gm mogrify [options] file
# File lib/graphicsmagick/utilities/mogrify.rb, line 12 def build_mogrify_command(file_path) "mogrify #{options_to_str(@command_options)} #{file_path}" end
mogrify_requires_output_file?()
click to toggle source
# File lib/graphicsmagick/utilities/mogrify.rb, line 7 def mogrify_requires_output_file? false end