lib/yamg.rb in yamg-0.3.8 vs lib/yamg.rb in yamg-0.5.0
- old
+ new
@@ -54,15 +54,14 @@
def run_rsvg(src, out, args = nil)
FileUtils.mkdir_p File.dirname(out)
run "rsvg-convert #{args} #{src} > #{out}"
end
-
def run_ffmpeg
end
def run_imagemagick(comm)
- shell = MiniMagick::Shell.new #(whiny)
+ shell = MiniMagick::Shell.new # (whiny)
shell.run(comm).strip
end
def info(msg, color = :red)
return unless debug