Module: DummyImage::Image::ImageBuilder
Instance Method Summary collapse
Instance Method Details
#build(width, height, fgcolor, bgcolor, caption, file_path) ⇒ Object
59 60 61 62 |
# File 'lib/dummy_image/image.rb', line 59 def build width, height, fgcolor, bgcolor, , file_path system "convert -size #{width}x#{height} -background '##{bgcolor}' -fill '##{fgcolor}' -gravity Center +pointsize label:' #{} ' #{file_path}" end |