Module: ComponenteMagickUtil

Defined in:
lib/componente_magick_util.rb

Instance Method Summary collapse

Instance Method Details

#representacion_heightObject



5
6
7
8
# File 'lib/componente_magick_util.rb', line 5

def representacion_height
  img = Magick::Image.ping(Path.representacion_componente(self)).first
  img.rows
end