class PNM::PBM
- PNM::PBM
- Reference
- Object
Defined in:
pnm/pbm.crConstructors
Instance Method Summary
- #*(other : self)
- #+(other : self)
- #-(other : self)
- #/(other : self)
- #data : Slice(UInt8)
- #height : Int32
- #invert
- #to_pgm(maxval : Int32)
- #to_pgm
- #to_ppm(maxval : Int32)
- #to_ppm
- #width : Int32
- #write(filename : String)