SHA256
1
0
forked from pool/dcraw
Go to file
2012-03-27 09:00:15 +00:00
.gitattributes OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/dcraw?expand=0&rev=1 2007-01-15 23:08:44 +00:00
.gitignore OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/dcraw?expand=0&rev=1 2007-01-15 23:08:44 +00:00
badpixels OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/dcraw?expand=0&rev=3 2007-04-25 06:00:29 +00:00
clean_crw.c Accepting request 65045 from home:adra:branches:graphics 2011-03-25 07:35:57 +00:00
dcraw-9.12.tar.gz Accepting request 98063 from home:adra:branches:graphics 2011-12-23 19:21:40 +00:00
dcraw-omp.patch Accepting request 65045 from home:adra:branches:graphics 2011-03-25 07:35:57 +00:00
dcraw.1.patch Accepting request 65045 from home:adra:branches:graphics 2011-03-25 07:35:57 +00:00
dcraw.changes Accepting request 111328 from home:babelworx:ldig:branches:graphics 2012-03-27 09:00:15 +00:00
dcraw.spec Accepting request 111328 from home:babelworx:ldig:branches:graphics 2012-03-27 09:00:15 +00:00
fuji_green.c Accepting request 65045 from home:adra:branches:graphics 2011-03-25 07:35:57 +00:00
fuji_green.c_fix_gcc_warnings.patch Accepting request 65045 from home:adra:branches:graphics 2011-03-25 07:35:57 +00:00
fujiturn.c OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/dcraw?expand=0&rev=1 2007-01-15 23:08:44 +00:00
parse.c Accepting request 70247 from home:adra:branches:graphics 2011-05-14 15:07:56 +00:00
rawphoto.c Accepting request 65045 from home:adra:branches:graphics 2011-03-25 07:35:57 +00:00
README Accepting request 98063 from home:adra:branches:graphics 2011-12-23 19:21:40 +00:00
README.SuSE OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/dcraw?expand=0&rev=1 2007-01-15 23:08:44 +00:00
update_dcraw Accepting request 98063 from home:adra:branches:graphics 2011-12-23 19:21:40 +00:00

