class PNM::PGM
- PNM::PGM
- Reference
- Object
Defined in:
pnm/pgm.crConstructors
Instance Method Summary
- #*(other : self)
- #+(other : self)
- #-(other : self)
- #/(other : self)
- #data : Slice(UInt8)
- #height : Int32
- #invert
- #maxval : Int32
- #maxval=(new_maxval : Int32)
- #to_pbm(threshold : Int32)
- #to_pbm
- #to_ppm
- #width : Int32
- #write(filename : String)