class PNM::PBMImage

Class for PBM images. See the Image class for documentation.

Public Instance Methods

inspect() click to toggle source
# File lib/pnm/image.rb, line 296
def inspect
  inspect_string_without_maxgray
end
type() click to toggle source
# File lib/pnm/image.rb, line 292
def type
  :pbm
end