forked from pool/dcraw
- Update to version 9.17:
dcraw - revision 1.454 * Copied color matrices from DNG Converter 7.3. * Support the Canon EOS 6D, 1DX, SX50, Casio EX-ZR100, Fuji X-E1 & XF1, Pentax K-5 II (s), and Samsung EX2F - updated update_dcraw script to be able to work with dcraw tarball OBS-URL: https://build.opensuse.org/package/show/graphics/dcraw?expand=0&rev=34
This commit is contained in:
parent
76fcba4336
commit
f99e3dd203
577
README
577
README
@ -10,14 +10,8 @@ http://www.cybercom.net/~dcoffin/dcraw/:
|
||||
[6]на русском
|
||||
[7]па-беларуску
|
||||
|
||||
Note to dcraw users in Brazil:
|
||||
|
||||
I'll be speaking at the [8]Free Software Forum in Porto Alegre between
|
||||
July 25 and July 28. I hope to see you there!
|
||||
__________________________________________________________________
|
||||
|
||||
Welcome! If you are wondering how to connect your digital camera and
|
||||
download images to a Linux PC, go to the [9]gPhoto homepage. My
|
||||
download images to a Linux PC, go to the [8]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.
|
||||
@ -42,13 +36,13 @@ http://www.cybercom.net/~dcoffin/dcraw/:
|
||||
decodes any raw image from any digital camera on any computer running
|
||||
any operating system.
|
||||
|
||||
That program is called [10]dcraw (pronounced "dee-see-raw"), and it's
|
||||
That program is called [9]dcraw (pronounced "dee-see-raw"), and it's
|
||||
become a standard tool within and without the Open Source world. It's
|
||||
small (about 9000 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.
|
||||
|
||||
[11]Here's my resume. I do freelance consulting related to dcraw, and
|
||||
[10]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
|
||||
@ -56,12 +50,12 @@ http://www.cybercom.net/~dcoffin/dcraw/:
|
||||
|
||||
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]Dcraw mentioned in Editors Guild magazine, July/August 2005
|
||||
[16]Interview with Thorsten Schnebeck, 10 June 2006
|
||||
[17]Interview with Ladinamo, 16 June 2006
|
||||
[11]Essay for Digital Outback Photo, 25 April 2003
|
||||
[12]Article in News.com, 21 April 2005
|
||||
[13]Interview with Digital Photography Review, 27 April 2005
|
||||
[14]Dcraw mentioned in Editors Guild magazine, July/August 2005
|
||||
[15]Interview with Thorsten Schnebeck, 10 June 2006
|
||||
[16]Interview with Ladinamo, 16 June 2006
|
||||
|
||||
My Code
|
||||
|
||||
@ -75,58 +69,58 @@ http://www.cybercom.net/~dcoffin/dcraw/:
|
||||
"fuji_green", "fujiturn", and "fujiturn16". My shell scripts are
|
||||
dangerous and should only be installed in a "doc" directory without
|
||||
execute permission.
|
||||
* [18]dcraw.c -- decodes raw photos, extracts thumbnails, and
|
||||
* [17]dcraw.c -- decodes raw photos, extracts thumbnails, and
|
||||
displays metadata
|
||||
Supports 474 cameras at last count. Compile with "gcc -o dcraw -O4
|
||||
Supports 506 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 [19]FAQ!
|
||||
* [20]UNIX manpage for dcraw
|
||||
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.
|
||||
* [21]rawphoto.c -- basic plugin for GIMP 1.2 & 2.0
|
||||
* [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. [22]Udi Fuchs and [23]Joseph Heled have written much nicer
|
||||
Gimp. [21]Udi Fuchs and [22]Joseph Heled have written much nicer
|
||||
plugins, with live preview, histograms, and color curves.
|
||||
* [24].badpixels -- my camera's "hot pixels"
|
||||
* [23].badpixels -- my camera's "hot pixels"
|
||||
This file tells dcraw which pixels have died and when, so that it
|
||||
can interpolate around them.
|
||||
* [25]dcraw.c,v -- complete unabridged RCS file
|
||||
* [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,
|
||||
[26]download it here.
|
||||
* [27]parse.c -- read image data structures
|
||||
[25]download it here.
|
||||
* [26]parse.c -- read image data structures
|
||||
This program displays CIFF and TIFF data structures in a very
|
||||
cryptic format.
|
||||
* [28]clean_crw.c -- clean Canon CRW files
|
||||
* [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.
|
||||
* [29]fujiturn.c -- rotate Fuji Super CCD images
|
||||
* [28]fujiturn.c -- rotate Fuji Super CCD images
|
||||
An alternative to dcraw's built-in Fuji rotation.
|
||||
* [30]fuji_green.c -- convert Fuji green pixels to PGM
|
||||
* [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:
|
||||
* [31]decompress.c is a simple reference decompressor for CRW files.
|
||||
* [32]sony_clear.c decrypts SRF files from the Sony DSC-F828.
|
||||
* [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 [33]from this directory and run the "install" script. The
|
||||
currently supported languages are [34]Esperanto, [35]Russian,
|
||||
[36]French, [37]Italian, [38]German, [39]Portuguese, [40]Spanish,
|
||||
[41]Dutch, [42]Polish, [43]Hungarian, [44]Czech, [45]Swedish,
|
||||
[46]Catalan, [47]Danish, and Chinese (both [48]Traditional and
|
||||
[49]Simplified).
|
||||
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, [46]Danish, and Chinese (both [47]Traditional and
|
||||
[48]Simplified).
|
||||
|
||||
To build a unilingual, self-contained DCRAW.EXE for DOS/Windows, use a
|
||||
source file [50]from this directory instead.
|
||||
source file [49]from this directory instead.
|
||||
|
||||
To add another language, send me translations of [51]this manpage and
|
||||
[52]this message table in UTF-8 encoding. Translate only from my
|
||||
To add another language, send me translations of [50]this manpage and
|
||||
[51]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.
|
||||
|
||||
@ -157,67 +151,67 @@ http://www.cybercom.net/~dcoffin/dcraw/:
|
||||
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:
|
||||
* [53]ACDSee
|
||||
* [54]Adobe Photoshop
|
||||
* [55]BR's PhotoArchiver by Baard Riiber
|
||||
* [56]BreezeBrowser by Chris Breeze
|
||||
* [57]Conceiva Lightbox
|
||||
* [58]cPicture by Jürgen Eidt
|
||||
* [59]Cumulus by Canto
|
||||
* [60]dcRAW-X by Bryan Chang
|
||||
* [61]DCRawUI by Sune Trudslev
|
||||
* [62]Directory Opus Plugin by Leo Davidson(with C++ source code)
|
||||
* [63]DeepSkyStacker by Luc Coiffier
|
||||
* [64]dpMagic by Mikhail Stolpner
|
||||
* [65]GraphicConverter by Thorsten Lemke
|
||||
* [66]GTKRawGallery by Daniele Isca
|
||||
* [67]GVBox from JCO Consulting
|
||||
* [68]HDR Shop
|
||||
* [69]ImageLab from Aragon System
|
||||
* [70]Imagina by Rob Baker
|
||||
* [71]IrfanView by Irfan Skiljan
|
||||
* [72]IRIS image processor for astronomers
|
||||
* [73]Lightbox by Josh Anon
|
||||
* [74]LightZone by Anton Kast
|
||||
* [75]LRViewer by Marc Rochkind
|
||||
* [76]MediaRECOVER File Recovery Software
|
||||
* [77]Mixpo by Mixpo Portfolio Broadcasting Inc.
|
||||
* [78]Photo Acute by Almalence
|
||||
* [79]Photo Companion by Jeff Moore
|
||||
* [80]Photo Jockey by Davie Lee Reed who also wrote a [81]dcraw
|
||||
* [52]ACDSee
|
||||
* [53]Adobe Photoshop
|
||||
* [54]BR's PhotoArchiver by Baard Riiber
|
||||
* [55]BreezeBrowser by Chris Breeze
|
||||
* [56]Conceiva Lightbox
|
||||
* [57]cPicture by Jürgen Eidt
|
||||
* [58]Cumulus by Canto
|
||||
* [59]dcRAW-X by Bryan Chang
|
||||
* [60]DCRawUI by Sune Trudslev
|
||||
* [61]Directory Opus Plugin by Leo Davidson(with C++ source code)
|
||||
* [62]DeepSkyStacker by Luc Coiffier
|
||||
* [63]dpMagic by Mikhail Stolpner
|
||||
* [64]GraphicConverter by Thorsten Lemke
|
||||
* [65]GTKRawGallery by Daniele Isca
|
||||
* [66]GVBox from JCO Consulting
|
||||
* [67]HDR Shop
|
||||
* [68]ImageLab from Aragon System
|
||||
* [69]Imagina by Rob Baker
|
||||
* [70]IrfanView by Irfan Skiljan
|
||||
* [71]IRIS image processor for astronomers
|
||||
* [72]Lightbox by Josh Anon
|
||||
* [73]LightZone by Anton Kast
|
||||
* [74]LRViewer by Marc Rochkind
|
||||
* [75]MediaRECOVER File Recovery Software
|
||||
* [76]Mixpo by Mixpo Portfolio Broadcasting Inc.
|
||||
* [77]Photo Acute by Almalence
|
||||
* [78]Photo Companion by Jeff Moore
|
||||
* [79]Photo Jockey by Davie Lee Reed who also wrote a [80]dcraw
|
||||
interface for Delphi programmers.
|
||||
* [82]Photo Organizer by Balint Kis
|
||||
* [83]PhotoRescue from DataRescue
|
||||
* [84]PhotoReviewer by Ben Haller
|
||||
* [85]Photovault by Harri Kaimio
|
||||
* [86]Picasa from Google
|
||||
* [87]Picture Arena by Felix Schwarz
|
||||
* [88]PixInsight by Pleiades Software
|
||||
* [89]PolyView by Polybytes
|
||||
* [90]RAW Developer by Iridient Digital
|
||||
* [91]Raw Magick
|
||||
* [92]RawDrop by Frank Siegert
|
||||
* [93]RawTherapee by RT Team
|
||||
* [94]Serif PhotoPlus, PanoramaPlus, and AlbumPlus
|
||||
* [95]SharpRaw by Duane DeSieno
|
||||
* [96]SilverFast DCPro by LaserSoft Imaging
|
||||
* [97]StudioLine Photo by H&M Software
|
||||
* [98]ViewIt by Zdzislaw Losvik
|
||||
* [99]Viewer n5 by Dmitry Fedorov
|
||||
* [100]VueScan by Ed Hamrick
|
||||
* [101]Xara Xtreme Pro
|
||||
* [81]Photo Organizer by Balint Kis
|
||||
* [82]PhotoRescue from DataRescue
|
||||
* [83]PhotoReviewer by Ben Haller
|
||||
* [84]Photovault by Harri Kaimio
|
||||
* [85]Picasa from Google
|
||||
* [86]Picture Arena by Felix Schwarz
|
||||
* [87]PixInsight by Pleiades Software
|
||||
* [88]PolyView by Polybytes
|
||||
* [89]RAW Developer by Iridient Digital
|
||||
* [90]Raw Magick
|
||||
* [91]RawDrop by Frank Siegert
|
||||
* [92]RawTherapee by RT Team
|
||||
* [93]Serif PhotoPlus, PanoramaPlus, and AlbumPlus
|
||||
* [94]SharpRaw by Duane DeSieno
|
||||
* [95]SilverFast DCPro by LaserSoft Imaging
|
||||
* [96]StudioLine Photo by H&M Software
|
||||
* [97]ViewIt by Zdzislaw Losvik
|
||||
* [98]Viewer n5 by Dmitry Fedorov
|
||||
* [99]VueScan by Ed Hamrick
|
||||
* [100]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 [102]on his website. And Manuel Llorens has provided
|
||||
a [103]huge cache of Windows executables here. Dcraw has also
|
||||
been ported to [104]Amiga, [105]MorphOS, [106]BeOS, [107]OS/2,
|
||||
and [108]RISC OS.
|
||||
executables [101]on his website. And Manuel Llorens has provided
|
||||
a [102]huge cache of Windows executables here. Dcraw has also
|
||||
been ported to [103]Amiga, [104]MorphOS, [105]BeOS, [106]OS/2,
|
||||
and [107]RISC OS.
|
||||
|
||||
If you're familiar with the DOS command line but don't know C,
|
||||
you can install this [109]free C compiler for Windows and
|
||||
you can install this [108]free C compiler for Windows and
|
||||
compile dcraw.c quite easily.
|
||||
|
||||
Why does dcraw say "Out of memory" in Windows Vista?
|
||||
@ -226,40 +220,40 @@ http://www.cybercom.net/~dcoffin/dcraw/:
|
||||
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 [110]page describing the problem and
|
||||
Pentium FDIV fame) has a [109]page describing the problem and
|
||||
various workarounds.
|
||||
|
||||
How can I read the EXIF data (shutter speed, aperture, etc.)?
|
||||
[111]Phil Harvey's ExifTool provides a unified Perl-based EXIF
|
||||
[110]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 [112]this simple program for
|
||||
Dcraw only supports cameras. Try [111]this simple program for
|
||||
scanners.
|
||||
|
||||
How can I read Nikon Dust Off images (NDF files)?
|
||||
[113]Use this program.
|
||||
[112]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
|
||||
[114]TIFF spec, the [115]TIFF/EP spec, the [116]Adobe DNG spec,
|
||||
the [117]CIFF (CRW) spec, and the [118]X3F spec.
|
||||
[113]TIFF spec, the [114]TIFF/EP spec, the [115]Adobe DNG spec,
|
||||
the [116]CIFF (CRW) spec, and the [117]X3F spec.
|
||||
|
||||
Where can I get an assortment of raw photos to test my software?
|
||||
For the latest cameras, I get samples from [119]Photography
|
||||
Blog. A "Full Review" at [120]Imaging Resource usually includes
|
||||
a few raw shots. [121]www.rawsamples.ch is no longer updated,
|
||||
For the latest cameras, I get samples from [118]Photography
|
||||
Blog. A "Full Review" at [119]Imaging Resource usually includes
|
||||
a few raw shots. [120]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 [122]LibTIFF v3.8.2 and apply [123]this patch. Then use
|
||||
[124]this C program as a template for converting your photos to
|
||||
valid [125]Adobe DNG files.
|
||||
Download [121]LibTIFF v3.8.2 and apply [122]this patch. Then use
|
||||
[123]this C program as a template for converting your photos to
|
||||
valid [124]Adobe DNG files.
|
||||
|
||||
Why are dcraw output images larger than camera JPEGs?
|
||||
Any algorithm that combines each pixel with its neighbors is
|
||||
@ -280,11 +274,11 @@ http://www.cybercom.net/~dcoffin/dcraw/:
|
||||
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 [126]Photoshop and
|
||||
[127]CinePaint, but it's no good for most image viewers.
|
||||
professional image editors such as [125]Photoshop and
|
||||
[126]CinePaint, but it's no good for most image viewers.
|
||||
|
||||
What does the "-f" (four color RGB) option do?
|
||||
If you see patterns like [128]this or [129]this in your output
|
||||
If you see patterns like [127]this or [128]this in your output
|
||||
images, first try "dcraw -a". If these patterns persist, use
|
||||
"dcraw -f" to get rid of them.
|
||||
|
||||
@ -298,8 +292,8 @@ 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 [130]Netpbm toolkit in these examples.
|
||||
[131]ImageMagick also does command-line format conversions. Both
|
||||
I used the [129]Netpbm toolkit in these examples.
|
||||
[130]ImageMagick also does command-line format conversions. Both
|
||||
are free.
|
||||
|
||||
Why don't you implement dcraw as a library?
|
||||
@ -313,7 +307,7 @@ dcraw -c crw_0001.crw | cjpeg > crw_0001.jpeg
|
||||
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 [132]explains this
|
||||
it as a separate process. Eric Raymond [131]explains this
|
||||
technique here.
|
||||
|
||||
Why are there false colors along edges within the image?
|
||||
@ -329,7 +323,7 @@ dcraw -c crw_0001.crw | cjpeg > crw_0001.jpeg
|
||||
Variable Number of Gradients (VNG), Patterned Pixel Grouping
|
||||
(PPG), and Adaptive Homogeneity-Directed (AHD).
|
||||
|
||||
[133]The Foveon X3 Capture chip requires a different kind of
|
||||
[132]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
|
||||
@ -337,17 +331,17 @@ dcraw -c crw_0001.crw | cjpeg > crw_0001.jpeg
|
||||
|
||||
How do I get my camera to take raw photos?
|
||||
For Canon PowerShots that don't output CRW or CR2, you need the
|
||||
[134]CHDK hack.
|
||||
[133]CHDK hack.
|
||||
For some Nikon Coolpix cameras, you need to enable a
|
||||
[135]special "DIAG RAW" mode.
|
||||
For Casio cameras, see [136]Maurice Delaney's website or read
|
||||
[137]this discussion on dpreview.
|
||||
For the Minolta DiMAGE G400, G500, G530, or G600, go [138]here
|
||||
(in Russian) or [139]here (in English).
|
||||
[134]special "DIAG RAW" mode.
|
||||
For Casio cameras, see [135]Maurice Delaney's website or read
|
||||
[136]this discussion on dpreview.
|
||||
For the Minolta DiMAGE G400, G500, G530, or G600, go [137]here
|
||||
(in Russian) or [138]here (in English).
|
||||
For the Minolta DiMAGE Z2 and Nikon Coolpix 2100/3100/3700,
|
||||
[140]go here.
|
||||
For SMaL cameras, see the [141]camerahacking Forum.
|
||||
For Agfa and Samsung cameras, [142]go here.
|
||||
[139]go here.
|
||||
For SMaL cameras, see the [140]camerahacking Forum.
|
||||
For Agfa and Samsung cameras, [141]go here.
|
||||
|
||||
For other cameras, refer to the User's Manual.
|
||||
|
||||
@ -357,9 +351,9 @@ dcraw -c crw_0001.crw | cjpeg > crw_0001.jpeg
|
||||
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 [143]YouSendIt,
|
||||
[144]RapidShare, [145]Sendshack, [146]ShareFile, [147]sendspace,
|
||||
or [148]Megaupload.
|
||||
me the URL. If you don't have a website, use [142]YouSendIt,
|
||||
[143]RapidShare, [144]Sendshack, [145]ShareFile, [146]sendspace,
|
||||
or [147]Megaupload.
|
||||
|
||||
Before choosing a photo to send, read the next question:
|
||||
|
||||
@ -367,8 +361,8 @@ dcraw -c crw_0001.crw | cjpeg > crw_0001.jpeg
|
||||
|
||||
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 [149]Wolf Faust, [150]Calibr8, [151]CMP,
|
||||
[152]GretagMacbeth, or other calibrated color chart. Follow this
|
||||
photo of a [148]Wolf Faust, [149]Calibr8, [150]CMP,
|
||||
[151]GretagMacbeth, or other calibrated color chart. Follow this
|
||||
checklist:
|
||||
|
||||
+ Use a real chart, not a printout or screen image.
|
||||
@ -381,12 +375,12 @@ dcraw -c crw_0001.crw | cjpeg > crw_0001.jpeg
|
||||
|
||||
Supported Cameras
|
||||
|
||||
* [153]Adobe Digital Negative (DNG)
|
||||
* [152]Adobe Digital Negative (DNG)
|
||||
* AgfaPhoto DC-833m
|
||||
* Apple QuickTake 100
|
||||
* Apple QuickTake 150
|
||||
* Apple QuickTake 200
|
||||
* [154]ARRIRAW format
|
||||
* [153]ARRIRAW format
|
||||
* AVT F-080C
|
||||
* AVT F-145C
|
||||
* AVT F-201C
|
||||
@ -422,6 +416,7 @@ dcraw -c crw_0001.crw | cjpeg > crw_0001.jpeg
|
||||
* Canon PowerShot G10
|
||||
* Canon PowerShot G11
|
||||
* Canon PowerShot G12
|
||||
* Canon PowerShot G15
|
||||
* Canon PowerShot S2 IS (CHDK hack)
|
||||
* Canon PowerShot S3 IS (CHDK hack)
|
||||
* Canon PowerShot S5 IS (CHDK hack)
|
||||
@ -435,17 +430,20 @@ dcraw -c crw_0001.crw | cjpeg > crw_0001.jpeg
|
||||
* Canon PowerShot S90
|
||||
* Canon PowerShot S95
|
||||
* Canon PowerShot S100
|
||||
* Canon PowerShot S110
|
||||
* Canon PowerShot SX1 IS
|
||||
* Canon PowerShot SX110 IS (CHDK hack)
|
||||
* Canon PowerShot SX120 IS (CHDK hack)
|
||||
* Canon PowerShot SX220 HS (CHDK hack)
|
||||
* Canon PowerShot SX20 IS (CHDK hack)
|
||||
* Canon PowerShot SX30 IS (CHDK hack)
|
||||
* Canon PowerShot SX50 HS
|
||||
* Canon EOS D30
|
||||
* Canon EOS D60
|
||||
* Canon EOS 5D
|
||||
* Canon EOS 5D Mark II
|
||||
* Canon EOS 5D Mark III
|
||||
* Canon EOS 6D
|
||||
* Canon EOS 7D
|
||||
* Canon EOS 10D
|
||||
* Canon EOS 20D
|
||||
@ -464,6 +462,7 @@ dcraw -c crw_0001.crw | cjpeg > crw_0001.jpeg
|
||||
* Canon EOS 1000D / Digital Rebel XS / Kiss Digital F
|
||||
* Canon EOS 1100D / Digital Rebel T3 / Kiss Digital X50
|
||||
* Canon EOS D2000C
|
||||
* Canon EOS M
|
||||
* Canon EOS-1D
|
||||
* Canon EOS-1DS
|
||||
* Canon EOS-1D X
|
||||
@ -494,6 +493,7 @@ dcraw -c crw_0001.crw | cjpeg > crw_0001.jpeg
|
||||
* Casio EX-Z850
|
||||
* Casio EX-Z1050
|
||||
* Casio EX-Z1080
|
||||
* Casio EX-ZR100
|
||||
* Casio Exlim Pro 505
|
||||
* Casio Exlim Pro 600
|
||||
* Casio Exlim Pro 700
|
||||
@ -526,7 +526,10 @@ dcraw -c crw_0001.crw | cjpeg > crw_0001.jpeg
|
||||
* Fuji F550EXR
|
||||
* Fuji F600EXR
|
||||
* Fuji F770EXR
|
||||
* Fuji F800EXR
|
||||
* Fuji X-Pro1
|
||||
* Fuji X-E1
|
||||
* Fuji XF1
|
||||
* Fuji X-S1
|
||||
* Fuji X100
|
||||
* Fuji X10
|
||||
@ -543,7 +546,7 @@ dcraw -c crw_0001.crw | cjpeg > crw_0001.jpeg
|
||||
* Kodak DC25
|
||||
* Kodak DC40
|
||||
* Kodak DC50
|
||||
* Kodak DC120 (also try [155]kdc2tiff)
|
||||
* Kodak DC120 (also try [154]kdc2tiff)
|
||||
* Kodak DCS200
|
||||
* Kodak DCS315C
|
||||
* Kodak DCS330C
|
||||
@ -604,9 +607,11 @@ dcraw -c crw_0001.crw | cjpeg > crw_0001.jpeg
|
||||
* Leica D-LUX3
|
||||
* Leica D-LUX4
|
||||
* Leica D-LUX5
|
||||
* Leica D-LUX6
|
||||
* Leica V-LUX1
|
||||
* Leica V-LUX2
|
||||
* Leica V-LUX3
|
||||
* Leica V-LUX4
|
||||
* Logitech Fotoman Pixtura
|
||||
* Mamiya ZD
|
||||
* Micron 2010
|
||||
@ -649,6 +654,7 @@ dcraw -c crw_0001.crw | cjpeg > crw_0001.jpeg
|
||||
* Nikon D200
|
||||
* Nikon D300
|
||||
* Nikon D300s
|
||||
* Nikon D600
|
||||
* Nikon D700
|
||||
* Nikon D3000
|
||||
* Nikon D3100
|
||||
@ -659,7 +665,9 @@ dcraw -c crw_0001.crw | cjpeg > crw_0001.jpeg
|
||||
* Nikon D800
|
||||
* Nikon D800E
|
||||
* Nikon 1 J1
|
||||
* Nikon 1 J2
|
||||
* Nikon 1 V1
|
||||
* Nikon 1 V2
|
||||
* Nikon E700 ("DIAG RAW" hack)
|
||||
* Nikon E800 ("DIAG RAW" hack)
|
||||
* Nikon E880 ("DIAG RAW" hack)
|
||||
@ -682,6 +690,7 @@ dcraw -c crw_0001.crw | cjpeg > crw_0001.jpeg
|
||||
* Nikon Coolpix P6000
|
||||
* Nikon Coolpix P7000
|
||||
* Nikon Coolpix P7100
|
||||
* Nikon Coolpix P7700
|
||||
* Nikon Coolpix S6 ("DIAG RAW" hack)
|
||||
* Nokia N95
|
||||
* Nokia X2
|
||||
@ -716,7 +725,9 @@ dcraw -c crw_0001.crw | cjpeg > crw_0001.jpeg
|
||||
* Olympus E-PL1s
|
||||
* Olympus E-PL2
|
||||
* Olympus E-PL3
|
||||
* Olympus E-PL5
|
||||
* Olympus E-PM1
|
||||
* Olympus E-PM2
|
||||
* Olympus E-M5
|
||||
* Olympus SP310
|
||||
* Olympus SP320
|
||||
@ -727,6 +738,7 @@ dcraw -c crw_0001.crw | cjpeg > crw_0001.jpeg
|
||||
* Olympus SP560UZ
|
||||
* Olympus SP570UZ
|
||||
* Olympus XZ-1
|
||||
* Olympus XZ-2
|
||||
* Panasonic DMC-FZ8
|
||||
* Panasonic DMC-FZ18
|
||||
* Panasonic DMC-FZ28
|
||||
@ -736,16 +748,19 @@ dcraw -c crw_0001.crw | cjpeg > crw_0001.jpeg
|
||||
* Panasonic DMC-FZ50
|
||||
* Panasonic DMC-FZ100
|
||||
* Panasonic DMC-FZ150
|
||||
* Panasonic DMC-FZ200
|
||||
* Panasonic DMC-FX150
|
||||
* Panasonic DMC-G1
|
||||
* Panasonic DMC-G2
|
||||
* Panasonic DMC-G3
|
||||
* Panasonic DMC-G5
|
||||
* Panasonic DMC-GF1
|
||||
* Panasonic DMC-GF2
|
||||
* Panasonic DMC-GF3
|
||||
* Panasonic DMC-GF5
|
||||
* Panasonic DMC-GH1
|
||||
* Panasonic DMC-GH2
|
||||
* Panasonic DMC-GH3
|
||||
* Panasonic DMC-GX1
|
||||
* Panasonic DMC-L1
|
||||
* Panasonic DMC-L10
|
||||
@ -754,6 +769,7 @@ dcraw -c crw_0001.crw | cjpeg > crw_0001.jpeg
|
||||
* Panasonic DMC-LX2
|
||||
* Panasonic DMC-LX3
|
||||
* Panasonic DMC-LX5
|
||||
* Panasonic DMC-LX7
|
||||
* Pentax *ist D
|
||||
* Pentax *ist DL
|
||||
* Pentax *ist DL2
|
||||
@ -768,6 +784,8 @@ dcraw -c crw_0001.crw | cjpeg > crw_0001.jpeg
|
||||
* Pentax K-x
|
||||
* Pentax K-r
|
||||
* Pentax K-5
|
||||
* Pentax K-5 II
|
||||
* Pentax K-5 II s
|
||||
* Pentax K-7
|
||||
* Pentax Optio S
|
||||
* Pentax Optio S4
|
||||
@ -789,6 +807,7 @@ dcraw -c crw_0001.crw | cjpeg > crw_0001.jpeg
|
||||
* Rollei d530flex
|
||||
* RoverShot 3320af
|
||||
* Samsung EX1
|
||||
* Samsung EX2F
|
||||
* Samsung GX-1S
|
||||
* Samsung GX10
|
||||
* Samsung GX20
|
||||
@ -797,6 +816,7 @@ dcraw -c crw_0001.crw | cjpeg > crw_0001.jpeg
|
||||
* Samsung NX100
|
||||
* Samsung NX20
|
||||
* Samsung NX200
|
||||
* Samsung NX210
|
||||
* Samsung NX1000
|
||||
* Samsung WB550
|
||||
* Samsung WB2000
|
||||
@ -810,9 +830,11 @@ dcraw -c crw_0001.crw | cjpeg > crw_0001.jpeg
|
||||
* Sigma SD1
|
||||
* Sigma SD1 Merill
|
||||
* Sigma DP1
|
||||
* Sigma DP1 Merill
|
||||
* Sigma DP1S
|
||||
* Sigma DP1X
|
||||
* Sigma DP2
|
||||
* Sigma DP2 Merill
|
||||
* Sigma DP2S
|
||||
* Sigma DP2X
|
||||
* Sinar 3072x2048
|
||||
@ -824,6 +846,7 @@ dcraw -c crw_0001.crw | cjpeg > crw_0001.jpeg
|
||||
* SMaL Ultra-Pocket 5
|
||||
* Sony DSC-F828
|
||||
* Sony DSC-R1
|
||||
* Sony DSC-RX1
|
||||
* Sony DSC-RX100
|
||||
* Sony DSC-V3
|
||||
* Sony DSLR-A100
|
||||
@ -844,6 +867,8 @@ dcraw -c crw_0001.crw | cjpeg > crw_0001.jpeg
|
||||
* Sony NEX-3
|
||||
* Sony NEX-5
|
||||
* Sony NEX-5N
|
||||
* Sony NEX-5R
|
||||
* Sony NEX-6
|
||||
* Sony NEX-7
|
||||
* Sony NEX-C3
|
||||
* Sony NEX-F3
|
||||
@ -854,6 +879,7 @@ dcraw -c crw_0001.crw | cjpeg > crw_0001.jpeg
|
||||
* Sony SLT-A57
|
||||
* Sony SLT-A65V
|
||||
* Sony SLT-A77V
|
||||
* Sony SLT-A99V
|
||||
* Sony XCD-SX910CR
|
||||
* STV680 VGA
|
||||
__________________________________________________________________
|
||||
@ -867,151 +893,150 @@ References
|
||||
5. http://www.cybercom.net/~dcoffin/dcraw/index_de.html
|
||||
6. http://www.cybercom.net/~dcoffin/dcraw/index_ru.html
|
||||
7. http://www.movavi.com/opensource/dcraw-be
|
||||
8. http://softwarelivre.org/fisl13
|
||||
9. http://gphoto.sourceforge.net/
|
||||
10. http://www.cybercom.net/~dcoffin/dcraw/dcraw.c
|
||||
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.editorsguild.com/v2/magazine/archives/0705/cover_story.htm
|
||||
16. http://www.schnebeck.de/interview-with-dave-coffin-creator-of-dcraw
|
||||
17. http://www.ladinamo.org/english/raw-format-the-captive-photo.php
|
||||
18. http://www.cybercom.net/~dcoffin/dcraw/dcraw.c
|
||||
19. http://www.cybercom.net/~dcoffin/dcraw/#faq
|
||||
20. http://www.cybercom.net/~dcoffin/dcraw/dcraw.1.html
|
||||
21. http://www.cybercom.net/~dcoffin/dcraw/rawphoto.c
|
||||
22. http://ufraw.sourceforge.net/
|
||||
23. http://homepages.ihug.co.nz/~peps/
|
||||
24. http://www.cybercom.net/~dcoffin/dcraw/.badpixels
|
||||
25. http://www.cybercom.net/~dcoffin/dcraw/RCS/dcraw.c,v
|
||||
26. http://www.cs.purdue.edu/homes/trinkle/RCS/
|
||||
27. http://www.cybercom.net/~dcoffin/dcraw/parse.c
|
||||
28. http://www.cybercom.net/~dcoffin/dcraw/clean_crw.c
|
||||
29. http://www.cybercom.net/~dcoffin/dcraw/fujiturn.c
|
||||
30. http://www.cybercom.net/~dcoffin/dcraw/fuji_green.c
|
||||
31. http://www.cybercom.net/~dcoffin/dcraw/decompress.c
|
||||
32. http://www.cybercom.net/~dcoffin/dcraw/sony_clear.c
|
||||
33. http://www.cybercom.net/~dcoffin/dcraw/archive/
|
||||
34. http://www.cybercom.net/~dcoffin/dcraw/dcraw_eo.1.html
|
||||
35. http://www.cybercom.net/~dcoffin/dcraw/dcraw_ru.1.html
|
||||
36. http://www.cybercom.net/~dcoffin/dcraw/dcraw_fr.1.html
|
||||
37. http://www.cybercom.net/~dcoffin/dcraw/dcraw_it.1.html
|
||||
38. http://www.cybercom.net/~dcoffin/dcraw/dcraw_de.1.html
|
||||
39. http://www.cybercom.net/~dcoffin/dcraw/dcraw_pt.1.html
|
||||
40. http://www.cybercom.net/~dcoffin/dcraw/dcraw_es.1.html
|
||||
41. http://www.cybercom.net/~dcoffin/dcraw/dcraw_nl.1.html
|
||||
42. http://www.cybercom.net/~dcoffin/dcraw/dcraw_pl.1.html
|
||||
43. http://www.cybercom.net/~dcoffin/dcraw/dcraw_hu.1.html
|
||||
44. http://www.cybercom.net/~dcoffin/dcraw/dcraw_cs.1.html
|
||||
45. http://www.cybercom.net/~dcoffin/dcraw/dcraw_sv.1.html
|
||||
46. http://www.cybercom.net/~dcoffin/dcraw/dcraw_ca.1.html
|
||||
47. http://www.cybercom.net/~dcoffin/dcraw/dcraw_da.1.html
|
||||
48. http://www.cybercom.net/~dcoffin/dcraw/dcraw_zh_TW.1.html
|
||||
49. http://www.cybercom.net/~dcoffin/dcraw/dcraw_zh_CN.1.html
|
||||
50. http://www.cybercom.net/~dcoffin/dcraw/msdos/
|
||||
51. http://www.cybercom.net/~dcoffin/dcraw/dcraw.1
|
||||
52. http://www.cybercom.net/~dcoffin/dcraw/dcraw_eo.po
|
||||
53. http://www.acdsystems.com/
|
||||
54. http://www.adobe.com/products/photoshop/cameraraw.html
|
||||
55. http://www.br-software.com/
|
||||
56. http://www.breezesys.com/
|
||||
57. http://www.conceiva.com/
|
||||
58. http://cpicture.net/en/t_raw.html
|
||||
59. http://www.canto.com/
|
||||
60. http://frostyplace.com/dcraw/
|
||||
61. http://www.tanis.dk/wiki/index.php/DCRawUI
|
||||
62. http://www.pretentiousname.com/jp2raw/
|
||||
63. http://deepskystacker.free.fr/
|
||||
64. http://www.dpmagic.com/
|
||||
65. http://www.lemkesoft.com/
|
||||
66. http://sourceforge.net/projects/gtkrawgallery/
|
||||
67. http://jcoconsulting.com/index.asp?Section=GVOCX
|
||||
68. http://www.hdrshop.com/
|
||||
69. http://www.aragonsystem.com/
|
||||
70. http://www.planetimagina.com/
|
||||
71. http://www.irfanview.com/
|
||||
72. http://www.astrosurf.com/buil/us/iris/iris.htm
|
||||
73. http://www.lightboxsoftware.com/
|
||||
74. http://www.lightcrafts.com/
|
||||
75. http://imageingester.com/
|
||||
76. http://www.mediarecover.com/
|
||||
77. http://www.mixpo.com/
|
||||
78. http://www.photoacute.com/
|
||||
79. http://www.wildcape.com/
|
||||
80. http://photojockey.com/
|
||||
81. http://smatters.com/dcraw/
|
||||
82. http://www.k-i-s.net/
|
||||
83. http://www.datarescue.com/photorescue/
|
||||
84. http://www.sticksoftware.com/software/PhotoReviewer.html
|
||||
85. http://www.photovault.org/
|
||||
86. http://www.picasa.com/
|
||||
87. http://www.picturearena.com/
|
||||
88. http://pleiades-astrophoto.com/
|
||||
89. http://www.polybytes.com/
|
||||
90. http://www.iridientdigital.com/
|
||||
91. http://www.rawmagick.com/
|
||||
92. http://www.wizards.de/rawdrop
|
||||
93. http://www.rawtherapee.com/
|
||||
94. http://www.serif.com/
|
||||
95. http://www.logicaldesigns.com/
|
||||
96. http://www.silverfast.com/
|
||||
97. http://www.studioline.net/
|
||||
98. http://www.hexcat.com/viewit/
|
||||
99. http://www.dimin.net/software/viewer/
|
||||
100. http://www.hamrick.com/
|
||||
101. http://www.xara.com/products/xtreme/
|
||||
102. http://www.insflug.org/raw/
|
||||
103. http://www.rawness.es/dcraw/?lang=en
|
||||
104. http://aminet.net/search?query=dcraw
|
||||
105. http://amis.flatrate.ru/dcraw/
|
||||
106. http://www.pidcock.co.uk/beos/index.html
|
||||
107. http://hobbes.nmsu.edu/h-search.php?key=dcraw
|
||||
108. http://www.riscos.info/unix/indexes/graphics.html
|
||||
109. http://www.delorie.com/djgpp/
|
||||
110. http://www.trnicely.net/misc/vista.html
|
||||
111. http://www.sno.phy.queensu.ca/~phil/exiftool/
|
||||
112. http://www.cybercom.net/~dcoffin/dcraw/scan.c
|
||||
113. http://www.cybercom.net/~dcoffin/dcraw/read_ndf.c
|
||||
114. http://partners.adobe.com/asn/developer/PDFS/TN/TIFF6.pdf
|
||||
115. http://www.cybercom.net/~dcoffin/N4378.pdf
|
||||
116. http://www.adobe.com/products/dng/pdfs/dng_spec.pdf
|
||||
117. http://xyrion.org/ciff/
|
||||
118. http://web.archive.org/web/20070317042320/http://www.x3f.info/technotes/FileDocs/X3F_Format.pdf
|
||||
119. http://www.photographyblog.com/
|
||||
120. http://www.imaging-resource.com/MFR1.HTM
|
||||
121. http://www.rawsamples.ch/
|
||||
122. http://dl.maptools.org/dl/libtiff/tiff-3.8.2.tar.gz
|
||||
123. http://www.cybercom.net/~dcoffin/dcraw/libtiff.patch
|
||||
124. http://www.cybercom.net/~dcoffin/dcraw/elphel_dng.c
|
||||
125. http://www.adobe.com/products/dng/main.html
|
||||
126. http://www.adobe.com/products/photoshop/main.html
|
||||
127. http://cinepaint.sourceforge.net/
|
||||
128. http://www.cybercom.net/~dcoffin/dcraw/ahd_maze.png
|
||||
129. http://www.cybercom.net/~dcoffin/dcraw/vng_grid.png
|
||||
130. http://netpbm.sourceforge.net/
|
||||
131. http://www.imagemagick.org/
|
||||
132. http://www.faqs.org/docs/artu/multiprogramchapter.html
|
||||
133. http://www.dpreview.com/news/0202/02021101foveonx3.asp
|
||||
134. http://digicanon.narod.ru/
|
||||
135. http://e2500.narod.ru/raw_format_e.htm
|
||||
136. http://www.inweb.ch/foto/rawformat.html
|
||||
137. http://forums.dpreview.com/forums/read.asp?forum=1015&message=4961779
|
||||
138. http://myfototest.narod.ru/
|
||||
139. http://forums.dpreview.com/forums/read.asp?forum=1024&message=11773287
|
||||
140. http://tester13.nm.ru/nikon/
|
||||
141. http://camerahacks.10.forumer.com/
|
||||
142. http://forums.dpreview.com/forums/read.asp?forum=1001&message=28484239
|
||||
143. http://yousendit.com/
|
||||
144. http://rapidshare.com/
|
||||
145. http://sendshack.com/
|
||||
146. http://www.sharefile.com/
|
||||
147. http://www.sendspace.com/
|
||||
148. http://www.megaupload.com/
|
||||
149. http://www.targets.coloraid.de/
|
||||
150. http://www.calibr8.com/
|
||||
151. http://www.cmp-color.fr/eng%20digital%20target.html
|
||||
152. http://www.xrite.com/product_overview.aspx?ID=820
|
||||
153. http://www.adobe.com/products/dng/
|
||||
154. http://archiv.arri.de/arriraw/index.html
|
||||
155. http://kdc2tiff.sourceforge.net/
|
||||
8. http://gphoto.sourceforge.net/
|
||||
9. http://www.cybercom.net/~dcoffin/dcraw/dcraw.c
|
||||
10. http://www.cybercom.net/~dcoffin/resume.html
|
||||
11. http://www.outbackphoto.com/artofraw/raw_07/essay.html
|
||||
12. http://news.com.com/Nikons+photo+encryption+reported+broken/2100-1030_3-5679848.html
|
||||
13. http://www.dpreview.com/news/0504/05042701davecoffininterview.asp
|
||||
14. http://www.editorsguild.com/v2/magazine/archives/0705/cover_story.htm
|
||||
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://homepages.ihug.co.nz/~peps/
|
||||
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_da.1.html
|
||||
47. http://www.cybercom.net/~dcoffin/dcraw/dcraw_zh_TW.1.html
|
||||
48. http://www.cybercom.net/~dcoffin/dcraw/dcraw_zh_CN.1.html
|
||||
49. http://www.cybercom.net/~dcoffin/dcraw/msdos/
|
||||
50. http://www.cybercom.net/~dcoffin/dcraw/dcraw.1
|
||||
51. http://www.cybercom.net/~dcoffin/dcraw/dcraw_eo.po
|
||||
52. http://www.acdsystems.com/
|
||||
53. http://www.adobe.com/products/photoshop/cameraraw.html
|
||||
54. http://www.br-software.com/
|
||||
55. http://www.breezesys.com/
|
||||
56. http://www.conceiva.com/
|
||||
57. http://cpicture.net/en/t_raw.html
|
||||
58. http://www.canto.com/
|
||||
59. http://frostyplace.com/dcraw/
|
||||
60. http://www.tanis.dk/wiki/index.php/DCRawUI
|
||||
61. http://www.pretentiousname.com/jp2raw/
|
||||
62. http://deepskystacker.free.fr/
|
||||
63. http://www.dpmagic.com/
|
||||
64. http://www.lemkesoft.com/
|
||||
65. http://sourceforge.net/projects/gtkrawgallery/
|
||||
66. http://jcoconsulting.com/index.asp?Section=GVOCX
|
||||
67. http://www.hdrshop.com/
|
||||
68. http://www.aragonsystem.com/
|
||||
69. http://www.planetimagina.com/
|
||||
70. http://www.irfanview.com/
|
||||
71. http://www.astrosurf.com/buil/us/iris/iris.htm
|
||||
72. http://www.lightboxsoftware.com/
|
||||
73. http://www.lightcrafts.com/
|
||||
74. http://imageingester.com/
|
||||
75. http://www.mediarecover.com/
|
||||
76. http://www.mixpo.com/
|
||||
77. http://www.photoacute.com/
|
||||
78. http://www.wildcape.com/
|
||||
79. http://photojockey.com/
|
||||
80. http://smatters.com/dcraw/
|
||||
81. http://www.k-i-s.net/
|
||||
82. http://www.datarescue.com/photorescue/
|
||||
83. http://www.sticksoftware.com/software/PhotoReviewer.html
|
||||
84. http://www.photovault.org/
|
||||
85. http://www.picasa.com/
|
||||
86. http://www.picturearena.com/
|
||||
87. http://pleiades-astrophoto.com/
|
||||
88. http://www.polybytes.com/
|
||||
89. http://www.iridientdigital.com/
|
||||
90. http://www.rawmagick.com/
|
||||
91. http://www.wizards.de/rawdrop
|
||||
92. http://www.rawtherapee.com/
|
||||
93. http://www.serif.com/
|
||||
94. http://www.logicaldesigns.com/
|
||||
95. http://www.silverfast.com/
|
||||
96. http://www.studioline.net/
|
||||
97. http://www.hexcat.com/viewit/
|
||||
98. http://www.dimin.net/software/viewer/
|
||||
99. http://www.hamrick.com/
|
||||
100. http://www.xara.com/products/xtreme/
|
||||
101. http://www.insflug.org/raw/
|
||||
102. http://www.rawness.es/dcraw/?lang=en
|
||||
103. http://aminet.net/search?query=dcraw
|
||||
104. http://amis.flatrate.ru/dcraw/
|
||||
105. http://www.pidcock.co.uk/beos/index.html
|
||||
106. http://hobbes.nmsu.edu/h-search.php?key=dcraw
|
||||
107. http://www.riscos.info/unix/indexes/graphics.html
|
||||
108. http://www.delorie.com/djgpp/
|
||||
109. http://www.trnicely.net/misc/vista.html
|
||||
110. http://www.sno.phy.queensu.ca/~phil/exiftool/
|
||||
111. http://www.cybercom.net/~dcoffin/dcraw/scan.c
|
||||
112. http://www.cybercom.net/~dcoffin/dcraw/read_ndf.c
|
||||
113. http://partners.adobe.com/asn/developer/PDFS/TN/TIFF6.pdf
|
||||
114. http://www.cybercom.net/~dcoffin/N4378.pdf
|
||||
115. http://www.adobe.com/products/dng/pdfs/dng_spec.pdf
|
||||
116. http://xyrion.org/ciff/
|
||||
117. http://web.archive.org/web/20070317042320/http://www.x3f.info/technotes/FileDocs/X3F_Format.pdf
|
||||
118. http://www.photographyblog.com/
|
||||
119. http://www.imaging-resource.com/MFR1.HTM
|
||||
120. http://www.rawsamples.ch/
|
||||
121. http://dl.maptools.org/dl/libtiff/tiff-3.8.2.tar.gz
|
||||
122. http://www.cybercom.net/~dcoffin/dcraw/libtiff.patch
|
||||
123. http://www.cybercom.net/~dcoffin/dcraw/elphel_dng.c
|
||||
124. http://www.adobe.com/products/dng/main.html
|
||||
125. http://www.adobe.com/products/photoshop/main.html
|
||||
126. http://cinepaint.sourceforge.net/
|
||||
127. http://www.cybercom.net/~dcoffin/dcraw/ahd_maze.png
|
||||
128. http://www.cybercom.net/~dcoffin/dcraw/vng_grid.png
|
||||
129. http://netpbm.sourceforge.net/
|
||||
130. http://www.imagemagick.org/
|
||||
131. http://www.faqs.org/docs/artu/multiprogramchapter.html
|
||||
132. http://www.dpreview.com/news/0202/02021101foveonx3.asp
|
||||
133. http://digicanon.narod.ru/
|
||||
134. http://e2500.narod.ru/raw_format_e.htm
|
||||
135. http://www.inweb.ch/foto/rawformat.html
|
||||
136. http://forums.dpreview.com/forums/read.asp?forum=1015&message=4961779
|
||||
137. http://myfototest.narod.ru/
|
||||
138. http://forums.dpreview.com/forums/read.asp?forum=1024&message=11773287
|
||||
139. http://tester13.nm.ru/nikon/
|
||||
140. http://camerahacks.10.forumer.com/
|
||||
141. http://forums.dpreview.com/forums/read.asp?forum=1001&message=28484239
|
||||
142. http://yousendit.com/
|
||||
143. http://rapidshare.com/
|
||||
144. http://sendshack.com/
|
||||
145. http://www.sharefile.com/
|
||||
146. http://www.sendspace.com/
|
||||
147. http://www.megaupload.com/
|
||||
148. http://www.targets.coloraid.de/
|
||||
149. http://www.calibr8.com/
|
||||
150. http://www.cmp-color.fr/eng%20digital%20target.html
|
||||
151. http://www.xrite.com/product_overview.aspx?ID=820
|
||||
152. http://www.adobe.com/products/dng/
|
||||
153. http://archiv.arri.de/arriraw/index.html
|
||||
154. http://kdc2tiff.sourceforge.net/
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b51259e69de704f53ccd0edc075347d47451427d00644fb775bb60394b1a26ea
|
||||
size 166405
|
3
dcraw-9.17.tar.gz
Normal file
3
dcraw-9.17.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:db73bf9f8e4574fcdc6cd8ed4e781a1d0f87d909bb0fe26fce8c87a467ee7a51
|
||||
size 167138
|
@ -1,3 +1,13 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 18 12:52:55 UTC 2013 - postadal@suse.cz
|
||||
|
||||
- Update to version 9.17:
|
||||
dcraw - revision 1.454
|
||||
* Copied color matrices from DNG Converter 7.3.
|
||||
* Support the Canon EOS 6D, 1DX, SX50, Casio EX-ZR100, Fuji X-E1 & XF1,
|
||||
Pentax K-5 II (s), and Samsung EX2F
|
||||
- updated update_dcraw script to be able to work with dcraw tarball
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jul 30 20:44:51 UTC 2012 - asterios.dramis@gmail.com
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package dcraw
|
||||
#
|
||||
# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: dcraw
|
||||
Version: 9.16
|
||||
Version: 9.17
|
||||
Release: 0
|
||||
Summary: Raw Digital Photo Decoding
|
||||
License: GPL-2.0+
|
||||
|
13
update_dcraw
13
update_dcraw
@ -5,20 +5,29 @@
|
||||
|
||||
wget -N http://www.cybercom.net/~dcoffin/dcraw/parse.c
|
||||
wget -N http://www.cybercom.net/~dcoffin/dcraw/fujiturn.c
|
||||
wget -N http://www.cybercom.net/~dcoffin/dcraw/.badpixels
|
||||
wget -N http://www.cybercom.net/~dcoffin/dcraw/rawphoto.c
|
||||
wget -N http://www.cybercom.net/~dcoffin/dcraw/clean_crw.c
|
||||
wget -N http://www.cybercom.net/~dcoffin/dcraw/fuji_green.c
|
||||
mv badpixels .badpixels
|
||||
wget -N http://www.cybercom.net/~dcoffin/dcraw/.badpixels
|
||||
mv .badpixels badpixels
|
||||
( URL="http://www.cybercom.net/~dcoffin/dcraw/" ; echo -e "$URL:\n" ; LC_ALL=C lynx -display_charset=utf-8 -dump "$URL" | sed '1d;3,4d' ) >README
|
||||
wget -N http://www.cybercom.net/~dcoffin/dcraw/RCS/dcraw.c,v
|
||||
OLDVERSION=`sed -ne 's/^Version:[[:space:]]*\([0-9.]\+\)[[:space:]]*$/\1/p' dcraw.spec`
|
||||
NEWVERSION=`lynx -dump http://www.cybercom.net/~dcoffin/dcraw/archive/ | sed -n -e 's/^.*dcraw-\([0-9.]\+\)\.tar\.gz.*$/\1/p' |sort -nr |head -1`
|
||||
wget -N http://www.cybercom.net/~dcoffin/dcraw/archive/dcraw-${NEWVERSION}.tar.gz
|
||||
sed -i -e "s/^\(Version:[[:space:]]*\)[0-9.]\+[[:space:]]*$/\1${NEWVERSION}/" dcraw.spec
|
||||
tar --strip-components=1 -xf dcraw-${OLDVERSION}.tar.gz dcraw/dcraw.c
|
||||
rm dcraw-${OLDVERSION}.tar.gz
|
||||
rlog dcraw.c >dcraw.log
|
||||
rm -f dcraw.c dcraw.c,v
|
||||
wget -N http://www.cybercom.net/~dcoffin/dcraw/RCS/parse.c,v
|
||||
rlog parse.c >parse.log
|
||||
rm parse.c,v
|
||||
echo
|
||||
echo "********************************************************************"
|
||||
echo "********************************************************************"
|
||||
echo "Please check, whether packaged file list is up to date."
|
||||
echo "You can look at dcraw.log and parse.log for the complete change log."
|
||||
echo "Before submit, please call:"
|
||||
echo "rm dcraw.c,v dcraw.log parse.c,v parse.log"
|
||||
echo "rm dcraw.log parse.log"
|
||||
|
Loading…
x
Reference in New Issue
Block a user