drewnoakes/metadata-extractor

Support Canon CRW camera RAW format

Open

#2 opened on Nov 19, 2014

View on GitHub
 (0 comments) (0 reactions) (0 assignees)Java (2,411 stars) (470 forks)batch import
format-camera-rawhelp wanted

Description

The older CRW file format (superseded by CR2) is treated as a TIFF file, however it does not meet the library's expectations of TIFF files.

When TiffMetadataReader attempts to verify them, it falls over with ExifReader expecting 49492a but getting 49491a due to the difference in file format.

CRW data is stored as CIFF (Camera Image File Format) which is similar to TIFF, but differs.

Specifications at:

http://www.sno.phy.queensu.ca/~phil/exiftool/canon_raw.html

(Migrated from Google Code issue 42)

Contributor guide