http://www.cybercom.net/~dcoffin/dcraw/:

   [1]Back to Dave Coffin's Home Page

                [2]Live free or die / DCRAW / New Hampshire

   [3]en Esperanto
   [4]em Português
   [5]на русском
   [6]па-беларуску

   Welcome! If you are wondering how to connect your digital camera and
   download images to a Linux PC, go to the [7]gPhoto homepage. My
   software is for processing those images after downloading them.

   If you're downloading JPEG files, you don't need my software at all.
   The image has already been processed inside the camera. Almost all
   digital cameras made since 1997 produce JPEG images, so why would you
   want to do it any other way?

   Well, despite the convenience and ubiquity of JPEG, there are some
   disadvantages. JPEG is a lossy format -- to fit a big image into a
   small file, a lot of information is thrown away. That's why midrange
   and high-end digital cameras offer an alternative: Raw, unprocessed CCD
   data files, for which the camera manufacturer provides special decoding
   software.

   Of course this software is for Windows and Macintosh only, with no
   source code. So it's useless to users of other operating systems,
   programmers hoping to design a better interpolation algorithm, and
   historians not yet born in an era when the only Windows machines will
   be in museums.

   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.

   That program is called [8]dcraw (pronounced "dee-see-raw"), and it's
   become a standard tool within and without the Open Source world. It's
   small (about 8000 lines), portable (standard C libraries only), free
   (both "gratis" and "libre"), and when used skillfully, produces better
   quality output than the tools provided by the camera vendor.

   [9]Here's my resume. I do freelance consulting related to dcraw, and
   I'm also available for full-time software work in the Northeast USA.

   I can be reached by sending e-mail to cybercom dot net with the
   username "dcoffin".

  News and Interviews

   [10]Essay for Digital Outback Photo, 25 April 2003
   [11]Article in News.com, 21 April 2005
   [12]Interview with Digital Photography Review, 27 April 2005
   [13]Dcraw mentioned in Editors Guild magazine, July/August 2005
   [14]Interview with Thorsten Schnebeck, 10 June 2006
   [15]Interview with Ladinamo, 16 June 2006

  My Code

   Unless otherwise noted in the source code, these programs are free for
   all uses, although I would like to receive credit for them. Donations
   are welcome too, if you're making money from my code.
   Make payments with PayPal - it's fast, free and secure!

   Note to Linux distributors: The only executable files that should be
   installed by a dcraw package are "dcraw", "clean_crw", and maybe
   "fuji_green", "fujiturn", and "fujiturn16". My shell scripts are
   dangerous and should only be installed in a "doc" directory without
   execute permission.
     * [16]dcraw.c -- decodes raw photos, extracts thumbnails, and
       displays metadata
       Supports 438 cameras at last count. Compile with "gcc -o dcraw -O4
       dcraw.c -lm -ljasper -ljpeg -llcms" or "gcc -o dcraw -O4 dcraw.c
       -lm -DNODEPS". Run with no arguments to see a usage message. Don't
       complain that 16-bit output is too dark -- read the [17]FAQ!
     * [18]UNIX manpage for dcraw
       This is dcraw's official user documentation, updated in lockstep
       with the source code.
     * [19]rawphoto.c -- basic plugin for GIMP 1.2 & 2.0
       After installing "dcraw", do "gimptool --install rawphoto.c". My
       plugin provides a simple dialog box for loading raw files into the
       Gimp. [20]Udi Fuchs and [21]Joseph Heled have written much nicer
       plugins, with live preview, histograms, and color curves.
     * [22].badpixels -- my camera's "hot pixels"
       This file tells dcraw which pixels have died and when, so that it
       can interpolate around them.
     * [23]dcraw.c,v -- complete unabridged RCS file
       This file contains the entire history of dcraw.c since its
       conception on February 23, 1997. If you don't have the RCS toolkit,
       [24]download it here.
     * [25]parse.c -- read image data structures
       This program displays CIFF and TIFF data structures in a very
       cryptic format.
     * [26]clean_crw.c -- clean Canon CRW files
       Recovered or undeleted CRW files often have junk appended to them
       that makes them unreadable. This program safely cleans CRW files.
     * [27]fujiturn.c -- rotate Fuji Super CCD images
       An alternative to dcraw's built-in Fuji rotation.
     * [28]fuji_green.c -- convert Fuji green pixels to PGM
       A side benefit of the Fuji Super CCD design is that its green
       pixels make nice greyscale images.

   For hackers only:
     * [29]decompress.c is a simple reference decompressor for CRW files.
     * [30]sony_clear.c decrypts SRF files from the Sony DSC-F828.

  Internationalization

   To build and install multilingual dcraw in Linux, download the latest
   tarball [31]from this directory and run the "install" script. The
   currently supported languages are [32]Esperanto, [33]Russian,
   [34]French, [35]Italian, [36]German, [37]Portuguese, [38]Spanish,
   [39]Dutch, [40]Polish, [41]Hungarian, [42]Czech, [43]Swedish,
   [44]Catalan, [45]Danish, and Chinese (both [46]Traditional and
   [47]Simplified).

   To build a unilingual, self-contained DCRAW.EXE for DOS/Windows, use a
   source file [48]from this directory instead.

   To add another language, send me translations of [49]this manpage and
   [50]this message table in UTF-8 encoding. Translate only from my
   original English and Esperanto texts -- other languages may contain
   factual errors invisible to me.

   Do not translate "Cannot do X" as "It is impossible to do X". Dcraw is
   not perfect, so if it cannot do something, that does not mean that the
   task is impossible. Computers must never use the pronoun "I", so write
   "dcraw cannot do X".

   When in doubt, translate everything. I proofread these texts before
   releasing them, and it's much easier for me to correct over-translation
   than under-translation.

   Dcraw decodes raw photos, not raw files. No digital camera generates
   raw files in normal usage, there's always a header with useful
   metadata. (For abnormal usage, see CHDK and DIAG RAW below)

   "raw" is an English word, not an acronym or file format. "raw photo"
   should be translated with the same adjective that you would use for
   "crude oil" or "raw materials".

   There are dozens of raw photo formats: CRW, CR2, MRW, NEF, RAF, etc.
   "RAW Format" does not exist; it is an illusion created by dcraw's
   ability to read all raw formats.

  Other Raw Photo Decoders

   Dcraw has made it far easier for developers to support a wide range of
   digital cameras in their applications. They can call dcraw from a
   graphical interface, paste pieces of dcraw.c into their code, or just
   use dcraw.c as the documentation that camera makers refuse to provide:
     * [51]ACDSee
     * [52]Adobe Photoshop
     * [53]BR's PhotoArchiver by Baard Riiber
     * [54]BreezeBrowser by Chris Breeze
     * [55]Conceiva Lightbox
     * [56]cPicture by Jürgen Eidt
     * [57]Cumulus by Canto
     * [58]dcRAW-X by Bryan Chang
     * [59]DCRawUI by Sune Trudslev
     * [60]Directory Opus Plugin by Leo Davidson(with C++ source code)
     * [61]DeepSkyStacker by Luc Coiffier
     * [62]dpMagic by Mikhail Stolpner
     * [63]GraphicConverter by Thorsten Lemke
     * [64]GTKRawGallery by Daniele Isca
     * [65]GVBox from JCO Consulting
     * [66]HDR Shop
     * [67]ImageLab from Aragon System
     * [68]Imagina by Rob Baker
     * [69]IrfanView by Irfan Skiljan
     * [70]IRIS image processor for astronomers
     * [71]Lightbox by Josh Anon
     * [72]LightZone by Anton Kast
     * [73]LRViewer by Marc Rochkind
     * [74]MediaRECOVER File Recovery Software
     * [75]Mixpo by Mixpo Portfolio Broadcasting Inc.
     * [76]Photo Acute by Almalence
     * [77]Photo Companion by Jeff Moore
     * [78]Photo Jockey by Davie Lee Reed who also wrote a [79]dcraw
       interface for Delphi programmers.
     * [80]Photo Organizer by Balint Kis
     * [81]PhotoRescue from DataRescue
     * [82]PhotoReviewer by Ben Haller
     * [83]Photovault by Harri Kaimio
     * [84]Picasa from Google
     * [85]Picture Arena by Felix Schwarz
     * [86]PixInsight by Pleiades Software
     * [87]PolyView by Polybytes
     * [88]RAW Developer by Iridient Digital
     * [89]Raw Magick
     * [90]RawDrop by Frank Siegert
     * [91]RawTherapee by RT Team
     * [92]Serif PhotoPlus, PanoramaPlus, and AlbumPlus
     * [93]SharpRaw by Duane DeSieno
     * [94]SilverFast DCPro by LaserSoft Imaging
     * [95]StudioLine Photo by H&M Software
     * [96]ViewIt by Zdzislaw Losvik
     * [97]Viewer n5 by Dmitry Fedorov
     * [98]VueScan by Ed Hamrick
     * [99]Xara Xtreme Pro

  Frequently Asked Questions

   I don't have a C compiler. Could you send me an executable?
          No, but Francisco Montilla provides Mac OS and Windows
          executables [100]on his website. And Manuel Llorens has provided
          a [101]huge cache of Windows executables here. Dcraw has also
          been ported to [102]Amiga, [103]MorphOS, [104]BeOS, [105]OS/2,
          and [106]RISC OS.

          If you're familiar with the DOS command line but don't know C,
          you can install this [107]free C compiler for Windows and
          compile dcraw.c quite easily.

   Why does dcraw say "Out of memory" in Windows Vista?
          Ostensibly to stop memory leaks, Microsoft decided that any
          program compiled to the old MS-DOS API should be confined to
          32MB of memory. This limitation can be removed with some
          combination of service packs and registry hacks, or you can
          compile dcraw to use the newer Win32 API. Thomas Nicely (of
          Pentium FDIV fame) has a [108]page describing the problem and
          various workarounds.

   How can I read the EXIF data (shutter speed, aperture, etc.)?
          [109]Phil Harvey's ExifTool provides a unified Perl-based EXIF
          reader (and editor!) for all cameras and file formats. "dcraw -i
          -v" is much faster, but provides less information.

   How can I read NEF files from Nikon scanners?
          Dcraw only supports cameras. Try [110]this simple program for
          scanners.

   How can I read Nikon Dust Off images (NDF files)?
          [111]Use this program.

   Do you have any specifications describing raw photo formats?
          Yes, but they tend to omit important details, like how to
          decompress the raw image or decrypt private metadata. See the
          [112]TIFF spec, the [113]TIFF/EP spec, the [114]Adobe DNG spec,
          the [115]CIFF (CRW) spec, and the [116]X3F spec.

   Where can I get an assortment of raw photos to test my software?
          For the latest cameras, I get samples from [117]Photography
          Blog. A "Full Review" at [118]Imaging Resource usually includes
          a few raw shots. [119]www.rawsamples.ch is no longer updated,
          but it has samples from older cameras. For $700, I sell a
          complete test suite on four DVDs containing every camera
          supported by dcraw, and provide web-based updates for $300/year.

   I'm designing a digital camera. How do I convert its raw photos into
          something that dcraw and Adobe Photoshop can open?
          Download [120]LibTIFF v3.8.2 and apply [121]this patch. Then use
          [122]this C program as a template for converting your photos to
          valid [123]Adobe DNG files.

   Why are dcraw output images larger than camera JPEGs?
          Any algorithm that combines each pixel with its neighbors is
          going to have problems near the edges. C code is cheap, so dcraw
          applies a different algorithm to edge pixels. Hardware logic is
          expensive, so cameras crop off the edge pixels after processing.

   I shot a raw photo with no light. Why does it appear all noisy, when it
          should be solid black?
          No matter how dark an image is, dcraw's auto-exposure stretches
          it so that one percent of its pixels appear white. The "-W"
          option avoids this behavior.

   I bracket plus/minus two stops, but all five shots look almost the same
          in dcraw. Why?
          See the previous question.

   Why is 16-bit output dark / unreadable?
          If you want pretty pictures straight out of dcraw, stay with
          8-bit output. 16-bit linear output is the best raw material for
          professional image editors such as [124]Photoshop and
          [125]CinePaint, but it's no good for most image viewers.

   What does the "-f" (four color RGB) option do?
          If you see patterns like [126]this or [127]this in your output
          images, first try "dcraw -a". If these patterns persist, use
          "dcraw -f" to get rid of them.

   Could you please add an option for TIFF / FITS / PNG / BMP / JPEG
          output?
          In versions 8.25 and later, "dcraw -T" writes TIFF output with
          metadata. To write other formats:

