PnmCodec

Qualified name:Mike42\GfxPhp\Codec\PnmCodec
Implements:ImageDecoder, ImageEncoder
class PnmCodec
decode(string $blob)
Parameters:
  • $blob (string) –
encode(RasterImage $image, string $format)
Parameters:
getDecodeFormats()
getEncodeFormats()
identify(string $blob)
Parameters:
  • $blob (string) –
static getInstance