Method: Frameit::MacEditor#generate_background

Defined in:
lib/frameit/mac_editor.rb

#generate_backgroundObject



28
29
30
# File 'lib/frameit/mac_editor.rb', line 28

def generate_background
  MiniMagick::Image.open(fetch_config['background']) # no resizing on the Mac
end