class PNM::PGMImage
Class for PGM
images. See the Image
class for documentation.
Public Instance Methods
inspect()
click to toggle source
# File lib/pnm/image.rb, line 326 def inspect inspect_string_with_maxgray end
type()
click to toggle source
# File lib/pnm/image.rb, line 322 def type :pgm end