drewnoakes/metadata-extractor

Support Canon CRW camera RAW format

オープン

#2 opened on 2014/11/19

 (0 件のコメント) (0 件のリアクション) (0 人の担当者)Java (470 件のフォーク)batch import
format-camera-rawhelp wanted

Repository metrics

Stars
 (2,411 個のスター)
PR merge metrics
 (平均マージ 3d 2h) (30d で 2 merged PRs)

説明

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)

コントリビューターガイド