Class: Magick::Image

Inherits:
Object show all
Defined in:
lib/tagen/magick.rb

Overview

Method list


  • #width _alias from columns_

  • #height _alias from rows_

Instance Method Summary collapse

Instance Method Details

#whArray

get width height

Returns:

  • (Array)
    width, height


21
# File 'lib/tagen/magick.rb', line 21

def wh; [columns, rows] end