dcraw -c crw_0001.crw | pnmtofits > crw_0001.fits
dcraw -c crw_0001.crw | pnmtopng > crw_0001.png
dcraw -c crw_0001.crw | ppmtobmp > crw_0001.bmp
dcraw -c crw_0001.crw | cjpeg > crw_0001.jpeg

          I used the [128]Netpbm toolkit in these examples.
          [129]ImageMagick also does command-line format conversions. Both
          are free.

   Why don't you implement dcraw as a library?
          I have decided that dcraw shall be a command-line program
          written in C, and that any further abstraction layers must be
          added around this core, not inside it.

          Library code is ugly because it cannot use global variables.
          Libraries are more difficult to modify, build, install, and test
          than standalone programs, and so are inappropriate for file
          formats that change every day.

          There's a simpler way to make dcraw modular and thread-safe: Run
          it as a separate process. Eric Raymond [130]explains this
          technique here.

   Why are there false colors along edges within the image?
          Because of interpolation. This is a hard problem, easily
          defined:

         1. Take a three-color RGB image. At each pixel, set two color
            values to zero.
         2. Reconstruct the original three-color image as best you can
            from the remaining one color per pixel.

          Dcraw currently gives a choice of four methods: Bilinear,
          Variable Number of Gradients (VNG), Patterned Pixel Grouping
          (PPG), and Adaptive Homogeneity-Directed (AHD).

          [131]The Foveon X3 Capture chip requires a different kind of
          interpolation. Unlike CCD arrays, it captures three colors at
          every pixel location. But the colors are not well separated, so
          the raw data looks very gray. Much processing is needed to
          enhance color while suppressing noise.

   How do I get my camera to take raw photos?
          For Canon PowerShots that don't output CRW or CR2, you need the
          [132]CHDK hack.
          For some Nikon Coolpix cameras, you need to enable a
          [133]special "DIAG RAW" mode.
          For Casio cameras, see [134]Maurice Delaney's website or read
          [135]this discussion on dpreview.
          For the Minolta DiMAGE G400, G500, G530, or G600, go [136]here
          (in Russian) or [137]here (in English).
          For the Minolta DiMAGE Z2 and Nikon Coolpix 2100/3100/3700,
          [138]go here.
          For SMaL cameras, see the [139]camerahacking Forum.
          For Agfa and Samsung cameras, [140]go here.

          For other cameras, refer to the User's Manual.

   Does dcraw work with my camera?

          Most likely, yes. If your camera is not on the Supported list,
          try dcraw anyway. If it doesn't work perfectly, don't just sit
          quietly waiting for my next version. Ask me if I need any raw
          photos, or go ahead and post a photo to your website and e-mail
          me the URL. If you don't have a website, use [141]YouSendIt,
          [142]RapidShare, [143]Sendshack, [144]ShareFile, [145]sendspace,
          or [146]Megaupload.

          Before choosing a photo to send, read the next question:

   Why does dcraw output have a green tint and weak color?

          Because dcraw doesn't have a color matrix for your camera model,
          it outputs raw color instead of sRGB. To fix this, I need a
          photo of a [147]Wolf Faust, [148]Calibr8, [149]CMP,
          [150]GretagMacbeth, or other calibrated color chart. Follow this
          checklist:

          + Use a real chart, not a printout or screen image.
          + Wait for sunny weather, local noon ± two hours.
          + Carefully brush any dust off the chart.
          + Tilt the chart 90° to the camera and 45° to the sun to avoid
            specular reflections.
          + Set the camera two meters away and use telephoto zoom.
          + Use the lowest ISO setting.

  Supported Cameras

     * [151]Adobe Digital Negative (DNG)
     * AgfaPhoto DC-833m
     * Apple QuickTake 100
     * Apple QuickTake 150
     * Apple QuickTake 200
     * [152]ARRIRAW format
     * AVT F-080C
     * AVT F-145C
     * AVT F-201C
     * AVT F-510C
     * AVT F-810C
     * Canon PowerShot 600
     * Canon PowerShot A5
     * Canon PowerShot A5 Zoom
     * Canon PowerShot A50
     * Canon PowerShot A460 (CHDK hack)
     * Canon PowerShot A470 (CHDK hack)
     * Canon PowerShot A530 (CHDK hack)
     * Canon PowerShot A570 (CHDK hack)
     * Canon PowerShot A590 (CHDK hack)
     * Canon PowerShot A610 (CHDK hack)
     * Canon PowerShot A620 (CHDK hack)
     * Canon PowerShot A630 (CHDK hack)
     * Canon PowerShot A640 (CHDK hack)
     * Canon PowerShot A650 (CHDK hack)
     * Canon PowerShot A710 IS (CHDK hack)
     * Canon PowerShot A720 IS (CHDK hack)
     * Canon PowerShot Pro70
     * Canon PowerShot Pro90 IS
     * Canon PowerShot Pro1
     * Canon PowerShot G1
     * Canon PowerShot G2
     * Canon PowerShot G3
     * Canon PowerShot G5
     * Canon PowerShot G6
     * Canon PowerShot G7 (CHDK hack)
     * Canon PowerShot G9
     * Canon PowerShot G10
     * Canon PowerShot G11
     * Canon PowerShot G12
     * Canon PowerShot S2 IS (CHDK hack)
     * Canon PowerShot S3 IS (CHDK hack)
     * Canon PowerShot S5 IS (CHDK hack)
     * Canon PowerShot SD300 (CHDK hack)
     * Canon PowerShot S30
     * Canon PowerShot S40
     * Canon PowerShot S45
     * Canon PowerShot S50
     * Canon PowerShot S60
     * Canon PowerShot S70
     * Canon PowerShot S90
     * Canon PowerShot S95
     * Canon PowerShot S100
     * Canon PowerShot SX1 IS
     * Canon PowerShot SX110 IS (CHDK hack)
     * Canon PowerShot SX120 IS (CHDK hack)
     * Canon PowerShot SX20 IS (CHDK hack)
     * Canon PowerShot SX30 IS (CHDK hack)
     * Canon EOS D30
     * Canon EOS D60
     * Canon EOS 5D
     * Canon EOS 5D Mark II
     * Canon EOS 7D
     * Canon EOS 10D
     * Canon EOS 20D
     * Canon EOS 30D
     * Canon EOS 40D
     * Canon EOS 50D
     * Canon EOS 60D
     * Canon EOS 300D / Digital Rebel / Kiss Digital
     * Canon EOS 350D / Digital Rebel XT / Kiss Digital N
     * Canon EOS 400D / Digital Rebel XTi / Kiss Digital X
     * Canon EOS 450D / Digital Rebel XSi / Kiss Digital X2
     * Canon EOS 500D / Digital Rebel T1i / Kiss Digital X3
     * Canon EOS 550D / Digital Rebel T2i / Kiss Digital X4
     * Canon EOS 600D / Digital Rebel T3i / Kiss Digital X5
     * Canon EOS 1000D / Digital Rebel XS / Kiss Digital F
     * Canon EOS 1100D / Digital Rebel T3 / Kiss Digital X50
     * Canon EOS D2000C
     * Canon EOS-1D
     * Canon EOS-1DS
     * Canon EOS-1D Mark II
     * Canon EOS-1D Mark II N
     * Canon EOS-1D Mark III
     * Canon EOS-1D Mark IV
     * Canon EOS-1Ds Mark II
     * Canon EOS-1Ds Mark III
     * Casio QV-2000UX
     * Casio QV-3000EX
     * Casio QV-3500EX
     * Casio QV-4000
     * Casio QV-5700
     * Casio QV-R41
     * Casio QV-R51
     * Casio QV-R61
     * Casio EX-S20
     * Casio EX-S100
     * Casio EX-Z4
     * Casio EX-Z50
     * Casio EX-Z55
     * Casio EX-Z60
     * Casio EX-Z75
     * Casio EX-Z750
     * Casio EX-Z850
     * Casio EX-Z1050
     * Casio EX-Z1080
     * Casio Exlim Pro 505
     * Casio Exlim Pro 600
     * Casio Exlim Pro 700
     * Contax N Digital
     * Creative PC-CAM 600
     * Epson R-D1
     * Foculus 531C
     * Fuji FinePix E550
     * Fuji FinePix E900
     * Fuji FinePix F700
     * Fuji FinePix F710
     * Fuji FinePix F800
     * Fuji FinePix F810
     * Fuji FinePix S2Pro
     * Fuji FinePix S3Pro
     * Fuji FinePix S5Pro
     * Fuji FinePix S20Pro
     * Fuji FinePix S100FS
     * Fuji FinePix S5000
     * Fuji FinePix S5100/S5500
     * Fuji FinePix S5200/S5600
     * Fuji FinePix S6000fd
     * Fuji FinePix S7000
     * Fuji FinePix S9000/S9500
     * Fuji FinePix S9100/S9600
     * Fuji FinePix S200EXR
     * Fuji FinePix HS10/HS11
     * Fuji FinePix HS20EXR
     * Fuji FinePix F550EXR
     * Fuji FinePix X100
     * Fuji X10
     * Fuji IS-1
     * Hasselblad CFV
     * Hasselblad H3D
     * Hasselblad H4D
     * Hasselblad V96C
     * Imacon Ixpress 16-megapixel
     * Imacon Ixpress 22-megapixel
     * Imacon Ixpress 39-megapixel
     * ISG 2020x1520
     * Kodak DC20
     * Kodak DC25
     * Kodak DC40
     * Kodak DC50
     * Kodak DC120 (also try [153]kdc2tiff)
     * Kodak DCS200
     * Kodak DCS315C
     * Kodak DCS330C
     * Kodak DCS420
     * Kodak DCS460
     * Kodak DCS460A
     * Kodak DCS520C
     * Kodak DCS560C
     * Kodak DCS620C
     * Kodak DCS620X
     * Kodak DCS660C
     * Kodak DCS660M
     * Kodak DCS720X
     * Kodak DCS760C
     * Kodak DCS760M
     * Kodak EOSDCS1
     * Kodak EOSDCS3B
     * Kodak NC2000F
     * Kodak ProBack
     * Kodak PB645C
     * Kodak PB645H
     * Kodak PB645M
     * Kodak DCS Pro 14n
     * Kodak DCS Pro 14nx
     * Kodak DCS Pro SLR/c
     * Kodak DCS Pro SLR/n
     * Kodak C330
     * Kodak C603
     * Kodak P850
     * Kodak P880
     * Kodak Z980
     * Kodak Z981
     * Kodak Z990
     * Kodak Z1015
     * Kodak KAI-0340
     * Konica KD-400Z
     * Konica KD-510Z
     * Leaf AFi 7
     * Leaf AFi-II 12
     * Leaf Aptus 17
     * Leaf Aptus 22
     * Leaf Aptus 54S
     * Leaf Aptus 65
     * Leaf Aptus 75
     * Leaf Aptus 75S
     * Leaf Cantare
     * Leaf CatchLight
     * Leaf CMost
     * Leaf DCB2
     * Leaf Valeo 6
     * Leaf Valeo 11
     * Leaf Valeo 17
     * Leaf Valeo 22
     * Leaf Volare
     * Leica Digilux 2
     * Leica Digilux 3
     * Leica D-LUX2
     * Leica D-LUX3
     * Leica D-LUX4
     * Leica D-LUX5
     * Leica V-LUX1
     * Leica V-LUX2
     * Logitech Fotoman Pixtura
     * Mamiya ZD
     * Micron 2010
     * Minolta RD175
     * Minolta DiMAGE 5
     * Minolta DiMAGE 7
     * Minolta DiMAGE 7i
     * Minolta DiMAGE 7Hi
     * Minolta DiMAGE A1
     * Minolta DiMAGE A2
     * Minolta DiMAGE A200
     * Minolta DiMAGE G400
     * Minolta DiMAGE G500
     * Minolta DiMAGE G530
     * Minolta DiMAGE G600
     * Minolta DiMAGE Z2
     * Minolta Alpha/Dynax/Maxxum 5D
     * Minolta Alpha/Dynax/Maxxum 7D
     * Motorola PIXL
     * Nikon D1
     * Nikon D1H
     * Nikon D1X
     * Nikon D2H
     * Nikon D2Hs
     * Nikon D2X
     * Nikon D2Xs
     * Nikon D3
     * Nikon D3s
     * Nikon D3X
     * Nikon D40
     * Nikon D40X
     * Nikon D50
     * Nikon D60
     * Nikon D70
     * Nikon D70s
     * Nikon D80
     * Nikon D90
     * Nikon D100
     * Nikon D200
     * Nikon D300
     * Nikon D300s
     * Nikon D700
     * Nikon D3000
     * Nikon D3100
     * Nikon D5000
     * Nikon D5100
     * Nikon D7000
     * Nikon 1 J1
     * Nikon 1 V1
     * Nikon E700 ("DIAG RAW" hack)
     * Nikon E800 ("DIAG RAW" hack)
     * Nikon E880 ("DIAG RAW" hack)
     * Nikon E900 ("DIAG RAW" hack)
     * Nikon E950 ("DIAG RAW" hack)
     * Nikon E990 ("DIAG RAW" hack)
     * Nikon E995 ("DIAG RAW" hack)
     * Nikon E2100 ("DIAG RAW" hack)
     * Nikon E2500 ("DIAG RAW" hack)
     * Nikon E3200 ("DIAG RAW" hack)
     * Nikon E3700 ("DIAG RAW" hack)
     * Nikon E4300 ("DIAG RAW" hack)
     * Nikon E4500 ("DIAG RAW" hack)
     * Nikon E5000
     * Nikon E5400
     * Nikon E5700
     * Nikon E8400
     * Nikon E8700
     * Nikon E8800
     * Nikon Coolpix P6000
     * Nikon Coolpix P7000
     * Nikon Coolpix S6 ("DIAG RAW" hack)
     * Nokia N95
     * Nokia X2
     * Olympus C3030Z
     * Olympus C5050Z
     * Olympus C5060WZ
     * Olympus C7070WZ
     * Olympus C70Z,C7000Z
     * Olympus C740UZ
     * Olympus C770UZ
     * Olympus C8080WZ
     * Olympus X200,D560Z,C350Z
     * Olympus E-1
     * Olympus E-3
     * Olympus E-5
     * Olympus E-10
     * Olympus E-20
     * Olympus E-30
     * Olympus E-300
     * Olympus E-330
     * Olympus E-400
     * Olympus E-410
     * Olympus E-420
     * Olympus E-500
     * Olympus E-510
     * Olympus E-520
     * Olympus E-620
     * Olympus E-P1
     * Olympus E-P2
     * Olympus E-P3
     * Olympus E-PL1
     * Olympus E-PL1s
     * Olympus E-PL2
     * Olympus E-PL3
     * Olympus E-PM1
     * Olympus SP310
     * Olympus SP320
     * Olympus SP350
     * Olympus SP500UZ
     * Olympus SP510UZ
     * Olympus SP550UZ
     * Olympus SP560UZ
     * Olympus SP570UZ
     * Olympus XZ-1
     * Panasonic DMC-FZ8
     * Panasonic DMC-FZ18
     * Panasonic DMC-FZ28
     * Panasonic DMC-FZ30
     * Panasonic DMC-FZ35/FZ38
     * Panasonic DMC-FZ40
     * Panasonic DMC-FZ50
     * Panasonic DMC-FZ100
     * Panasonic DMC-FZ150
     * Panasonic DMC-FX150
     * Panasonic DMC-G1
     * Panasonic DMC-G2
     * Panasonic DMC-G3
     * Panasonic DMC-GF1
     * Panasonic DMC-GF2
     * Panasonic DMC-GF3
     * Panasonic DMC-GH1
     * Panasonic DMC-GH2
     * Panasonic DMC-GX1
     * Panasonic DMC-L1
     * Panasonic DMC-L10
     * Panasonic DMC-LC1
     * Panasonic DMC-LX1
     * Panasonic DMC-LX2
     * Panasonic DMC-LX3
     * Panasonic DMC-LX5
     * Pentax *ist D
     * Pentax *ist DL
     * Pentax *ist DL2
     * Pentax *ist DS
     * Pentax *ist DS2
     * Pentax K10D
     * Pentax K20D
     * Pentax K100D
     * Pentax K100D Super
     * Pentax K200D
     * Pentax K2000/K-m
     * Pentax K-x
     * Pentax K-r
     * Pentax K-5
     * Pentax K-7
     * Pentax Optio S
     * Pentax Optio S4
     * Pentax Optio 33WR
     * Pentax Optio 750Z
     * Pentax 645D
     * Phase One LightPhase
     * Phase One H 10
     * Phase One H 20
     * Phase One H 25
     * Phase One P 20
     * Phase One P 25
     * Phase One P 30
     * Phase One P 45
     * Phase One P 45+
     * Pixelink A782
     * Polaroid x530
     * Redcode R3D format
     * Rollei d530flex
     * RoverShot 3320af
     * Samsung EX1
     * Samsung GX-1S
     * Samsung GX10
     * Samsung GX20
     * Samsung NX10
     * Samsung NX11
     * Samsung NX100
     * Samsung NX200
     * Samsung WB550
     * Samsung WB2000
     * Samsung S85 (hacked)
     * Samsung S850 (hacked)
     * Sarnoff 4096x5440
     * Sigma SD9
     * Sigma SD10
     * Sigma SD14
     * Sinar 3072x2048
     * Sinar 4080x4080
     * Sinar 4080x5440
     * Sinar STI format
     * SMaL Ultra-Pocket 3
     * SMaL Ultra-Pocket 4
     * SMaL Ultra-Pocket 5
     * Sony DSC-F828
     * Sony DSC-R1
     * Sony DSC-V3
     * Sony DSLR-A100
     * Sony DSLR-A200
     * Sony DSLR-A230
     * Sony DSLR-A290
     * Sony DSLR-A300
     * Sony DSLR-A330
     * Sony DSLR-A350
     * Sony DSLR-A380
     * Sony DSLR-A450
     * Sony DSLR-A500
     * Sony DSLR-A550
     * Sony DSLR-A580
     * Sony DSLR-A700
     * Sony DSLR-A850
     * Sony DSLR-A900
     * Sony NEX-3
     * Sony NEX-5
     * Sony NEX-5N
     * Sony NEX-C3
     * Sony SLT-A33
     * Sony SLT-A35
     * Sony SLT-A55V
     * Sony SLT-A65V
     * Sony SLT-A77V
     * Sony XCD-SX910CR
     * STV680 VGA
     __________________________________________________________________

