Class: PNM::PBMImage
Overview
Class for PBM
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
296 297 298 |
# File 'lib/pnm/image.rb', line 296 def inspect inspect_string_without_maxgray end |
#type ⇒ Object
292 293 294 |
# File 'lib/pnm/image.rb', line 292 def type :pbm end |