Sha256: 123af9a643d9d1c045285bf8ea7d27a3e103a71a0c3d03d988cfa93d81971d85
Contents?: true
Size: 309 Bytes
Versions: 3
Compression:
Stored size: 309 Bytes
Contents
require "rmagic" =begin * **gem**: rmagic =end module Magick =begin Method list ----------- * \#width _alias from columns_ * \#height _alias from rows_ =end class Image alias width columns alias height rows # get width height # # @return [Array] [width, height] def wh; [columns, rows] end end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
tagen-0.2.5 | lib/tagen/magick.rb |
tagen-0.2.4 | lib/tagen/magick.rb |
tagen-0.2.3 | lib/tagen/magick.rb |