References

   1. http://www.cybercom.net/~dcoffin/
   2. http://www.cybercom.net/~dcoffin/dcraw/plate_large.jpg
   3. http://www.cybercom.net/~dcoffin/dcraw/index_eo.html
   4. http://www.cybercom.net/~dcoffin/dcraw/index_pt.html
   5. http://www.cybercom.net/~dcoffin/dcraw/index_ru.html
   6. http://www.movavi.com/opensource/dcraw-be
   7. http://gphoto.sourceforge.net/
   8. http://www.cybercom.net/~dcoffin/dcraw/dcraw.c
   9. http://www.cybercom.net/~dcoffin/resume.html
  10. http://www.outbackphoto.com/artofraw/raw_07/essay.html
  11. http://news.com.com/Nikons+photo+encryption+reported+broken/2100-1030_3-5679848.html
  12. http://www.dpreview.com/news/0504/05042701davecoffininterview.asp
  13. http://www.editorsguild.com/v2/magazine/archives/0705/cover_story.htm
  14. http://www.schnebeck.de/interview-with-dave-coffin-creator-of-dcraw
  15. http://www.ladinamo.org/english/raw-format-the-captive-photo.php
  16. http://www.cybercom.net/~dcoffin/dcraw/dcraw.c
  17. http://www.cybercom.net/~dcoffin/dcraw/#faq
  18. http://www.cybercom.net/~dcoffin/dcraw/dcraw.1.html
  19. http://www.cybercom.net/~dcoffin/dcraw/rawphoto.c
  20. http://ufraw.sourceforge.net/
  21. http://homepages.ihug.co.nz/~peps/
  22. http://www.cybercom.net/~dcoffin/dcraw/.badpixels
  23. http://www.cybercom.net/~dcoffin/dcraw/RCS/dcraw.c,v
  24. http://www.cs.purdue.edu/homes/trinkle/RCS/
  25. http://www.cybercom.net/~dcoffin/dcraw/parse.c
  26. http://www.cybercom.net/~dcoffin/dcraw/clean_crw.c
  27. http://www.cybercom.net/~dcoffin/dcraw/fujiturn.c
  28. http://www.cybercom.net/~dcoffin/dcraw/fuji_green.c
  29. http://www.cybercom.net/~dcoffin/dcraw/decompress.c
  30. http://www.cybercom.net/~dcoffin/dcraw/sony_clear.c
  31. http://www.cybercom.net/~dcoffin/dcraw/archive/
  32. http://www.cybercom.net/~dcoffin/dcraw/dcraw_eo.1.html
  33. http://www.cybercom.net/~dcoffin/dcraw/dcraw_ru.1.html
  34. http://www.cybercom.net/~dcoffin/dcraw/dcraw_fr.1.html
  35. http://www.cybercom.net/~dcoffin/dcraw/dcraw_it.1.html
  36. http://www.cybercom.net/~dcoffin/dcraw/dcraw_de.1.html
  37. http://www.cybercom.net/~dcoffin/dcraw/dcraw_pt.1.html
  38. http://www.cybercom.net/~dcoffin/dcraw/dcraw_es.1.html
  39. http://www.cybercom.net/~dcoffin/dcraw/dcraw_nl.1.html
  40. http://www.cybercom.net/~dcoffin/dcraw/dcraw_pl.1.html
  41. http://www.cybercom.net/~dcoffin/dcraw/dcraw_hu.1.html
  42. http://www.cybercom.net/~dcoffin/dcraw/dcraw_cs.1.html
  43. http://www.cybercom.net/~dcoffin/dcraw/dcraw_sv.1.html
  44. http://www.cybercom.net/~dcoffin/dcraw/dcraw_ca.1.html
  45. http://www.cybercom.net/~dcoffin/dcraw/dcraw_da.1.html
  46. http://www.cybercom.net/~dcoffin/dcraw/dcraw_zh_TW.1.html
  47. http://www.cybercom.net/~dcoffin/dcraw/dcraw_zh_CN.1.html
  48. http://www.cybercom.net/~dcoffin/dcraw/msdos/
  49. http://www.cybercom.net/~dcoffin/dcraw/dcraw.1
  50. http://www.cybercom.net/~dcoffin/dcraw/dcraw_eo.po
  51. http://www.acdsystems.com/
  52. http://www.adobe.com/products/photoshop/cameraraw.html
  53. http://www.br-software.com/
  54. http://www.breezesys.com/
  55. http://www.conceiva.com/
  56. http://cpicture.net/en/t_raw.html
  57. http://www.canto.com/
  58. http://frostyplace.com/dcraw/
  59. http://www.tanis.dk/wiki/index.php/DCRawUI
  60. http://www.pretentiousname.com/jp2raw/
  61. http://deepskystacker.free.fr/
  62. http://www.dpmagic.com/
  63. http://www.lemkesoft.com/
  64. http://sourceforge.net/projects/gtkrawgallery/
  65. http://jcoconsulting.com/index.asp?Section=GVOCX
  66. http://www.hdrshop.com/
  67. http://www.aragonsystem.com/
  68. http://www.planetimagina.com/
  69. http://www.irfanview.com/
  70. http://www.astrosurf.com/buil/us/iris/iris.htm
  71. http://www.lightboxsoftware.com/
  72. http://www.lightcrafts.com/
  73. http://imageingester.com/
  74. http://www.mediarecover.com/
  75. http://www.mixpo.com/
  76. http://www.photoacute.com/
  77. http://www.wildcape.com/
  78. http://photojockey.com/
  79. http://smatters.com/dcraw/
  80. http://www.k-i-s.net/
  81. http://www.datarescue.com/photorescue/
  82. http://www.sticksoftware.com/software/PhotoReviewer.html
  83. http://www.photovault.org/
  84. http://www.picasa.com/
  85. http://www.picturearena.com/
  86. http://pleiades-astrophoto.com/
  87. http://www.polybytes.com/
  88. http://www.iridientdigital.com/
  89. http://www.rawmagick.com/
  90. http://www.wizards.de/rawdrop
  91. http://www.rawtherapee.com/
  92. http://www.serif.com/
  93. http://www.logicaldesigns.com/
  94. http://www.silverfast.com/
  95. http://www.studioline.net/
  96. http://www.hexcat.com/viewit/
  97. http://www.dimin.net/software/viewer/
  98. http://www.hamrick.com/
  99. http://www.xara.com/products/xtreme/
 100. http://www.insflug.org/raw/
 101. http://www.rawness.es/dcraw/?lang=en
 102. http://aminet.net/search?query=dcraw
 103. http://amis.flatrate.ru/dcraw/
 104. http://www.pidcock.co.uk/beos/index.html
 105. http://hobbes.nmsu.edu/h-search.php?key=dcraw
 106. http://www.riscos.info/unix/indexes/graphics.html
 107. http://www.delorie.com/djgpp/
 108. http://www.trnicely.net/misc/vista.html
 109. http://www.sno.phy.queensu.ca/~phil/exiftool/
 110. http://www.cybercom.net/~dcoffin/dcraw/scan.c
 111. http://www.cybercom.net/~dcoffin/dcraw/read_ndf.c
 112. http://partners.adobe.com/asn/developer/PDFS/TN/TIFF6.pdf
 113. http://www.cybercom.net/~dcoffin/N4378.pdf
 114. http://www.adobe.com/products/dng/pdfs/dng_spec.pdf
 115. http://xyrion.org/ciff/
 116. http://web.archive.org/web/20070317042320/http://www.x3f.info/technotes/FileDocs/X3F_Format.pdf
 117. http://www.photographyblog.com/
 118. http://www.imaging-resource.com/MFR1.HTM
 119. http://www.rawsamples.ch/
 120. http://dl.maptools.org/dl/libtiff/tiff-3.8.2.tar.gz
 121. http://www.cybercom.net/~dcoffin/dcraw/libtiff.patch
 122. http://www.cybercom.net/~dcoffin/dcraw/elphel_dng.c
 123. http://www.adobe.com/products/dng/main.html
 124. http://www.adobe.com/products/photoshop/main.html
 125. http://cinepaint.sourceforge.net/
 126. http://www.cybercom.net/~dcoffin/dcraw/ahd_maze.png
 127. http://www.cybercom.net/~dcoffin/dcraw/vng_grid.png
 128. http://netpbm.sourceforge.net/
 129. http://www.imagemagick.org/
 130. http://www.faqs.org/docs/artu/multiprogramchapter.html
 131. http://www.dpreview.com/news/0202/02021101foveonx3.asp
 132. http://digicanon.narod.ru/
 133. http://e2500.narod.ru/raw_format_e.htm
 134. http://www.inweb.ch/foto/rawformat.html
 135. http://forums.dpreview.com/forums/read.asp?forum=1015&message=4961779
 136. http://myfototest.narod.ru/
 137. http://forums.dpreview.com/forums/read.asp?forum=1024&message=11773287
 138. http://tester13.nm.ru/nikon/
 139. http://camerahacks.10.forumer.com/
 140. http://forums.dpreview.com/forums/read.asp?forum=1001&message=28484239
 141. http://yousendit.com/
 142. http://rapidshare.com/
 143. http://sendshack.com/
 144. http://www.sharefile.com/
 145. http://www.sendspace.com/
 146. http://www.megaupload.com/
 147. http://www.targets.coloraid.de/
 148. http://www.calibr8.com/
 149. http://www.cmp-color.fr/eng%20digital%20target.html
 150. http://www.xrite.com/product_overview.aspx?ID=820
 151. http://www.adobe.com/products/dng/
 152. http://archiv.arri.de/arriraw/index.html
 153. http://kdc2tiff.sourceforge.net/