Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
DISCONTINUED:openSUSE:11.2
dcraw
README
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File README of Package dcraw
http://www.cybercom.net/~dcoffin/dcraw/: [1]Back to Dave Coffin's Home Page [2]en Esperanto [3]em Portugues [4]na russkom Thanks to everyone who came to [5]Wrocl/aw and [6]Barcelona this year! __________________________________________________________________ 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 [9]better quality [10]output than the tools provided by the camera vendor. [11]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 [12]Essay for Digital Outback Photo, 25 April 2003 [13]Article in News.com, 21 April 2005 [14]Interview with Digital Photography Review, 27 April 2005 [15]Interview with Thorsten Schnebeck, 10 June 2006 [16]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. * [17]dcraw.c -- decodes raw photos, extracts thumbnails, and displays metadata Supports 306 cameras at last count. Compile with "gcc -o dcraw -O4 dcraw.c -lm -ljpeg -llcms" or "gcc -o dcraw -O4 dcraw.c -lm -DNO_JPEG -DNO_LCMS". Run with no arguments to see a usage message. Don't complain that 16-bit output is too dark -- read the [18]FAQ! * [19]UNIX manpage for dcraw This is dcraw's official user documentation, updated in lockstep with the source code. * [20]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. [21]Udi Fuchs and [22]Joseph Heled have written much nicer plugins, with live preview, histograms, and color curves. * [23].badpixels -- my camera's "hot pixels" This file tells dcraw which pixels have died and when, so that it can interpolate around them. * [24]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, [25]download it here. * [26]parse.c -- read image data structures This program displays CIFF and TIFF data structures in a very cryptic format. * [27]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. * [28]fujiturn.c -- rotate Fuji Super CCD images An alternative to dcraw's built-in Fuji rotation. * [29]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: * [30]decompress.c is a simple reference decompressor for CRW files. * [31]sony_clear.c decrypts SRF files from the Sony DSC-F828. Internationalization To build and install multilingual dcraw in Linux, download the latest tarball [32]from this directory and run the "install" script. The currently supported languages are [33]Esperanto, [34]Russian, [35]French, [36]Italian, [37]German, [38]Portuguese, [39]Spanish, [40]Dutch, [41]Polish, [42]Hungarian, [43]Czech, [44]Swedish, [45]Catalan, 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 Juergen 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]DRIFTT by Andrew Long * [64]EasyRaw Studio * [65]GraphicConverter by Thorsten Lemke * [66]GVBox from JCO Consulting * [67]ImageLab from Aragon System * [68]IrfanView by Irfan Skiljan * [69]IRIS image processor for astronomers * [70]KA Photoservice * [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 Companion by Jeff Moore * [77]Photo Jockey by Davie Lee Reed who also wrote a [78]dcraw interface for Delphi programmers. * [79]Photo Organizer by Balint Kis * [80]PhotoRescue from DataRescue * [81]PhotoReviewer by Ben Haller * [82]Photovault by Harri Kaimio * [83]Picasa from Google * [84]Picture Arena by Felix Schwarz * [85]PixInsight by Pleiades Software * [86]PiXPO by PiXPO Inc. * [87]PolyView by Polybytes * [88]PowerShovel-II by Luc Minnebo * [89]RAW Developer by Iridient Digital * [90]Raw Magick * [91]RawConvert by Jason Swain * [92]RawDrop by Frank Siegert * [93]RawShooter from pixmantec * [94]RawView by Jari Savolainen * [95]Serif PhotoPlus, PanoramaPlus, and AlbumPlus * [96]SharpRaw by Duane DeSieno * [97]SilverFast DCPro by LaserSoft Imaging * [98]StudioLine Photo by H&M Software * [99]ViewIt by Zdzislaw Losvik * [100]Viewer n5 by Dmitry Fedorov * [101]VueScan by Ed Hamrick * [102]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 [103]on his website. And Benjamin Lebsanft has volunteered to maintain [104]Windows executables optimized for specific CPUs. Dcraw has also been ported to [105]Amiga, [106]MorphOS, [107]BeOS, [108]OS/2, and [109]RISC OS. If you're familiar with the DOS command line but don't know C, you can install this [110]free C compiler for Windows and compile dcraw.c quite easily. Why does dcraw say "Out of memory" in Windows Vista? This is an arbitrary limitation of Windows Vista that will be fixed in Service Pack 1. Thomas Nicely (of Pentium FDIV fame) has a [111]page describing the problem. At the moment, the only workaround is to build dcraw.exe with a Microsoft compiler instead of a GNU compiler. How can I read the EXIF data (shutter speed, aperture, etc.)? [112]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 [113]this simple program for scanners. How can I read Nikon Dust Off images (NDF files)? [114]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 [115]TIFF spec, the [116]TIFF/EP spec, the [117]Adobe DNG spec, the [118]CIFF (CRW) spec, and the [119]X3F spec. Where can I get an assortment of raw photos to test my software? Try [120]raw.fotosite.pl, [121]www.rawsamples.ch, and [122]Glass Lantern RAWpository. For the complete dcraw test suite (every camera supported by dcraw), I sell a 2-DVD set for $600 and 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 [123]LibTIFF v3.8.2 and apply [124]this patch. Then use [125]this C program as a template for converting your photos to valid [126]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 "-b" option adjusts this behavior, while "-4" (16-bit output) avoids it entirely. 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 [127]Photoshop and [128]CinePaint, but it's no good for most image viewers. What does the "-f" (four color RGB) option do? If you see patterns like [129]this or [130]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 [131]Netpbm toolkit in these examples. [132]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 [133]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). [134]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 [135]CHDK hack. For some Nikon Coolpix cameras, you need to enable a [136]special "DIAG RAW" mode. For Casio cameras, see [137]Maurice Delaney's website or read [138]this discussion on dpreview. For the Minolta DiMAGE G400, G500, G530, or G600, go [139]here (in Russian) or [140]here (in English). For the Minolta DiMAGE Z2 and Nikon Coolpix 2100/3100/3700, [141]go here. For SMaL cameras, see the [142]camerahacking Forum. 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 list below, try dcraw anyway. If it doesn't work, post a raw image to a website and e-mail me the URL. If you don't have a website, use [143]Dropload or [144]YouSendIt. Ideally, your sample image should show a standard white card or color chart in direct sunlight, with other colors in the background. Supported Cameras * Adobe Digital Negative (DNG) * Apple QuickTake 100 * Apple QuickTake 150 * Apple QuickTake 200 * 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 A530 (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 G1 * Canon PowerShot G2 * Canon PowerShot G3 * Canon PowerShot G5 * Canon PowerShot G6 * Canon PowerShot G7 (CHDK hack) * Canon PowerShot G9 * 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 Pro1 * Canon EOS D30 * Canon EOS D60 * Canon EOS 5D * Canon EOS 10D * Canon EOS 20D * Canon EOS 30D * Canon EOS 40D * 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 1000D / Digital Rebel XS / Kiss Digital F * Canon EOS D2000C * Canon EOS-1D * Canon EOS-1DS * Canon EOS-1D Mark II * Canon EOS-1D Mark III * Canon EOS-1D Mark II N * 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-S100 * Casio EX-Z4 * Casio EX-Z50 * Casio EX-Z55 * 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 IS-1 * Hasselblad CFV * Hasselblad H3D * Imacon Ixpress 16-megapixel * Imacon Ixpress 22-megapixel * Imacon Ixpress 39-megapixel * ISG 2020x1520 * Kodak DC20 (see [145]Oliver Hartman's page) * Kodak DC25 (see [146]Jun-ichiro Itoh's page) * Kodak DC40 * Kodak DC50 * Kodak DC120 (also try [147]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 KAI-0340 * Konica KD-400Z * Konica KD-510Z * 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 V-LUX1 * 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 * Nikon D1 * Nikon D1H * Nikon D1X * Nikon D2H * Nikon D2Hs * Nikon D2X * Nikon D2Xs * Nikon D3 * Nikon D40 * Nikon D40X * Nikon D50 * Nikon D60 * Nikon D70 * Nikon D70s * Nikon D80 * Nikon D100 * Nikon D200 * Nikon D300 * Nikon D700 * 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 S6 ("DIAG RAW" hack) * Nokia N95 * Olympus C3030Z * Olympus C5050Z * Olympus C5060WZ * Olympus C7070WZ * Olympus C70Z,C7000Z * Olympus C740UZ * Olympus C770UZ * Olympus C8080WZ * Olympus E-1 * Olympus E-3 * Olympus E-10 * Olympus E-20 * 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 SP310 * Olympus SP320 * Olympus SP350 * Olympus SP500UZ * Olympus SP510UZ * Olympus SP550UZ * Olympus SP560UZ * Panasonic DMC-FZ8 * Panasonic DMC-FZ18 * Panasonic DMC-FZ30 * Panasonic DMC-FZ50 * Panasonic DMC-L1 * Panasonic DMC-L10 * Panasonic DMC-LC1 * Panasonic DMC-LX1 * Panasonic DMC-LX2 * 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 Optio S * Pentax Optio S4 * Pentax Optio 33WR * Pentax Optio 750Z * 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 * Pixelink A782 * Polaroid x530 * Rollei d530flex * RoverShot 3320af * Samsung GX-1S * Samsung GX-10 * 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-A300 * Sony DSLR-A350 * Sony DSLR-A700 * Sony XCD-SX910CR * STV680 VGA __________________________________________________________________ References 1. http://www.cybercom.net/~dcoffin/ 2. http://www.cybercom.net/~dcoffin/dcraw/index_eo.html 3. http://www.cybercom.net/~dcoffin/dcraw/index_pt.html 4. http://www.cybercom.net/~dcoffin/dcraw/index_ru.html 5. http://www.libregraphicsmeeting.org/2008/ 6. http://www.jornadespl.org/ 7. http://gphoto.sourceforge.net/ 8. http://www.cybercom.net/~dcoffin/dcraw/dcraw.c 9. http://www.insflug.org/raw/ 10. http://www.aim-dtp.net/aim/digicam/dcraw/ 11. http://www.cybercom.net/~dcoffin/resume.html 12. http://www.outbackphoto.com/artofraw/raw_07/essay.html 13. http://news.com.com/Nikons+photo+encryption+reported+broken/2100-1030_3-5679848.html 14. http://www.dpreview.com/news/0504/05042701davecoffininterview.asp 15. http://www.schnebeck.de/interview-with-dave-coffin-creator-of-dcraw 16. http://www.ladinamo.org/english/raw-format-the-captive-photo.php 17. http://www.cybercom.net/~dcoffin/dcraw/dcraw.c 18. http://www.cybercom.net/~dcoffin/dcraw/#faq 19. http://www.cybercom.net/~dcoffin/dcraw/dcraw.1.html 20. http://www.cybercom.net/~dcoffin/dcraw/rawphoto.c 21. http://ufraw.sourceforge.net/ 22. http://pages.quicksilver.net.nz/pepe/ 23. http://www.cybercom.net/~dcoffin/dcraw/.badpixels 24. http://www.cybercom.net/~dcoffin/dcraw/RCS/dcraw.c,v 25. http://www.cs.purdue.edu/homes/trinkle/RCS/ 26. http://www.cybercom.net/~dcoffin/dcraw/parse.c 27. http://www.cybercom.net/~dcoffin/dcraw/clean_crw.c 28. http://www.cybercom.net/~dcoffin/dcraw/fujiturn.c 29. http://www.cybercom.net/~dcoffin/dcraw/fuji_green.c 30. http://www.cybercom.net/~dcoffin/dcraw/decompress.c 31. http://www.cybercom.net/~dcoffin/dcraw/sony_clear.c 32. http://www.cybercom.net/~dcoffin/dcraw/archive/ 33. http://www.cybercom.net/~dcoffin/dcraw/dcraw_eo.1.html 34. http://www.cybercom.net/~dcoffin/dcraw/dcraw_ru.1.html 35. http://www.cybercom.net/~dcoffin/dcraw/dcraw_fr.1.html 36. http://www.cybercom.net/~dcoffin/dcraw/dcraw_it.1.html 37. http://www.cybercom.net/~dcoffin/dcraw/dcraw_de.1.html 38. http://www.cybercom.net/~dcoffin/dcraw/dcraw_pt.1.html 39. http://www.cybercom.net/~dcoffin/dcraw/dcraw_es.1.html 40. http://www.cybercom.net/~dcoffin/dcraw/dcraw_nl.1.html 41. http://www.cybercom.net/~dcoffin/dcraw/dcraw_pl.1.html 42. http://www.cybercom.net/~dcoffin/dcraw/dcraw_hu.1.html 43. http://www.cybercom.net/~dcoffin/dcraw/dcraw_cs.1.html 44. http://www.cybercom.net/~dcoffin/dcraw/dcraw_sv.1.html 45. http://www.cybercom.net/~dcoffin/dcraw/dcraw_ca.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.nla.gov.au/preserve/dohm/driftt.html 64. http://www.easyraw.com/ 65. http://www.lemkesoft.com/ 66. http://jcoconsulting.com/index.asp?Section=GVOCX 67. http://www.aragonsystem.com/ 68. http://www.irfanview.com/ 69. http://www.astrosurf.com/buil/us/iris/iris.htm 70. http://www.kaorg.com/photoservice.asp 71. http://www.lightboxsoftware.com/ 72. http://sonic.net/~rat/lightcrafts/ 73. http://imageingester.com/ 74. http://www.mediarecover.com/ 75. http://www.mixpo.com/ 76. http://www.wildcape.com/ 77. http://photojockey.com/ 78. http://smatters.com/dcraw/ 79. http://www.k-i-s.net/ 80. http://www.datarescue.com/photorescue/ 81. http://www.sticksoftware.com/software/PhotoReviewer.html 82. http://www.photovault.org/ 83. http://www.picasa.com/ 84. http://www.picturearena.com/ 85. http://pleiades-astrophoto.com/ 86. http://www.pixpo.com/ 87. http://www.polybytes.com/ 88. http://lens.liteserv.com/download/powershovel2.php 89. http://www.iridientdigital.com/ 90. http://www.rawmagick.com/ 91. http://www.i-graph.com/ 92. http://www.wizards.de/rawdrop 93. http://www.pixmantec.com/ 94. http://www.through-the-lens.net/ 95. http://www.serif.com/ 96. http://www.logicaldesigns.com/ 97. http://www.silverfast.com/ 98. http://www.studioline.net/ 99. http://www.hexcat.com/viewit/ 100. http://www.dimin.net/software/viewer/ 101. http://www.hamrick.com/ 102. http://www.xara.com/products/xtreme/ 103. http://www.insflug.org/raw/ 104. http://www.lebsanft.org/blog/?tag=dcraw 105. http://aminet.net/search?query=dcraw 106. http://amis.flatrate.ru/dcraw/ 107. http://www.pidcock.co.uk/beos/index.html 108. http://hobbes.nmsu.edu/cgi-bin/h-search?key=dcraw 109. http://www.riscos.info/unix/indexes/graphics.html 110. http://www.delorie.com/djgpp/ 111. http://www.trnicely.net/misc/vista.html 112. http://www.sno.phy.queensu.ca/~phil/exiftool/ 113. http://www.cybercom.net/~dcoffin/dcraw/scan.c 114. http://www.cybercom.net/~dcoffin/dcraw/read_ndf.c 115. http://partners.adobe.com/asn/developer/PDFS/TN/TIFF6.pdf 116. http://www.map.tu.chiba-u.ac.jp/IEC/100/TA2/recdoc/N4378.pdf 117. http://www.adobe.com/products/dng/pdfs/dng_spec.pdf 118. http://xyrion.org/ciff/ 119. http://www.x3f.info/technotes/FileDocs/X3F_Format.pdf 120. http://raw.fotosite.pl/ 121. http://www.rawsamples.ch/ 122. http://www.glasslantern.com/RAWpository/ 123. http://dl.maptools.org/dl/libtiff/tiff-3.8.2.tar.gz 124. http://www.cybercom.net/~dcoffin/dcraw/libtiff.patch 125. http://www.cybercom.net/~dcoffin/dcraw/elphel_dng.c 126. http://www.adobe.com/products/dng/main.html 127. http://www.adobe.com/products/photoshop/main.html 128. http://cinepaint.sourceforge.net/ 129. http://www.cybercom.net/~dcoffin/dcraw/ahd_maze.png 130. http://www.cybercom.net/~dcoffin/dcraw/vng_grid.png 131. http://netpbm.sourceforge.net/ 132. http://www.imagemagick.org/ 133. http://www.faqs.org/docs/artu/multiprogramchapter.html 134. http://www.dpreview.com/news/0202/02021101foveonx3.asp 135. http://digicanon.narod.ru/ 136. http://e2500.narod.ru/raw_format_e.htm 137. http://www.inweb.ch/foto/rawformat.html 138. http://forums.dpreview.com/forums/read.asp?forum=1015&message=4961779 139. http://myfototest.narod.ru/ 140. http://forums.dpreview.com/forums/read.asp?forum=1024&message=11773287 141. http://tester13.nm.ru/nikon/ 142. http://www.camerahacking.com/ 143. http://dropload.com/ 144. http://yousendit.com/ 145. http://www.planet-interkom.de/oliver.hartmann/dc20secr.htm 146. http://www.itojun.org/diary/19961113/index.eng.html 147. http://kdc2tiff.sourceforge.net/
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor