Module: PSD::Node::BuildPreview

Included in:
PSD::Node
Defined in:
lib/psd/nodes/build_preview.rb

Instance Method Summary collapse

Instance Method Details

#rendererObject



4
5
6
# File 'lib/psd/nodes/build_preview.rb', line 4

def renderer
  PSD::Renderer.new(self)
end

#save_as_png(output) ⇒ Object



12
13
14
# File 'lib/psd/nodes/build_preview.rb', line 12

def save_as_png(output)
  to_png.save(output)
end

#to_pngObject



8
9
10
# File 'lib/psd/nodes/build_preview.rb', line 8

def to_png
  renderer.to_png
end