selective-php / image-type

Image type (format) detection for PHP
MIT License
7 stars 4 forks source link

PBM - Portable Bit Map (HDR) #34

Closed odan closed 5 years ago

odan commented 5 years ago

PBM Portable Bit Map (HDR)

Identification

The identifier for a PBM HDR image is either "PF" or "Pf" depending on whether it is r,g,b or grey scale.

peter279k commented 5 years ago

I can help this issue.