Module ImagePPMSource

Sourcetype ppm_mode =
  1. | Binary
  2. | ASCII
Sourceval write_ppm : ImageUtil.chunk_writer -> Image.image -> ppm_mode -> unit
include module type of struct include ReadPPM end
Sourceval extensions : string list
Sourceval size : ImageUtil.chunk_reader -> int * int