This commit is contained in:
parent
c2916ec9f1
commit
8080802bd1
528
README
528
README
@ -6,14 +6,11 @@ http://www.cybercom.net/~dcoffin/dcraw/:
|
|||||||
[3]em Portugues
|
[3]em Portugues
|
||||||
[4]na russkom
|
[4]na russkom
|
||||||
|
|
||||||
Note to dcraw users in Europe:
|
Thanks to everyone who came to [5]Wrocl/aw and [6]Barcelona this year!
|
||||||
|
|
||||||
I'll be speaking at [5]Libre Graphics Meeting 2008 in Wrocl/aw, Poland
|
|
||||||
between May 8 and May 11. I hope to see you there!
|
|
||||||
__________________________________________________________________
|
__________________________________________________________________
|
||||||
|
|
||||||
Welcome! If you are wondering how to connect your digital camera and
|
Welcome! If you are wondering how to connect your digital camera and
|
||||||
download images to a Linux PC, go to the [6]gPhoto homepage. My
|
download images to a Linux PC, go to the [7]gPhoto homepage. My
|
||||||
software is for processing those images after downloading them.
|
software is for processing those images after downloading them.
|
||||||
|
|
||||||
If you're downloading JPEG files, you don't need my software at all.
|
If you're downloading JPEG files, you don't need my software at all.
|
||||||
@ -38,14 +35,14 @@ http://www.cybercom.net/~dcoffin/dcraw/:
|
|||||||
decodes any raw image from any digital camera on any computer running
|
decodes any raw image from any digital camera on any computer running
|
||||||
any operating system.
|
any operating system.
|
||||||
|
|
||||||
That program is called [7]dcraw (pronounced "dee-see-raw"), and it's
|
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
|
become a standard tool within and without the Open Source world. It's
|
||||||
small (about 8000 lines), portable (standard C libraries only), free
|
small (about 8000 lines), portable (standard C libraries only), free
|
||||||
(both "gratis" and "libre"), and when used skillfully, produces
|
(both "gratis" and "libre"), and when used skillfully, produces
|
||||||
[8]better quality [9]output than the tools provided by the camera
|
[9]better quality [10]output than the tools provided by the camera
|
||||||
vendor.
|
vendor.
|
||||||
|
|
||||||
[10]Here's my resume. I do freelance consulting related to dcraw, and
|
[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'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
|
I can be reached by sending e-mail to cybercom dot net with the
|
||||||
@ -53,11 +50,11 @@ http://www.cybercom.net/~dcoffin/dcraw/:
|
|||||||
|
|
||||||
News and Interviews
|
News and Interviews
|
||||||
|
|
||||||
[11]Essay for Digital Outback Photo, 25 April 2003
|
[12]Essay for Digital Outback Photo, 25 April 2003
|
||||||
[12]Article in News.com, 21 April 2005
|
[13]Article in News.com, 21 April 2005
|
||||||
[13]Interview with Digital Photography Review, 27 April 2005
|
[14]Interview with Digital Photography Review, 27 April 2005
|
||||||
[14]Interview with Thorsten Schnebeck, 10 June 2006
|
[15]Interview with Thorsten Schnebeck, 10 June 2006
|
||||||
[15]Interview with Ladinamo, 16 June 2006
|
[16]Interview with Ladinamo, 16 June 2006
|
||||||
|
|
||||||
My Code
|
My Code
|
||||||
|
|
||||||
@ -71,57 +68,57 @@ http://www.cybercom.net/~dcoffin/dcraw/:
|
|||||||
"fuji_green", "fujiturn", and "fujiturn16". My shell scripts are
|
"fuji_green", "fujiturn", and "fujiturn16". My shell scripts are
|
||||||
dangerous and should only be installed in a "doc" directory without
|
dangerous and should only be installed in a "doc" directory without
|
||||||
execute permission.
|
execute permission.
|
||||||
* [16]dcraw.c -- decodes raw photos, extracts thumbnails, and
|
* [17]dcraw.c -- decodes raw photos, extracts thumbnails, and
|
||||||
displays metadata
|
displays metadata
|
||||||
Supports 299 cameras at last count. Compile with "gcc -o dcraw -O4
|
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
|
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.
|
-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 [17]FAQ!
|
Don't complain that 16-bit output is too dark -- read the [18]FAQ!
|
||||||
* [18]UNIX manpage for dcraw
|
* [19]UNIX manpage for dcraw
|
||||||
This is dcraw's official user documentation, updated in lockstep
|
This is dcraw's official user documentation, updated in lockstep
|
||||||
with the source code.
|
with the source code.
|
||||||
* [19]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
|
After installing "dcraw", do "gimptool --install rawphoto.c". My
|
||||||
plugin provides a simple dialog box for loading raw files into the
|
plugin provides a simple dialog box for loading raw files into the
|
||||||
Gimp. [20]Udi Fuchs and [21]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.
|
plugins, with live preview, histograms, and color curves.
|
||||||
* [22].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
|
This file tells dcraw which pixels have died and when, so that it
|
||||||
can interpolate around them.
|
can interpolate around them.
|
||||||
* [23]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
|
This file contains the entire history of dcraw.c since its
|
||||||
conception on February 23, 1997. If you don't have the RCS toolkit,
|
conception on February 23, 1997. If you don't have the RCS toolkit,
|
||||||
[24]download it here.
|
[25]download it here.
|
||||||
* [25]parse.c -- read image data structures
|
* [26]parse.c -- read image data structures
|
||||||
This program displays CIFF and TIFF data structures in a very
|
This program displays CIFF and TIFF data structures in a very
|
||||||
cryptic format.
|
cryptic format.
|
||||||
* [26]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
|
Recovered or undeleted CRW files often have junk appended to them
|
||||||
that makes them unreadable. This program safely cleans CRW files.
|
that makes them unreadable. This program safely cleans CRW files.
|
||||||
* [27]fujiturn.c -- rotate Fuji Super CCD images
|
* [28]fujiturn.c -- rotate Fuji Super CCD images
|
||||||
An alternative to dcraw's built-in Fuji rotation.
|
An alternative to dcraw's built-in Fuji rotation.
|
||||||
* [28]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
|
A side benefit of the Fuji Super CCD design is that its green
|
||||||
pixels make nice greyscale images.
|
pixels make nice greyscale images.
|
||||||
|
|
||||||
For hackers only:
|
For hackers only:
|
||||||
* [29]decompress.c is a simple reference decompressor for CRW files.
|
* [30]decompress.c is a simple reference decompressor for CRW files.
|
||||||
* [30]sony_clear.c decrypts SRF files from the Sony DSC-F828.
|
* [31]sony_clear.c decrypts SRF files from the Sony DSC-F828.
|
||||||
|
|
||||||
Internationalization
|
Internationalization
|
||||||
|
|
||||||
To build and install multilingual dcraw in Linux, download the latest
|
To build and install multilingual dcraw in Linux, download the latest
|
||||||
tarball [31]from this directory and run the "install" script. The
|
tarball [32]from this directory and run the "install" script. The
|
||||||
currently supported languages are [32]Esperanto, [33]Russian,
|
currently supported languages are [33]Esperanto, [34]Russian,
|
||||||
[34]French, [35]Italian, [36]German, [37]Portuguese, [38]Spanish,
|
[35]French, [36]Italian, [37]German, [38]Portuguese, [39]Spanish,
|
||||||
[39]Dutch, [40]Polish, [41]Hungarian, [42]Czech, [43]Swedish, and
|
[40]Dutch, [41]Polish, [42]Hungarian, [43]Czech, [44]Swedish,
|
||||||
Chinese (both [44]Traditional and [45]Simplified).
|
[45]Catalan, and Chinese (both [46]Traditional and [47]Simplified).
|
||||||
|
|
||||||
To build a unilingual, self-contained DCRAW.EXE for DOS/Windows, use a
|
To build a unilingual, self-contained DCRAW.EXE for DOS/Windows, use a
|
||||||
source file [46]from this directory instead.
|
source file [48]from this directory instead.
|
||||||
|
|
||||||
To add another language, send me translations of [47]this manpage and
|
To add another language, send me translations of [49]this manpage and
|
||||||
[48]this message table in UTF-8 encoding. Translate only from my
|
[50]this message table in UTF-8 encoding. Translate only from my
|
||||||
original English and Esperanto texts -- other languages may contain
|
original English and Esperanto texts -- other languages may contain
|
||||||
factual errors invisible to me.
|
factual errors invisible to me.
|
||||||
|
|
||||||
@ -152,108 +149,108 @@ http://www.cybercom.net/~dcoffin/dcraw/:
|
|||||||
digital cameras in their applications. They can call dcraw from a
|
digital cameras in their applications. They can call dcraw from a
|
||||||
graphical interface, paste pieces of dcraw.c into their code, or just
|
graphical interface, paste pieces of dcraw.c into their code, or just
|
||||||
use dcraw.c as the documentation that camera makers refuse to provide:
|
use dcraw.c as the documentation that camera makers refuse to provide:
|
||||||
* [49]ACDSee
|
* [51]ACDSee
|
||||||
* [50]Adobe Photoshop
|
* [52]Adobe Photoshop
|
||||||
* [51]BR's PhotoArchiver by Baard Riiber
|
* [53]BR's PhotoArchiver by Baard Riiber
|
||||||
* [52]BreezeBrowser by Chris Breeze
|
* [54]BreezeBrowser by Chris Breeze
|
||||||
* [53]Conceiva Lightbox
|
* [55]Conceiva Lightbox
|
||||||
* [54]cPicture by Juergen Eidt
|
* [56]cPicture by Juergen Eidt
|
||||||
* [55]Cumulus by Canto
|
* [57]Cumulus by Canto
|
||||||
* [56]dcRAW-X by Bryan Chang
|
* [58]dcRAW-X by Bryan Chang
|
||||||
* [57]DCRawUI by Sune Trudslev
|
* [59]DCRawUI by Sune Trudslev
|
||||||
* [58]Directory Opus Plugin by Leo Davidson(with C++ source code)
|
* [60]Directory Opus Plugin by Leo Davidson(with C++ source code)
|
||||||
* [59]DeepSkyStacker by Luc Coiffier
|
* [61]DeepSkyStacker by Luc Coiffier
|
||||||
* [60]dpMagic by Mikhail Stolpner
|
* [62]dpMagic by Mikhail Stolpner
|
||||||
* [61]DRIFTT by Andrew Long
|
* [63]DRIFTT by Andrew Long
|
||||||
* [62]EasyRaw Studio
|
* [64]EasyRaw Studio
|
||||||
* [63]GraphicConverter by Thorsten Lemke
|
* [65]GraphicConverter by Thorsten Lemke
|
||||||
* [64]GVBox from JCO Consulting
|
* [66]GVBox from JCO Consulting
|
||||||
* [65]ImageLab from Aragon System
|
* [67]ImageLab from Aragon System
|
||||||
* [66]IrfanView by Irfan Skiljan
|
* [68]IrfanView by Irfan Skiljan
|
||||||
* [67]IRIS image processor for astronomers
|
* [69]IRIS image processor for astronomers
|
||||||
* [68]KA Photoservice
|
* [70]KA Photoservice
|
||||||
* [69]Lightbox by Josh Anon
|
* [71]Lightbox by Josh Anon
|
||||||
* [70]LightZone by Anton Kast
|
* [72]LightZone by Anton Kast
|
||||||
* [71]LRViewer by Marc Rochkind
|
* [73]LRViewer by Marc Rochkind
|
||||||
* [72]MediaRECOVER File Recovery Software
|
* [74]MediaRECOVER File Recovery Software
|
||||||
* [73]Mixpo by Mixpo Portfolio Broadcasting Inc.
|
* [75]Mixpo by Mixpo Portfolio Broadcasting Inc.
|
||||||
* [74]Photo Companion by Jeff Moore
|
* [76]Photo Companion by Jeff Moore
|
||||||
* [75]Photo Jockey by Davie Lee Reed who also wrote a [76]dcraw
|
* [77]Photo Jockey by Davie Lee Reed who also wrote a [78]dcraw
|
||||||
interface for Delphi programmers.
|
interface for Delphi programmers.
|
||||||
* [77]Photo Organizer by Balint Kis
|
* [79]Photo Organizer by Balint Kis
|
||||||
* [78]PhotoRescue from DataRescue
|
* [80]PhotoRescue from DataRescue
|
||||||
* [79]PhotoReviewer by Ben Haller
|
* [81]PhotoReviewer by Ben Haller
|
||||||
* [80]Photovault by Harri Kaimio
|
* [82]Photovault by Harri Kaimio
|
||||||
* [81]Picasa from Google
|
* [83]Picasa from Google
|
||||||
* [82]Picture Arena by Felix Schwarz
|
* [84]Picture Arena by Felix Schwarz
|
||||||
* [83]PixInsight by Pleiades Software
|
* [85]PixInsight by Pleiades Software
|
||||||
* [84]PiXPO by PiXPO Inc.
|
* [86]PiXPO by PiXPO Inc.
|
||||||
* [85]PolyView by Polybytes
|
* [87]PolyView by Polybytes
|
||||||
* [86]PowerShovel-II by Luc Minnebo
|
* [88]PowerShovel-II by Luc Minnebo
|
||||||
* [87]RAW Developer by Iridient Digital
|
* [89]RAW Developer by Iridient Digital
|
||||||
* [88]Raw Magick
|
* [90]Raw Magick
|
||||||
* [89]RawConvert by Jason Swain
|
* [91]RawConvert by Jason Swain
|
||||||
* [90]RawDrop by Frank Siegert
|
* [92]RawDrop by Frank Siegert
|
||||||
* [91]RawShooter from pixmantec
|
* [93]RawShooter from pixmantec
|
||||||
* [92]RawView by Jari Savolainen
|
* [94]RawView by Jari Savolainen
|
||||||
* [93]Serif PhotoPlus, PanoramaPlus, and AlbumPlus
|
* [95]Serif PhotoPlus, PanoramaPlus, and AlbumPlus
|
||||||
* [94]SharpRaw by Duane DeSieno
|
* [96]SharpRaw by Duane DeSieno
|
||||||
* [95]SilverFast DCPro by LaserSoft Imaging
|
* [97]SilverFast DCPro by LaserSoft Imaging
|
||||||
* [96]StudioLine Photo by H&M Software
|
* [98]StudioLine Photo by H&M Software
|
||||||
* [97]ViewIt by Zdzislaw Losvik
|
* [99]ViewIt by Zdzislaw Losvik
|
||||||
* [98]Viewer n5 by Dmitry Fedorov
|
* [100]Viewer n5 by Dmitry Fedorov
|
||||||
* [99]VueScan by Ed Hamrick
|
* [101]VueScan by Ed Hamrick
|
||||||
* [100]Xara Xtreme Pro
|
* [102]Xara Xtreme Pro
|
||||||
|
|
||||||
Frequently Asked Questions
|
Frequently Asked Questions
|
||||||
|
|
||||||
I don't have a C compiler. Could you send me an executable?
|
I don't have a C compiler. Could you send me an executable?
|
||||||
No, but Francisco Montilla provides Mac OS and Windows
|
No, but Francisco Montilla provides Mac OS and Windows
|
||||||
executables [101]on his website. And Benjamin Lebsanft has
|
executables [103]on his website. And Benjamin Lebsanft has
|
||||||
volunteered to maintain [102]Windows executables optimized for
|
volunteered to maintain [104]Windows executables optimized for
|
||||||
specific CPUs. Dcraw has also been ported to [103]Amiga,
|
specific CPUs. Dcraw has also been ported to [105]Amiga,
|
||||||
[104]MorphOS, [105]BeOS, [106]OS/2, and [107]RISC OS.
|
[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,
|
If you're familiar with the DOS command line but don't know C,
|
||||||
you can install this [108]free C compiler for Windows and
|
you can install this [110]free C compiler for Windows and
|
||||||
compile dcraw.c quite easily.
|
compile dcraw.c quite easily.
|
||||||
|
|
||||||
Why does dcraw say "Out of memory" in Windows Vista?
|
Why does dcraw say "Out of memory" in Windows Vista?
|
||||||
This is an arbitrary limitation of Windows Vista that will be
|
This is an arbitrary limitation of Windows Vista that will be
|
||||||
fixed in Service Pack 1. Thomas Nicely (of Pentium FDIV fame)
|
fixed in Service Pack 1. Thomas Nicely (of Pentium FDIV fame)
|
||||||
has a [109]page describing the problem. At the moment, the only
|
has a [111]page describing the problem. At the moment, the only
|
||||||
workaround is to build dcraw.exe with a Microsoft compiler
|
workaround is to build dcraw.exe with a Microsoft compiler
|
||||||
instead of a GNU compiler.
|
instead of a GNU compiler.
|
||||||
|
|
||||||
How can I read the EXIF data (shutter speed, aperture, etc.)?
|
How can I read the EXIF data (shutter speed, aperture, etc.)?
|
||||||
[110]Phil Harvey's ExifTool provides a unified Perl-based EXIF
|
[112]Phil Harvey's ExifTool provides a unified Perl-based EXIF
|
||||||
reader (and editor!) for all cameras and file formats. "dcraw -i
|
reader (and editor!) for all cameras and file formats. "dcraw -i
|
||||||
-v" is much faster, but provides less information.
|
-v" is much faster, but provides less information.
|
||||||
|
|
||||||
How can I read NEF files from Nikon scanners?
|
How can I read NEF files from Nikon scanners?
|
||||||
Dcraw only supports cameras. Try [111]this simple program for
|
Dcraw only supports cameras. Try [113]this simple program for
|
||||||
scanners.
|
scanners.
|
||||||
|
|
||||||
How can I read Nikon Dust Off images (NDF files)?
|
How can I read Nikon Dust Off images (NDF files)?
|
||||||
[112]Use this program.
|
[114]Use this program.
|
||||||
|
|
||||||
Do you have any specifications describing raw photo formats?
|
Do you have any specifications describing raw photo formats?
|
||||||
Yes, but they tend to omit important details, like how to
|
Yes, but they tend to omit important details, like how to
|
||||||
decompress the raw image or decrypt private metadata. See the
|
decompress the raw image or decrypt private metadata. See the
|
||||||
[113]TIFF spec, the [114]TIFF/EP spec, the [115]Adobe DNG spec,
|
[115]TIFF spec, the [116]TIFF/EP spec, the [117]Adobe DNG spec,
|
||||||
the [116]CIFF (CRW) spec, and the [117]X3F spec.
|
the [118]CIFF (CRW) spec, and the [119]X3F spec.
|
||||||
|
|
||||||
Where can I get an assortment of raw photos to test my software?
|
Where can I get an assortment of raw photos to test my software?
|
||||||
Try [118]raw.fotosite.pl, [119]www.rawsamples.ch, and [120]Glass
|
Try [120]raw.fotosite.pl, [121]www.rawsamples.ch, and [122]Glass
|
||||||
Lantern RAWpository. For the complete dcraw test suite (every
|
Lantern RAWpository. For the complete dcraw test suite (every
|
||||||
camera supported by dcraw), I sell a 2-DVD set for $600 and
|
camera supported by dcraw), I sell a 2-DVD set for $600 and
|
||||||
web-based updates for $300/year.
|
web-based updates for $300/year.
|
||||||
|
|
||||||
I'm designing a digital camera. How do I convert its raw photos into
|
I'm designing a digital camera. How do I convert its raw photos into
|
||||||
something that dcraw and Adobe Photoshop can open?
|
something that dcraw and Adobe Photoshop can open?
|
||||||
Download [121]LibTIFF v3.8.2 and apply [122]this patch. Then use
|
Download [123]LibTIFF v3.8.2 and apply [124]this patch. Then use
|
||||||
[123]this C program as a template for converting your photos to
|
[125]this C program as a template for converting your photos to
|
||||||
valid [124]Adobe DNG files.
|
valid [126]Adobe DNG files.
|
||||||
|
|
||||||
Why are dcraw output images larger than camera JPEGs?
|
Why are dcraw output images larger than camera JPEGs?
|
||||||
Any algorithm that combines each pixel with its neighbors is
|
Any algorithm that combines each pixel with its neighbors is
|
||||||
@ -275,11 +272,11 @@ http://www.cybercom.net/~dcoffin/dcraw/:
|
|||||||
Why is 16-bit output dark / unreadable?
|
Why is 16-bit output dark / unreadable?
|
||||||
If you want pretty pictures straight out of dcraw, stay with
|
If you want pretty pictures straight out of dcraw, stay with
|
||||||
8-bit output. 16-bit linear output is the best raw material for
|
8-bit output. 16-bit linear output is the best raw material for
|
||||||
professional image editors such as [125]Photoshop and
|
professional image editors such as [127]Photoshop and
|
||||||
[126]CinePaint, but it's no good for most image viewers.
|
[128]CinePaint, but it's no good for most image viewers.
|
||||||
|
|
||||||
What does the "-f" (four color RGB) option do?
|
What does the "-f" (four color RGB) option do?
|
||||||
If you see patterns like [127]this or [128]this in your output
|
If you see patterns like [129]this or [130]this in your output
|
||||||
images, first try "dcraw -a". If these patterns persist, use
|
images, first try "dcraw -a". If these patterns persist, use
|
||||||
"dcraw -f" to get rid of them.
|
"dcraw -f" to get rid of them.
|
||||||
|
|
||||||
@ -293,8 +290,8 @@ dcraw -c crw_0001.crw | pnmtopng > crw_0001.png
|
|||||||
dcraw -c crw_0001.crw | ppmtobmp > crw_0001.bmp
|
dcraw -c crw_0001.crw | ppmtobmp > crw_0001.bmp
|
||||||
dcraw -c crw_0001.crw | cjpeg > crw_0001.jpeg
|
dcraw -c crw_0001.crw | cjpeg > crw_0001.jpeg
|
||||||
|
|
||||||
I used the [129]Netpbm toolkit in these examples.
|
I used the [131]Netpbm toolkit in these examples.
|
||||||
[130]ImageMagick also does command-line format conversions. Both
|
[132]ImageMagick also does command-line format conversions. Both
|
||||||
are free.
|
are free.
|
||||||
|
|
||||||
Why don't you implement dcraw as a library?
|
Why don't you implement dcraw as a library?
|
||||||
@ -308,7 +305,7 @@ dcraw -c crw_0001.crw | cjpeg > crw_0001.jpeg
|
|||||||
formats that change every day.
|
formats that change every day.
|
||||||
|
|
||||||
There's a simpler way to make dcraw modular and thread-safe: Run
|
There's a simpler way to make dcraw modular and thread-safe: Run
|
||||||
it as a separate process. Eric Raymond [131]explains this
|
it as a separate process. Eric Raymond [133]explains this
|
||||||
technique here.
|
technique here.
|
||||||
|
|
||||||
Why are there false colors along edges within the image?
|
Why are there false colors along edges within the image?
|
||||||
@ -324,7 +321,7 @@ dcraw -c crw_0001.crw | cjpeg > crw_0001.jpeg
|
|||||||
Variable Number of Gradients (VNG), Patterned Pixel Grouping
|
Variable Number of Gradients (VNG), Patterned Pixel Grouping
|
||||||
(PPG), and Adaptive Homogeneity-Directed (AHD).
|
(PPG), and Adaptive Homogeneity-Directed (AHD).
|
||||||
|
|
||||||
[132]The Foveon X3 Capture chip requires a different kind of
|
[134]The Foveon X3 Capture chip requires a different kind of
|
||||||
interpolation. Unlike CCD arrays, it captures three colors at
|
interpolation. Unlike CCD arrays, it captures three colors at
|
||||||
every pixel location. But the colors are not well separated, so
|
every pixel location. But the colors are not well separated, so
|
||||||
the raw data looks very gray. Much processing is needed to
|
the raw data looks very gray. Much processing is needed to
|
||||||
@ -332,16 +329,16 @@ dcraw -c crw_0001.crw | cjpeg > crw_0001.jpeg
|
|||||||
|
|
||||||
How do I get my camera to take raw photos?
|
How do I get my camera to take raw photos?
|
||||||
For Canon PowerShots that don't output CRW or CR2, you need the
|
For Canon PowerShots that don't output CRW or CR2, you need the
|
||||||
[133]CHDK hack.
|
[135]CHDK hack.
|
||||||
For some Nikon Coolpix cameras, you need to enable a
|
For some Nikon Coolpix cameras, you need to enable a
|
||||||
[134]special "DIAG RAW" mode.
|
[136]special "DIAG RAW" mode.
|
||||||
For Casio cameras, see [135]Maurice Delaney's website or read
|
For Casio cameras, see [137]Maurice Delaney's website or read
|
||||||
[136]this discussion on dpreview.
|
[138]this discussion on dpreview.
|
||||||
For the Minolta DiMAGE G400, G500, G530, or G600, go [137]here
|
For the Minolta DiMAGE G400, G500, G530, or G600, go [139]here
|
||||||
(in Russian) or [138]here (in English).
|
(in Russian) or [140]here (in English).
|
||||||
For the Minolta DiMAGE Z2 and Nikon Coolpix 2100/3100/3700,
|
For the Minolta DiMAGE Z2 and Nikon Coolpix 2100/3100/3700,
|
||||||
[139]go here.
|
[141]go here.
|
||||||
For SMaL cameras, see the [140]camerahacking Forum.
|
For SMaL cameras, see the [142]camerahacking Forum.
|
||||||
|
|
||||||
For other cameras, refer to the User's Manual.
|
For other cameras, refer to the User's Manual.
|
||||||
|
|
||||||
@ -349,7 +346,7 @@ dcraw -c crw_0001.crw | cjpeg > crw_0001.jpeg
|
|||||||
Most likely, yes. If your camera is not on the list below, try
|
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
|
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
|
and e-mail me the URL. If you don't have a website, use
|
||||||
[141]Dropload or [142]YouSendIt.
|
[143]Dropload or [144]YouSendIt.
|
||||||
|
|
||||||
Ideally, your sample image should show a standard white card or
|
Ideally, your sample image should show a standard white card or
|
||||||
color chart in direct sunlight, with other colors in the
|
color chart in direct sunlight, with other colors in the
|
||||||
@ -391,6 +388,7 @@ dcraw -c crw_0001.crw | cjpeg > crw_0001.jpeg
|
|||||||
* Canon PowerShot S2 IS (CHDK hack)
|
* Canon PowerShot S2 IS (CHDK hack)
|
||||||
* Canon PowerShot S3 IS (CHDK hack)
|
* Canon PowerShot S3 IS (CHDK hack)
|
||||||
* Canon PowerShot S5 IS (CHDK hack)
|
* Canon PowerShot S5 IS (CHDK hack)
|
||||||
|
* Canon PowerShot SD300 (CHDK hack)
|
||||||
* Canon PowerShot S30
|
* Canon PowerShot S30
|
||||||
* Canon PowerShot S40
|
* Canon PowerShot S40
|
||||||
* Canon PowerShot S45
|
* Canon PowerShot S45
|
||||||
@ -409,6 +407,7 @@ dcraw -c crw_0001.crw | cjpeg > crw_0001.jpeg
|
|||||||
* Canon EOS 350D / Digital Rebel XT / Kiss Digital N
|
* Canon EOS 350D / Digital Rebel XT / Kiss Digital N
|
||||||
* Canon EOS 400D / Digital Rebel XTi / Kiss Digital X
|
* Canon EOS 400D / Digital Rebel XTi / Kiss Digital X
|
||||||
* Canon EOS 450D / Digital Rebel XSi / Kiss Digital X2
|
* Canon EOS 450D / Digital Rebel XSi / Kiss Digital X2
|
||||||
|
* Canon EOS 1000D / Digital Rebel XS / Kiss Digital F
|
||||||
* Canon EOS D2000C
|
* Canon EOS D2000C
|
||||||
* Canon EOS-1D
|
* Canon EOS-1D
|
||||||
* Canon EOS-1DS
|
* Canon EOS-1DS
|
||||||
@ -461,11 +460,11 @@ dcraw -c crw_0001.crw | cjpeg > crw_0001.jpeg
|
|||||||
* Imacon Ixpress 22-megapixel
|
* Imacon Ixpress 22-megapixel
|
||||||
* Imacon Ixpress 39-megapixel
|
* Imacon Ixpress 39-megapixel
|
||||||
* ISG 2020x1520
|
* ISG 2020x1520
|
||||||
* Kodak DC20 (see [143]Oliver Hartman's page)
|
* Kodak DC20 (see [145]Oliver Hartman's page)
|
||||||
* Kodak DC25 (see [144]Jun-ichiro Itoh's page)
|
* Kodak DC25 (see [146]Jun-ichiro Itoh's page)
|
||||||
* Kodak DC40
|
* Kodak DC40
|
||||||
* Kodak DC50
|
* Kodak DC50
|
||||||
* Kodak DC120 (also try [145]kdc2tiff)
|
* Kodak DC120 (also try [147]kdc2tiff)
|
||||||
* Kodak DCS200
|
* Kodak DCS200
|
||||||
* Kodak DCS315C
|
* Kodak DCS315C
|
||||||
* Kodak DCS330C
|
* Kodak DCS330C
|
||||||
@ -493,6 +492,7 @@ dcraw -c crw_0001.crw | cjpeg > crw_0001.jpeg
|
|||||||
* Kodak DCS Pro SLR/c
|
* Kodak DCS Pro SLR/c
|
||||||
* Kodak DCS Pro SLR/n
|
* Kodak DCS Pro SLR/n
|
||||||
* Kodak C330
|
* Kodak C330
|
||||||
|
* Kodak C603
|
||||||
* Kodak P850
|
* Kodak P850
|
||||||
* Kodak P880
|
* Kodak P880
|
||||||
* Kodak KAI-0340
|
* Kodak KAI-0340
|
||||||
@ -554,6 +554,7 @@ dcraw -c crw_0001.crw | cjpeg > crw_0001.jpeg
|
|||||||
* Nikon D100
|
* Nikon D100
|
||||||
* Nikon D200
|
* Nikon D200
|
||||||
* Nikon D300
|
* Nikon D300
|
||||||
|
* Nikon D700
|
||||||
* Nikon E700 ("DIAG RAW" hack)
|
* Nikon E700 ("DIAG RAW" hack)
|
||||||
* Nikon E800 ("DIAG RAW" hack)
|
* Nikon E800 ("DIAG RAW" hack)
|
||||||
* Nikon E880 ("DIAG RAW" hack)
|
* Nikon E880 ("DIAG RAW" hack)
|
||||||
@ -594,6 +595,7 @@ dcraw -c crw_0001.crw | cjpeg > crw_0001.jpeg
|
|||||||
* Olympus E-420
|
* Olympus E-420
|
||||||
* Olympus E-500
|
* Olympus E-500
|
||||||
* Olympus E-510
|
* Olympus E-510
|
||||||
|
* Olympus E-520
|
||||||
* Olympus SP310
|
* Olympus SP310
|
||||||
* Olympus SP320
|
* Olympus SP320
|
||||||
* Olympus SP350
|
* Olympus SP350
|
||||||
@ -619,6 +621,7 @@ dcraw -c crw_0001.crw | cjpeg > crw_0001.jpeg
|
|||||||
* Pentax K20D
|
* Pentax K20D
|
||||||
* Pentax K100D
|
* Pentax K100D
|
||||||
* Pentax K100D Super
|
* Pentax K100D Super
|
||||||
|
* Pentax K200D
|
||||||
* Pentax Optio S
|
* Pentax Optio S
|
||||||
* Pentax Optio S4
|
* Pentax Optio S4
|
||||||
* Pentax Optio 33WR
|
* Pentax Optio 33WR
|
||||||
@ -653,6 +656,7 @@ dcraw -c crw_0001.crw | cjpeg > crw_0001.jpeg
|
|||||||
* Sony DSC-V3
|
* Sony DSC-V3
|
||||||
* Sony DSLR-A100
|
* Sony DSLR-A100
|
||||||
* Sony DSLR-A200
|
* Sony DSLR-A200
|
||||||
|
* Sony DSLR-A300
|
||||||
* Sony DSLR-A350
|
* Sony DSLR-A350
|
||||||
* Sony DSLR-A700
|
* Sony DSLR-A700
|
||||||
* Sony XCD-SX910CR
|
* Sony XCD-SX910CR
|
||||||
@ -666,143 +670,145 @@ References
|
|||||||
3. http://www.cybercom.net/~dcoffin/dcraw/index_pt.html
|
3. http://www.cybercom.net/~dcoffin/dcraw/index_pt.html
|
||||||
4. http://www.cybercom.net/~dcoffin/dcraw/index_ru.html
|
4. http://www.cybercom.net/~dcoffin/dcraw/index_ru.html
|
||||||
5. http://www.libregraphicsmeeting.org/2008/
|
5. http://www.libregraphicsmeeting.org/2008/
|
||||||
6. http://gphoto.sourceforge.net/
|
6. http://www.jornadespl.org/
|
||||||
7. http://www.cybercom.net/~dcoffin/dcraw/dcraw.c
|
7. http://gphoto.sourceforge.net/
|
||||||
8. http://www.insflug.org/raw/
|
8. http://www.cybercom.net/~dcoffin/dcraw/dcraw.c
|
||||||
9. http://www.aim-dtp.net/aim/digicam/dcraw/
|
9. http://www.insflug.org/raw/
|
||||||
10. http://www.cybercom.net/~dcoffin/resume.html
|
10. http://www.aim-dtp.net/aim/digicam/dcraw/
|
||||||
11. http://www.outbackphoto.com/artofraw/raw_07/essay.html
|
11. http://www.cybercom.net/~dcoffin/resume.html
|
||||||
12. http://news.com.com/Nikons+photo+encryption+reported+broken/2100-1030_3-5679848.html
|
12. http://www.outbackphoto.com/artofraw/raw_07/essay.html
|
||||||
13. http://www.dpreview.com/news/0504/05042701davecoffininterview.asp
|
13. http://news.com.com/Nikons+photo+encryption+reported+broken/2100-1030_3-5679848.html
|
||||||
14. http://www.schnebeck.de/interview-with-dave-coffin-creator-of-dcraw
|
14. http://www.dpreview.com/news/0504/05042701davecoffininterview.asp
|
||||||
15. http://www.ladinamo.org/english/raw-format-the-captive-photo.php
|
15. http://www.schnebeck.de/interview-with-dave-coffin-creator-of-dcraw
|
||||||
16. http://www.cybercom.net/~dcoffin/dcraw/dcraw.c
|
16. http://www.ladinamo.org/english/raw-format-the-captive-photo.php
|
||||||
17. http://www.cybercom.net/~dcoffin/dcraw/#faq
|
17. http://www.cybercom.net/~dcoffin/dcraw/dcraw.c
|
||||||
18. http://www.cybercom.net/~dcoffin/dcraw/dcraw.1.html
|
18. http://www.cybercom.net/~dcoffin/dcraw/#faq
|
||||||
19. http://www.cybercom.net/~dcoffin/dcraw/rawphoto.c
|
19. http://www.cybercom.net/~dcoffin/dcraw/dcraw.1.html
|
||||||
20. http://ufraw.sourceforge.net/
|
20. http://www.cybercom.net/~dcoffin/dcraw/rawphoto.c
|
||||||
21. http://pages.quicksilver.net.nz/pepe/
|
21. http://ufraw.sourceforge.net/
|
||||||
22. http://www.cybercom.net/~dcoffin/dcraw/.badpixels
|
22. http://pages.quicksilver.net.nz/pepe/
|
||||||
23. http://www.cybercom.net/~dcoffin/dcraw/RCS/dcraw.c,v
|
23. http://www.cybercom.net/~dcoffin/dcraw/.badpixels
|
||||||
24. http://www.cs.purdue.edu/homes/trinkle/RCS/
|
24. http://www.cybercom.net/~dcoffin/dcraw/RCS/dcraw.c,v
|
||||||
25. http://www.cybercom.net/~dcoffin/dcraw/parse.c
|
25. http://www.cs.purdue.edu/homes/trinkle/RCS/
|
||||||
26. http://www.cybercom.net/~dcoffin/dcraw/clean_crw.c
|
26. http://www.cybercom.net/~dcoffin/dcraw/parse.c
|
||||||
27. http://www.cybercom.net/~dcoffin/dcraw/fujiturn.c
|
27. http://www.cybercom.net/~dcoffin/dcraw/clean_crw.c
|
||||||
28. http://www.cybercom.net/~dcoffin/dcraw/fuji_green.c
|
28. http://www.cybercom.net/~dcoffin/dcraw/fujiturn.c
|
||||||
29. http://www.cybercom.net/~dcoffin/dcraw/decompress.c
|
29. http://www.cybercom.net/~dcoffin/dcraw/fuji_green.c
|
||||||
30. http://www.cybercom.net/~dcoffin/dcraw/sony_clear.c
|
30. http://www.cybercom.net/~dcoffin/dcraw/decompress.c
|
||||||
31. http://www.cybercom.net/~dcoffin/dcraw/archive/
|
31. http://www.cybercom.net/~dcoffin/dcraw/sony_clear.c
|
||||||
32. http://www.cybercom.net/~dcoffin/dcraw/dcraw_eo.1.html
|
32. http://www.cybercom.net/~dcoffin/dcraw/archive/
|
||||||
33. http://www.cybercom.net/~dcoffin/dcraw/dcraw_ru.1.html
|
33. http://www.cybercom.net/~dcoffin/dcraw/dcraw_eo.1.html
|
||||||
34. http://www.cybercom.net/~dcoffin/dcraw/dcraw_fr.1.html
|
34. http://www.cybercom.net/~dcoffin/dcraw/dcraw_ru.1.html
|
||||||
35. http://www.cybercom.net/~dcoffin/dcraw/dcraw_it.1.html
|
35. http://www.cybercom.net/~dcoffin/dcraw/dcraw_fr.1.html
|
||||||
36. http://www.cybercom.net/~dcoffin/dcraw/dcraw_de.1.html
|
36. http://www.cybercom.net/~dcoffin/dcraw/dcraw_it.1.html
|
||||||
37. http://www.cybercom.net/~dcoffin/dcraw/dcraw_pt.1.html
|
37. http://www.cybercom.net/~dcoffin/dcraw/dcraw_de.1.html
|
||||||
38. http://www.cybercom.net/~dcoffin/dcraw/dcraw_es.1.html
|
38. http://www.cybercom.net/~dcoffin/dcraw/dcraw_pt.1.html
|
||||||
39. http://www.cybercom.net/~dcoffin/dcraw/dcraw_nl.1.html
|
39. http://www.cybercom.net/~dcoffin/dcraw/dcraw_es.1.html
|
||||||
40. http://www.cybercom.net/~dcoffin/dcraw/dcraw_pl.1.html
|
40. http://www.cybercom.net/~dcoffin/dcraw/dcraw_nl.1.html
|
||||||
41. http://www.cybercom.net/~dcoffin/dcraw/dcraw_hu.1.html
|
41. http://www.cybercom.net/~dcoffin/dcraw/dcraw_pl.1.html
|
||||||
42. http://www.cybercom.net/~dcoffin/dcraw/dcraw_cs.1.html
|
42. http://www.cybercom.net/~dcoffin/dcraw/dcraw_hu.1.html
|
||||||
43. http://www.cybercom.net/~dcoffin/dcraw/dcraw_sv.1.html
|
43. http://www.cybercom.net/~dcoffin/dcraw/dcraw_cs.1.html
|
||||||
44. http://www.cybercom.net/~dcoffin/dcraw/dcraw_zh_TW.1.html
|
44. http://www.cybercom.net/~dcoffin/dcraw/dcraw_sv.1.html
|
||||||
45. http://www.cybercom.net/~dcoffin/dcraw/dcraw_zh_CN.1.html
|
45. http://www.cybercom.net/~dcoffin/dcraw/dcraw_ca.1.html
|
||||||
46. http://www.cybercom.net/~dcoffin/dcraw/msdos/
|
46. http://www.cybercom.net/~dcoffin/dcraw/dcraw_zh_TW.1.html
|
||||||
47. http://www.cybercom.net/~dcoffin/dcraw/dcraw.1
|
47. http://www.cybercom.net/~dcoffin/dcraw/dcraw_zh_CN.1.html
|
||||||
48. http://www.cybercom.net/~dcoffin/dcraw/dcraw_eo.po
|
48. http://www.cybercom.net/~dcoffin/dcraw/msdos/
|
||||||
49. http://www.acdsystems.com/
|
49. http://www.cybercom.net/~dcoffin/dcraw/dcraw.1
|
||||||
50. http://www.adobe.com/products/photoshop/cameraraw.html
|
50. http://www.cybercom.net/~dcoffin/dcraw/dcraw_eo.po
|
||||||
51. http://www.br-software.com/
|
51. http://www.acdsystems.com/
|
||||||
52. http://www.breezesys.com/
|
52. http://www.adobe.com/products/photoshop/cameraraw.html
|
||||||
53. http://www.conceiva.com/
|
53. http://www.br-software.com/
|
||||||
54. http://cpicture.net/en/t_raw.html
|
54. http://www.breezesys.com/
|
||||||
55. http://www.canto.com/
|
55. http://www.conceiva.com/
|
||||||
56. http://frostyplace.com/dcraw/
|
56. http://cpicture.net/en/t_raw.html
|
||||||
57. http://www.tanis.dk/wiki/index.php/DCRawUI
|
57. http://www.canto.com/
|
||||||
58. http://www.pretentiousname.com/jp2raw/
|
58. http://frostyplace.com/dcraw/
|
||||||
59. http://deepskystacker.free.fr/
|
59. http://www.tanis.dk/wiki/index.php/DCRawUI
|
||||||
60. http://www.dpmagic.com/
|
60. http://www.pretentiousname.com/jp2raw/
|
||||||
61. http://www.nla.gov.au/preserve/dohm/driftt.html
|
61. http://deepskystacker.free.fr/
|
||||||
62. http://www.easyraw.com/
|
62. http://www.dpmagic.com/
|
||||||
63. http://www.lemkesoft.com/
|
63. http://www.nla.gov.au/preserve/dohm/driftt.html
|
||||||
64. http://jcoconsulting.com/index.asp?Section=GVOCX
|
64. http://www.easyraw.com/
|
||||||
65. http://www.aragonsystem.com/
|
65. http://www.lemkesoft.com/
|
||||||
66. http://www.irfanview.com/
|
66. http://jcoconsulting.com/index.asp?Section=GVOCX
|
||||||
67. http://www.astrosurf.com/buil/us/iris/iris.htm
|
67. http://www.aragonsystem.com/
|
||||||
68. http://www.kaorg.com/photoservice.asp
|
68. http://www.irfanview.com/
|
||||||
69. http://www.lightboxsoftware.com/
|
69. http://www.astrosurf.com/buil/us/iris/iris.htm
|
||||||
70. http://sonic.net/~rat/lightcrafts/
|
70. http://www.kaorg.com/photoservice.asp
|
||||||
71. http://imageingester.com/
|
71. http://www.lightboxsoftware.com/
|
||||||
72. http://www.mediarecover.com/
|
72. http://sonic.net/~rat/lightcrafts/
|
||||||
73. http://www.mixpo.com/
|
73. http://imageingester.com/
|
||||||
74. http://www.wildcape.com/
|
74. http://www.mediarecover.com/
|
||||||
75. http://photojockey.com/
|
75. http://www.mixpo.com/
|
||||||
76. http://smatters.com/dcraw/
|
76. http://www.wildcape.com/
|
||||||
77. http://www.k-i-s.net/
|
77. http://photojockey.com/
|
||||||
78. http://www.datarescue.com/photorescue/
|
78. http://smatters.com/dcraw/
|
||||||
79. http://www.sticksoftware.com/software/PhotoReviewer.html
|
79. http://www.k-i-s.net/
|
||||||
80. http://www.photovault.org/
|
80. http://www.datarescue.com/photorescue/
|
||||||
81. http://www.picasa.com/
|
81. http://www.sticksoftware.com/software/PhotoReviewer.html
|
||||||
82. http://www.picturearena.com/
|
82. http://www.photovault.org/
|
||||||
83. http://pleiades-astrophoto.com/
|
83. http://www.picasa.com/
|
||||||
84. http://www.pixpo.com/
|
84. http://www.picturearena.com/
|
||||||
85. http://www.polybytes.com/
|
85. http://pleiades-astrophoto.com/
|
||||||
86. http://lens.liteserv.com/download/powershovel2.php
|
86. http://www.pixpo.com/
|
||||||
87. http://www.iridientdigital.com/
|
87. http://www.polybytes.com/
|
||||||
88. http://www.rawmagick.com/
|
88. http://lens.liteserv.com/download/powershovel2.php
|
||||||
89. http://www.i-graph.com/
|
89. http://www.iridientdigital.com/
|
||||||
90. http://www.wizards.de/rawdrop
|
90. http://www.rawmagick.com/
|
||||||
91. http://www.pixmantec.com/
|
91. http://www.i-graph.com/
|
||||||
92. http://www.through-the-lens.net/
|
92. http://www.wizards.de/rawdrop
|
||||||
93. http://www.serif.com/
|
93. http://www.pixmantec.com/
|
||||||
94. http://www.logicaldesigns.com/
|
94. http://www.through-the-lens.net/
|
||||||
95. http://www.silverfast.com/
|
95. http://www.serif.com/
|
||||||
96. http://www.studioline.net/
|
96. http://www.logicaldesigns.com/
|
||||||
97. http://www.hexcat.com/viewit/
|
97. http://www.silverfast.com/
|
||||||
98. http://www.dimin.net/software/viewer/
|
98. http://www.studioline.net/
|
||||||
99. http://www.hamrick.com/
|
99. http://www.hexcat.com/viewit/
|
||||||
100. http://www.xara.com/products/xtreme/
|
100. http://www.dimin.net/software/viewer/
|
||||||
101. http://www.insflug.org/raw/
|
101. http://www.hamrick.com/
|
||||||
102. http://www.lebsanft.org/blog/?tag=dcraw
|
102. http://www.xara.com/products/xtreme/
|
||||||
103. http://aminet.net/search?query=dcraw
|
103. http://www.insflug.org/raw/
|
||||||
104. http://amis.flatrate.ru/dcraw/
|
104. http://www.lebsanft.org/blog/?tag=dcraw
|
||||||
105. http://www.pidcock.co.uk/beos/index.html
|
105. http://aminet.net/search?query=dcraw
|
||||||
106. http://hobbes.nmsu.edu/cgi-bin/h-search?key=dcraw
|
106. http://amis.flatrate.ru/dcraw/
|
||||||
107. http://www.riscos.info/unix/indexes/graphics.html
|
107. http://www.pidcock.co.uk/beos/index.html
|
||||||
108. http://www.delorie.com/djgpp/
|
108. http://hobbes.nmsu.edu/cgi-bin/h-search?key=dcraw
|
||||||
109. http://www.trnicely.net/misc/vista.html
|
109. http://www.riscos.info/unix/indexes/graphics.html
|
||||||
110. http://www.sno.phy.queensu.ca/~phil/exiftool/
|
110. http://www.delorie.com/djgpp/
|
||||||
111. http://www.cybercom.net/~dcoffin/dcraw/scan.c
|
111. http://www.trnicely.net/misc/vista.html
|
||||||
112. http://www.cybercom.net/~dcoffin/dcraw/read_ndf.c
|
112. http://www.sno.phy.queensu.ca/~phil/exiftool/
|
||||||
113. http://partners.adobe.com/asn/developer/PDFS/TN/TIFF6.pdf
|
113. http://www.cybercom.net/~dcoffin/dcraw/scan.c
|
||||||
114. http://www.map.tu.chiba-u.ac.jp/IEC/100/TA2/recdoc/N4378.pdf
|
114. http://www.cybercom.net/~dcoffin/dcraw/read_ndf.c
|
||||||
115. http://www.adobe.com/products/dng/pdfs/dng_spec.pdf
|
115. http://partners.adobe.com/asn/developer/PDFS/TN/TIFF6.pdf
|
||||||
116. http://xyrion.org/ciff/
|
116. http://www.map.tu.chiba-u.ac.jp/IEC/100/TA2/recdoc/N4378.pdf
|
||||||
117. http://www.x3f.info/technotes/FileDocs/X3F_Format.pdf
|
117. http://www.adobe.com/products/dng/pdfs/dng_spec.pdf
|
||||||
118. http://raw.fotosite.pl/
|
118. http://xyrion.org/ciff/
|
||||||
119. http://www.rawsamples.ch/
|
119. http://www.x3f.info/technotes/FileDocs/X3F_Format.pdf
|
||||||
120. http://www.glasslantern.com/RAWpository/
|
120. http://raw.fotosite.pl/
|
||||||
121. http://dl.maptools.org/dl/libtiff/tiff-3.8.2.tar.gz
|
121. http://www.rawsamples.ch/
|
||||||
122. http://www.cybercom.net/~dcoffin/dcraw/libtiff.patch
|
122. http://www.glasslantern.com/RAWpository/
|
||||||
123. http://www.cybercom.net/~dcoffin/dcraw/elphel_dng.c
|
123. http://dl.maptools.org/dl/libtiff/tiff-3.8.2.tar.gz
|
||||||
124. http://www.adobe.com/products/dng/main.html
|
124. http://www.cybercom.net/~dcoffin/dcraw/libtiff.patch
|
||||||
125. http://www.adobe.com/products/photoshop/main.html
|
125. http://www.cybercom.net/~dcoffin/dcraw/elphel_dng.c
|
||||||
126. http://cinepaint.sourceforge.net/
|
126. http://www.adobe.com/products/dng/main.html
|
||||||
127. http://www.cybercom.net/~dcoffin/dcraw/ahd_maze.png
|
127. http://www.adobe.com/products/photoshop/main.html
|
||||||
128. http://www.cybercom.net/~dcoffin/dcraw/vng_grid.png
|
128. http://cinepaint.sourceforge.net/
|
||||||
129. http://netpbm.sourceforge.net/
|
129. http://www.cybercom.net/~dcoffin/dcraw/ahd_maze.png
|
||||||
130. http://www.imagemagick.org/
|
130. http://www.cybercom.net/~dcoffin/dcraw/vng_grid.png
|
||||||
131. http://www.faqs.org/docs/artu/multiprogramchapter.html
|
131. http://netpbm.sourceforge.net/
|
||||||
132. http://www.dpreview.com/news/0202/02021101foveonx3.asp
|
132. http://www.imagemagick.org/
|
||||||
133. http://digicanon.narod.ru/
|
133. http://www.faqs.org/docs/artu/multiprogramchapter.html
|
||||||
134. http://e2500.narod.ru/raw_format_e.htm
|
134. http://www.dpreview.com/news/0202/02021101foveonx3.asp
|
||||||
135. http://www.inweb.ch/foto/rawformat.html
|
135. http://digicanon.narod.ru/
|
||||||
136. http://forums.dpreview.com/forums/read.asp?forum=1015&message=4961779
|
136. http://e2500.narod.ru/raw_format_e.htm
|
||||||
137. http://myfototest.narod.ru/
|
137. http://www.inweb.ch/foto/rawformat.html
|
||||||
138. http://forums.dpreview.com/forums/read.asp?forum=1024&message=11773287
|
138. http://forums.dpreview.com/forums/read.asp?forum=1015&message=4961779
|
||||||
139. http://tester13.nm.ru/nikon/
|
139. http://myfototest.narod.ru/
|
||||||
140. http://www.camerahacking.com/
|
140. http://forums.dpreview.com/forums/read.asp?forum=1024&message=11773287
|
||||||
141. http://dropload.com/
|
141. http://tester13.nm.ru/nikon/
|
||||||
142. http://yousendit.com/
|
142. http://www.camerahacking.com/
|
||||||
143. http://www.planet-interkom.de/oliver.hartmann/dc20secr.htm
|
143. http://dropload.com/
|
||||||
144. http://www.itojun.org/diary/19961113/index.eng.html
|
144. http://yousendit.com/
|
||||||
145. http://kdc2tiff.sourceforge.net/
|
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/
|
||||||
|
@ -1,3 +1,15 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Sep 7 22:40:44 CEST 2008 - postadal@suse.cz
|
||||||
|
|
||||||
|
- updated to RCS 1.404
|
||||||
|
* Support the Kodak C603, Nikon D700, Canon EOS 1000D,
|
||||||
|
Canon PowerShot SD300, and Olympus E-520, SONY A300
|
||||||
|
* Removed useless code from ppg_interpolate()
|
||||||
|
* Don't crash on corrupt CR2 files
|
||||||
|
* Extract the largest JPEG from any X3F file
|
||||||
|
* Fixed camera WB on the A200
|
||||||
|
* Set model-specific saturation levels in adobe_coeff()
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Apr 13 22:57:10 CEST 2008 - postadal@suse.cz
|
Sun Apr 13 22:57:10 CEST 2008 - postadal@suse.cz
|
||||||
|
|
||||||
|
24
dcraw.spec
24
dcraw.spec
@ -1,10 +1,17 @@
|
|||||||
#
|
#
|
||||||
# spec file for package dcraw (Version 1.401)
|
# spec file for package dcraw (Version 1.404)
|
||||||
#
|
#
|
||||||
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
# This file and all modifications and additions to the pristine
|
|
||||||
# package are under the same license as the package itself.
|
|
||||||
#
|
#
|
||||||
|
# All modifications and additions to the file contributed by third parties
|
||||||
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
|
# upon. The license for this file, and modifications and additions to the
|
||||||
|
# file, is the same license as for the pristine package itself (unless the
|
||||||
|
# license for the pristine package is not an Open Source License, in which
|
||||||
|
# case the license is the MIT License). An "Open Source License" is a
|
||||||
|
# license that conforms to the Open Source Definition (Version 1.9)
|
||||||
|
# published by the Open Source Initiative.
|
||||||
|
|
||||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||||
#
|
#
|
||||||
|
|
||||||
@ -13,7 +20,7 @@
|
|||||||
|
|
||||||
Name: dcraw
|
Name: dcraw
|
||||||
BuildRequires: libjpeg-devel liblcms-devel
|
BuildRequires: libjpeg-devel liblcms-devel
|
||||||
Version: 1.401
|
Version: 1.404
|
||||||
Release: 1
|
Release: 1
|
||||||
License: Any permissive
|
License: Any permissive
|
||||||
Group: Productivity/Graphics/Convertors
|
Group: Productivity/Graphics/Convertors
|
||||||
@ -81,6 +88,15 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%doc %_mandir/man*/*
|
%doc %_mandir/man*/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Sep 08 2008 postadal@suse.cz
|
||||||
|
- updated to RCS 1.404
|
||||||
|
* Support the Kodak C603, Nikon D700, Canon EOS 1000D,
|
||||||
|
Canon PowerShot SD300, and Olympus E-520, SONY A300
|
||||||
|
* Removed useless code from ppg_interpolate()
|
||||||
|
* Don't crash on corrupt CR2 files
|
||||||
|
* Extract the largest JPEG from any X3F file
|
||||||
|
* Fixed camera WB on the A200
|
||||||
|
* Set model-specific saturation levels in adobe_coeff()
|
||||||
* Mon Apr 14 2008 postadal@suse.cz
|
* Mon Apr 14 2008 postadal@suse.cz
|
||||||
- updated to RCS 1.401
|
- updated to RCS 1.401
|
||||||
* Copy GPS data into thumbnails and TIFF output
|
* Copy GPS data into thumbnails and TIFF output
|
||||||
|
Loading…
x
Reference in New Issue
Block a user