Module ImagePPM

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