class PNM::PPMImage
Class for PPM
images. See the Image
class for documentation.
Public Instance Methods
inspect()
click to toggle source
# File lib/pnm/image.rb, line 356 def inspect inspect_string_with_maxgray end
type()
click to toggle source
# File lib/pnm/image.rb, line 352 def type :ppm end