Skip to content

Commit

Permalink
use meme_top_bottom
Browse files Browse the repository at this point in the history
  • Loading branch information
mmb committed Feb 8, 2012
1 parent 4202621 commit 9ea210b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion bin/memecaptain
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,9 @@ unless ARGV.empty?
].include? k
end

output_image = MemeCaptain.meme(
meme_options = Hash[meme_options] if meme_options.is_a?(Array)

output_image = MemeCaptain.meme_top_bottom(
input_io, options[:top_text], options[:bottom_text], meme_options)

input_io.close
Expand Down

0 comments on commit 9ea210b

Please sign in to comment.