selective-php / image-type

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

Detect CRW #17

Closed odan closed 5 years ago

odan commented 5 years ago

The Canon RAW (CRW) File Format

Filename extension: .crw

File Header

A Canon CRW file starts with the following byte sequence:

image

Identification

"II" or "MM" + 1a + "HEAPCCDR"

odan commented 5 years ago

This format is too old and not used anymore. We don't need to implement / support it.