Skip to content

v0.1

Compare
Choose a tag to compare
@mike42 mike42 released this 28 Apr 12:47
2d39a1d

Initial implementation of the image-php library.

Output formats

  • PNG - 24 bit RGB is used.
  • GIF
  • BMP - 24 bit RGB is used.
  • Binary NetPBM formats: PPM, PBM, PGM.

Input formats

  • Binary NetPBM formats: PPM, PBM, PGM.

Image representations

  • RGB 24 bits per pixel.
  • Indexed / palette-based, 8 or 16 bits per pixel.
  • Monochrome, 8 or 16 bits per pixel
  • Black and white, 1 bit per pixel.

Processing

  • Format conversions
  • Color-space conversions (eg. to monochrome, black/white or 256 colors).
  • Image re-sampling (scaling)