# File lib/gruff/base.rb, line 441 def to_blob(fileformat='PNG') draw @base_image.to_blob do self.format = fileformat end end