dcraw

dcraw
Original author(s) Dave Coffin
Initial release 23 February 1997 (1997-02-23)[1]
Stable release 9.28 (1 June 2018 (2018-06-01)[2]) [±]
Written in ANSI C
Operating system Cross-platform
Platform Platform independent
Available in English and 11 others
Type raw decoding software
License GPLv2+
Website www.cybercom.net/~dcoffin/dcraw/

dcraw is an open-source computer program which is able to read numerous raw image format files, typically produced by mid-range and high-end digital cameras. dcraw converts these images into the standard TIFF and PPM image formats. This conversion is sometimes referred to as developing a raw image (by analogy with the process of film development) since it renders raw image sensor data (a "digital negative") into a viewable form.

A number of other image processing programs use dcraw internally to enable them to read raw files.

Development of dcraw began on February 23, 1997. Version 1.0 was released in revision 1.18, on May 5, 2000.[3] Versions up to 3.15 used the name Canon PowerShot Converter, starting with v3.40 the name was Raw Photo Decoder, switching to Raw Photo Decoder "dcraw" in v5.70. Version 8.86 supported 300 cameras.[1]

Motivation

While most camera manufacturers supply raw image decoding software for their cameras, this software is almost always proprietary, and often becomes unsupported when a camera model is discontinued. The file formats themselves are often undocumented, and several manufacturers have gone so far as to encrypt all or part of the data in their raw image format, in an attempt to prevent third-party software from accessing it.[4]

Given this ever-expanding plethora of raw image formats, and uncertain and inconsistent support for them by the manufacturers, many photographers worry that their valuable raw images may become unreadable as the applications and operating systems required become obsolete.[5]

In contrast to proprietary decoding software, dcraw strives for simplicity, portability, and consistency, as expressed by its author:

So here is my mission: Write and maintain an ANSI C program that decodes any raw image from any digital camera on any computer running any operating system.

Design

screenshot of dcraw v. 8.99

Because many raw image formats are specific to one make or model of camera, dcraw is frequently updated to support new models. For many proprietary raw image formats, dcraw's source code (based largely on reverse-engineering) is the bestor onlypublicly available documentation. dcraw currently supports the raw formats of several hundred cameras[6] (including intentionally obfuscated formats).

dcraw is built around the Unix philosophy. The program is a command line tool which takes a list of raw image files to process, along with any image adjustment options desired. dcraw also serves as the basis for various high-level raw image-processing applications (such as viewers and converters), both free and open source software as well as proprietary software.

GUI front-ends

Several GUI front-ends for dcraw are available. These applications use dcraw as a back-end to do the actual processing of raw images, but present a graphical interface with which the image processing options can be adjusted.

For Apple Mac OS X / macOS:

  • darktable – a standalone raw developer
  • dcRAW-X
  • gimp-dcraw – GIMP plug-in
  • Phiewer
  • RawTherapee – a standalone raw developer
  • UFRaw – a standalone raw developer and GIMP plug-in

For Microsoft Windows:

  • darktable – a standalone raw developer
  • AZImage – image converter (uses LibRaw rather than dcraw)
  • DNG Viewer by ideaMK – raw image viewer
  • EasyHDR
  • gimp-dcraw – GIMP plug-in
  • Helicon Filter – photo editor, can use dcraw for raw processing
  • Konvertor
  • RAWDrop
  • RawTherapee – a standalone raw developer
  • SNS-HDR
  • UFRaw – a standalone raw developer

For Linux and other Unix-like operating systems:

  • darktable – a standalone raw developer
  • dcraw-assist
  • digiKam
  • gimp-dcraw – GIMP plug-in
  • nUFRaw – a standalone raw developer, a new version of UFRaw
  • Rawstudio – a standalone raw developer
  • RawTherapee – a standalone raw developer
  • UFRaw – a standalone raw developer and GIMP plug-in

For Amiga OS4 operating system:

  • SilkRaw – exports embedded thumbnails and launch batch conversion

References

  1. 1 2 Dave Coffin (2014). "dcraw.c,v -- complete unabridged RCS file". Retrieved 2014-03-28.  
  2. "Index of /~dcoffin/dcraw/archive". Retrieved 3 June 2018.
  3. According to the Revision Control System log
  4. "Raw storm in a teacup?". Digital Photography Review. 2005-04-27.
  5. Larry Strunk (2006-03-19). "The RAW Problem". OpenRAW. Archived from the original on 2007-12-10.
  6. http://www.cybercom.net/~dcoffin/dcraw/#cameras
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.