LibRaw 0.6.11 (Default branch)


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements Software Releases - RSS News LibRaw 0.6.11 (Default branch)
# 1  
Old 01-30-2009
LibRaw 0.6.11 (Default branch)

LibRaw is a library for reading RAW files obtained from digital photo cameras (CRW/CR2, NEF, RAF, DNG, and others). LibRaw is based on the source codes of the dcraw utility, though some of the drawbacks of dcraw have been eliminated. The users of the library are provided with an API to be used when writing their software programs. License: GNU General Public License v2 Changes:
This release fixes a bug in external metadata processing and improves support for Sony ARW files. Image

Image

More...
Login or Register to Ask a Question

Previous Thread | Next Thread
Login or Register to Ask a Question
Image::ExifTool::CanonRaw(3pm)				User Contributed Perl Documentation			    Image::ExifTool::CanonRaw(3pm)

NAME
Image::ExifTool::CanonRaw - Read Canon RAW (CRW) meta information SYNOPSIS
This module is loaded automatically by Image::ExifTool when required. DESCRIPTION
This module contains definitions required by Image::ExifTool to interpret meta information from Canon CRW raw files. These files are written directly by some Canon cameras, and contain meta information similar to that found in the EXIF Canon maker notes. NOTES
The CR2 format written by some Canon cameras is very different the CRW format processed by this module. (CR2 is TIFF-based and uses standard EXIF tags.) AUTHOR
Copyright 2003-2011, Phil Harvey (phil at owl.phy.queensu.ca) This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself. REFERENCES
<http://www.cybercom.net/~dcoffin/dcraw/> <http://www.wonderland.org/crw/> <http://xyrion.org/ciff/> <http://owl.phy.queensu.ca/~phil/exiftool/canon_raw.html> ACKNOWLEDGEMENTS
Thanks to Dave Nicholson for decoding a number of new tags. SEE ALSO
"CanonRaw Tags" in Image::ExifTool::TagNames, Image::ExifTool::Canon(3pm), Image::ExifTool(3pm) perl v5.12.4 2011-01-03 Image::ExifTool::CanonRaw(3pm)