logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Image::ExifTool::WriteCanonRaw.pl - Write Canon RAW (CRW and CR2) information

Author

       Copyright 2003-2025, Phil Harvey (philharvey66 at gmail.com)

       This library is free software; you can redistribute it and/or modify it under the same terms as Perl
       itself.

Description

       This file contains routines used by ExifTool to write Canon CRW and CR2 files and metadata.

Name

       Image::ExifTool::WriteCanonRaw.pl - Write Canon RAW (CRW and CR2) information

Notes

       The CRW format is a pleasure to work with.  All pointer offsets are relative to the start of the data for
       each directory.  If EXIF/TIFF had implemented pointers in this way, it would be MUCH easier to read and
       write TIFF and JPEG files, and would lead to far fewer problems with corrupted metadata.

See Also

Image::ExifTool::CanonRaw(3pm), Image::ExifTool(3pm), <https://exiftool.org/canon_raw.html>

perl v5.40.1                                       2025-03-16                Image::ExifTool::WriteCanonRaw(3pm)

Synopsis

       These routines are autoloaded by Image::ExifTool::CanonRaw.

See Also