Method: PSD::Node::Root#document_dimensions

Defined in:
lib/psd/nodes/root.rb

#document_dimensionsObject

Returns the width and height of the entire PSD document.



34
35
36
# File 'lib/psd/nodes/root.rb', line 34

def document_dimensions
  [document_width, document_height]
end