Class: PNM::PGMImage
Overview
Class for PGM
images. See the Image class for documentation.
Instance Attribute Summary
Attributes inherited from Image
#comment, #height, #maxgray, #pixels, #width
Instance Method Summary collapse
Methods inherited from Image
Instance Method Details
#inspect ⇒ Object
326 327 328 |
# File 'lib/pnm/image.rb', line 326 def inspect inspect_string_with_maxgray end |
#type ⇒ Object
322 323 324 |
# File 'lib/pnm/image.rb', line 322 def type :pgm end |