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 (470 forks)batch import
format-camera-rawhelp wanted

Repository metrics

Stars
 (2,411 stars)
PR merge metrics
 (Avg merge 3d 2h) (2 merged PRs in 30d)

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