package imagelib

  1. Overview
  2. Docs
type ppm_mode =
  1. | Binary
  2. | ASCII
val write_ppm : string -> Image.image -> ppm_mode -> unit