drewnoakes/metadata-extractor

Support Canon CRW camera RAW format

Open

#2 创建于 2014年11月19日

在 GitHub 查看
 (0 评论) (0 反应) (0 负责人)Java (2,411 star) (470 fork)batch import
format-camera-rawhelp wanted

描述

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)

贡献者指南