|
Hi Mark,
I haven't yet added support for CanonDPP information in CRW images,
but I'll look into it.
Currently, trailers are supported only for JPEG and TIFF-based images
(like CR2). For these, you would do this:
# a verbose hex dump will also dump the CanonDPP trailer
# (or use -v4 to dump more, or -v5 to dump the entire trailer):
exiftool -v3 image.cr2
# to delete the CanonDPP trailer:
exiftool -canondpp:all= image.cr2
- Phil
|