diff --git a/README b/README index 54bb142..686da6b 100644 --- a/README +++ b/README @@ -71,7 +71,7 @@ http://www.cybercom.net/~dcoffin/dcraw/: execute permission. * [17]dcraw.c -- decodes raw photos, extracts thumbnails, and displays metadata - Supports 647 cameras at last count. Compile with "gcc -o dcraw -O4 + Supports 688 cameras at last count. Compile with "gcc -o dcraw -O4 dcraw.c -lm -ljasper -ljpeg -llcms2" 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 [18]FAQ! @@ -160,95 +160,97 @@ http://www.cybercom.net/~dcoffin/dcraw/: * [60]Cumulus by Canto * [61]dcRAW-X by Bryan Chang * [62]DCRawUI by Sune Trudslev - * [63]Directory Opus Plugin by Leo Davidson(with C++ source code) - * [64]DeepSkyStacker by Luc Coiffier - * [65]DF Studio by DigitalFusion - * [66]dpMagic by Mikhail Stolpner - * [67]GraphicConverter by Thorsten Lemke - * [68]GTKRawGallery by Daniele Isca - * [69]GVBox from JCO Consulting - * [70]HDR Shop - * [71]ImageLab from Aragon System - * [72]Imagina by Rob Baker - * [73]IrfanView by Irfan Skiljan - * [74]IRIS image processor for astronomers - * [75]Lightbox by Josh Anon - * [76]LightZone by LightZone project - * [77]LRViewer by Marc Rochkind - * [78]MediaRECOVER File Recovery Software - * [79]Mixpo by Mixpo Portfolio Broadcasting Inc. - * [80]Photo Acute by Almalence - * [81]Photo Companion by Jeff Moore - * [82]Photo Jockey by Davie Lee Reed who also wrote a [83]dcraw + * [63]DDRoom by Mykhailo Malyshko + * [64]Directory Opus Plugin by Leo Davidson(with C++ source code) + * [65]DeepSkyStacker by Luc Coiffier + * [66]DF Studio by DigitalFusion + * [67]dpMagic by Mikhail Stolpner + * [68]GraphicConverter by Thorsten Lemke + * [69]GTKRawGallery by Daniele Isca + * [70]GVBox from JCO Consulting + * [71]HDR Shop + * [72]ImageLab from Aragon System + * [73]Imagina by Rob Baker + * [74]IrfanView by Irfan Skiljan + * [75]IRIS image processor for astronomers + * [76]Lightbox by Josh Anon + * [77]LightZone by LightZone project + * [78]LRViewer by Marc Rochkind + * [79]MediaRECOVER File Recovery Software + * [80]Mixpo by Mixpo Portfolio Broadcasting Inc. + * [81]Photo Acute by Almalence + * [82]Photo Companion by Jeff Moore + * [83]Photo Jockey by Davie Lee Reed who also wrote a [84]dcraw interface for Delphi programmers. - * [84]Photo Organizer by Balint Kis - * [85]PhotoRescue from DataRescue - * [86]PhotoReviewer by Ben Haller - * [87]Photovault by Harri Kaimio - * [88]Picasa from Google - * [89]Picture Arena by Felix Schwarz - * [90]PixInsight by Pleiades Software - * [91]PolyView by Polybytes - * [92]RAW Developer by Iridient Digital - * [93]Raw Magick - * [94]RawDrop by Frank Siegert - * [95]RawTherapee by RT Team - * [96]Serif PhotoPlus, PanoramaPlus, and AlbumPlus - * [97]SharpRaw by Duane DeSieno - * [98]SilverFast DCPro by LaserSoft Imaging - * [99]StudioLine Photo by H&M Software - * [100]ViewIt by Zdzislaw Losvik - * [101]Viewer n5 by Dmitry Fedorov - * [102]VueScan by Ed Hamrick - * [103]Xara Xtreme Pro + * [85]Photo Organizer by Balint Kis + * [86]PhotoRescue from DataRescue + * [87]PhotoReviewer by Ben Haller + * [88]Photovault by Harri Kaimio + * [89]Picasa from Google + * [90]Picture Arena by Felix Schwarz + * [91]PixInsight by Pleiades Software + * [92]PolyView by Polybytes + * [93]PRISM by Alcor System + * [94]RAW Developer by Iridient Digital + * [95]Raw Magick + * [96]RawDrop by Frank Siegert + * [97]RawTherapee by RT Team + * [98]Serif PhotoPlus, PanoramaPlus, and AlbumPlus + * [99]SharpRaw by Duane DeSieno + * [100]SilverFast DCPro by LaserSoft Imaging + * [101]StudioLine Photo by H&M Software + * [102]ViewIt by Zdzislaw Losvik + * [103]Viewer n5 by Dmitry Fedorov + * [104]VueScan by Ed Hamrick + * [105]Xara Xtreme Pro Frequently Asked Questions I don't have a C compiler. Could you send me an executable? - Sergio Namias has built [104]some current Windows EXE files - here. Dcraw has also been ported to [105]Amiga, [106]MorphOS, - [107]BeOS, [108]OS/2, and [109]RISC OS. + Sergio Namias has built [106]some current Windows EXE files + here. Dcraw has also been ported to [107]Amiga, [108]MorphOS, + [109]BeOS, [110]OS/2, and [111]RISC OS. Why does dcraw say "Out of memory" in Windows Vista? Ostensibly to stop memory leaks, Microsoft decided that programs using the old MS-DOS API, including anything compiled with - [110]DJGPP, shall be confined to 32MB of memory. This limitation + [112]DJGPP, shall be confined to 32MB of memory. This limitation can be removed by 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 [111]page describing + Thomas Nicely (of Pentium FDIV fame) has a [113]page describing the problem and various workarounds. How can I read the EXIF data (shutter speed, aperture, etc.)? - [112]Phil Harvey's ExifTool provides a unified Perl-based EXIF + [114]Phil Harvey's ExifTool provides a unified Perl-based EXIF reader (and editor!) for all cameras and file formats. "dcraw -i -v" is much faster, but provides less information. How can I read NEF files from Nikon scanners? - Dcraw only supports cameras. Try [113]this simple program for + Dcraw only supports cameras. Try [115]this simple program for scanners. How can I read Nikon Dust Off images (NDF files)? - [114]Use this program. + [116]Use this program. Do you have any specifications describing raw photo formats? Yes, but they tend to omit important details, like how to decompress the raw image or decrypt private metadata. See the - [115]TIFF spec, the [116]TIFF/EP spec, the [117]Adobe DNG spec, - the [118]CIFF (CRW) spec, and the [119]X3F spec. + [117]TIFF spec, the [118]TIFF/EP spec, the [119]Adobe DNG spec, + the [120]CIFF (CRW) spec, and the [121]X3F spec. Where can I get an assortment of raw photos to test my software? - For the latest cameras, I get samples from [120]Photography - Blog. A "Full Review" at [121]Imaging Resource usually includes - a few raw shots. [122]www.rawsamples.ch is no longer updated, + For the latest cameras, I get samples from [122]Photography + Blog. A "Full Review" at [123]Imaging Resource usually includes + a few raw shots. [124]www.rawsamples.ch is no longer updated, but it has samples from older cameras. For $800, I sell a complete test suite on six 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 [123]LibTIFF v3.8.2 and apply [124]this patch. Then use - [125]this C program as a template for converting your photos to - valid [126]Adobe DNG files. + Download [125]LibTIFF v3.8.2 and apply [126]this patch. Then use + [127]this C program as a template for converting your photos to + valid [128]Adobe DNG files. Why are dcraw output images larger than camera JPEGs? Any algorithm that combines each pixel with its neighbors is @@ -269,11 +271,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 [127]Photoshop and - [128]CinePaint, but it's no good for most image viewers. + professional image editors such as [129]Photoshop and + [130]CinePaint, but it's no good for most image viewers. What does the "-f" (four color RGB) option do? - If you see patterns like [129]this or [130]this in your output + If you see patterns like [131]this or [132]this in your output images, first try "dcraw -a". If these patterns persist, use "dcraw -f" to get rid of them. @@ -287,8 +289,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 [131]Netpbm toolkit in these examples. - [132]ImageMagick also does command-line format conversions. Both + I used the [133]Netpbm toolkit in these examples. + [134]ImageMagick also does command-line format conversions. Both are free. Why don't you implement dcraw as a library? @@ -302,7 +304,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 [133]explains this + it as a separate process. Eric Raymond [135]explains this technique here. Why are there false colors along edges within the image? @@ -318,7 +320,7 @@ dcraw -c crw_0001.crw | cjpeg > crw_0001.jpeg Variable Number of Gradients (VNG), Patterned Pixel Grouping (PPG), and Adaptive Homogeneity-Directed (AHD). - [134]The Foveon X3 Capture chip requires a different kind of + [136]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 @@ -326,17 +328,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 - [135]CHDK hack. + [137]CHDK hack. For some Nikon Coolpix cameras, you need to enable a - [136]special "DIAG RAW" mode. - For Casio cameras, see [137]Maurice Delaney's website or read - [138]this discussion on dpreview. - For the Minolta DiMAGE G400, G500, G530, or G600, go [139]here - (in Russian) or [140]here (in English). + [138]special "DIAG RAW" mode. + For Casio cameras, see [139]Maurice Delaney's website or read + [140]this discussion on dpreview. + For the Minolta DiMAGE G400, G500, G530, or G600, go [141]here + (in Russian) or [142]here (in English). For the Minolta DiMAGE Z2 and Nikon Coolpix 2100/3100/3700, - [141]go here. - For SMaL cameras, see the [142]camerahacking Forum. - For Agfa and Samsung cameras, [143]go here. + [143]go here. + For SMaL cameras, see the [144]camerahacking Forum. + For Agfa and Samsung cameras, [145]go here. For other cameras, refer to the User's Manual. @@ -346,9 +348,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 [144]YouSendIt, - [145]RapidShare, [146]Sendshack, [147]ShareFile, [148]sendspace, - or [149]Megaupload. + me the URL. If you don't have a website, use [146]YouSendIt, + [147]RapidShare, [148]Sendshack, [149]ShareFile, [150]sendspace, + or [151]Megaupload. Before choosing a photo to send, read the next question: @@ -356,7 +358,7 @@ 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 [150]Wolf Faust, [151]ColorChecker, [152]CMP, or + photo of a [152]Wolf Faust, [153]ColorChecker, [154]CMP, or other calibrated color chart. Follow this checklist: + Use a real chart, not a printout or screen image. @@ -369,13 +371,13 @@ dcraw -c crw_0001.crw | cjpeg > crw_0001.jpeg Supported Cameras - * [153]Adobe Digital Negative (DNG) + * [155]Adobe Digital Negative (DNG) * AgfaPhoto DC-833m * Alcatel 5035D * Apple QuickTake 100 * Apple QuickTake 150 * Apple QuickTake 200 - * [154]ARRIRAW format + * [156]ARRIRAW format * AVT F-080C * AVT F-145C * AVT F-201C @@ -408,11 +410,15 @@ dcraw -c crw_0001.crw | cjpeg > crw_0001.jpeg * Canon PowerShot G1 X Mark II * Canon PowerShot G2 * Canon PowerShot G3 + * Canon PowerShot G3 X * Canon PowerShot G5 + * Canon PowerShot G5 X * Canon PowerShot G6 * Canon PowerShot G7 (CHDK hack) * Canon PowerShot G7 X + * Canon PowerShot G7 X Mark II * Canon PowerShot G9 + * Canon PowerShot G9 X * Canon PowerShot G10 * Canon PowerShot G11 * Canon PowerShot G12 @@ -441,6 +447,7 @@ dcraw -c crw_0001.crw | cjpeg > crw_0001.jpeg * Canon PowerShot SX30 IS (CHDK hack) * Canon PowerShot SX50 HS * Canon PowerShot SX60 HS + * Canon IXUS 160 (CHDK hack) * Canon EOS D30 * Canon EOS D60 * Canon EOS 5D @@ -458,6 +465,7 @@ dcraw -c crw_0001.crw | cjpeg > crw_0001.jpeg * Canon EOS 50D * Canon EOS 60D * Canon EOS 70D + * Canon EOS 80D * Canon EOS 300D / Digital Rebel / Kiss Digital * Canon EOS 350D / Digital Rebel XT / Kiss Digital N * Canon EOS 400D / Digital Rebel XTi / Kiss Digital X @@ -473,13 +481,16 @@ 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 1200D / Digital Rebel T5 / Kiss Digital X70 + * Canon EOS 1300D / Digital Rebel T6 / Kiss Digital X80 * Canon EOS C500 * Canon EOS D2000C * Canon EOS M * Canon EOS M3 + * Canon EOS M10 * Canon EOS-1D * Canon EOS-1DS * Canon EOS-1D X + * Canon EOS-1D X Mark II * Canon EOS-1D Mark II * Canon EOS-1D Mark II N * Canon EOS-1D Mark III @@ -515,6 +526,7 @@ dcraw -c crw_0001.crw | cjpeg > crw_0001.jpeg * Contax N Digital * Creative PC-CAM 600 * DJI 4384x3288 + * DxO ONE * Epson R-D1 * Foculus 531C * Fuji E550 @@ -546,13 +558,16 @@ dcraw -c crw_0001.crw | cjpeg > crw_0001.jpeg * Fuji F800EXR * Fuji F900EXR * Fuji X-Pro1 + * Fuji X-Pro2 * Fuji X-A1 * Fuji X-A2 * Fuji X-E1 * Fuji X-E2 + * Fuji X-E2S * Fuji X-M1 * Fuji X-S1 * Fuji X-T1 + * Fuji X-T10 * Fuji XF1 * Fuji XQ1 * Fuji XQ2 @@ -562,8 +577,10 @@ dcraw -c crw_0001.crw | cjpeg > crw_0001.jpeg * Fuji X10 * Fuji X20 * Fuji X30 + * Fuji X70 * Fuji IS-1 * Hasselblad CFV + * Hasselblad CFV-2 * Hasselblad H3D * Hasselblad H4D * Hasselblad V96C @@ -575,7 +592,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 [157]kdc2tiff) * Kodak DCS200 * Kodak DCS315C * Kodak DCS330C @@ -641,10 +658,14 @@ dcraw -c crw_0001.crw | cjpeg > crw_0001.jpeg * Leica D-LUX6 * Leica D-LUX (Typ 109) * Leica M (Typ 240) - * Leica M Monochrom + * Leica M (Typ 262) + * Leica M Monochrom (Typ 246) * Leica M8 * Leica M9 + * Leica Q (Typ 116) * Leica R8 + * Leica S (Typ 007) + * Leica SL (Typ 601) * Leica T (Typ 701) * Leica V-LUX1 * Leica V-LUX2 @@ -656,6 +677,7 @@ dcraw -c crw_0001.crw | cjpeg > crw_0001.jpeg * Leica X2 * Leica X (Typ 113) * Leica X-E (Typ 102) + * Leica X-U (Typ 113) * Lenovo A820 * Logitech Fotoman Pixtura * Mamiya ZD @@ -692,6 +714,7 @@ dcraw -c crw_0001.crw | cjpeg > crw_0001.jpeg * Nikon Df * Nikon D40 * Nikon D40X + * Nikon D5 * Nikon D50 * Nikon D60 * Nikon D70 @@ -702,6 +725,7 @@ dcraw -c crw_0001.crw | cjpeg > crw_0001.jpeg * Nikon D200 * Nikon D300 * Nikon D300s + * Nikon D500 * Nikon D600 * Nikon D610 * Nikon D700 @@ -764,6 +788,7 @@ dcraw -c crw_0001.crw | cjpeg > crw_0001.jpeg * Nokia X2 * Nokia 1200x1600 * Nokia Lumia 1020 + * Olympus AIR-A01 * Olympus C3030Z * Olympus C5050Z * Olympus C5060WZ @@ -792,6 +817,7 @@ dcraw -c crw_0001.crw | cjpeg > crw_0001.jpeg * Olympus E-M5 * Olympus E-M5MarkII * Olympus E-M10 + * Olympus E-M10MarkII * Olympus E-P1 * Olympus E-P2 * Olympus E-P3 @@ -804,6 +830,7 @@ dcraw -c crw_0001.crw | cjpeg > crw_0001.jpeg * Olympus E-PL7 * Olympus E-PM1 * Olympus E-PM2 + * Olympus PEN-F * Olympus SH-2 * Olympus SP310 * Olympus SP320 @@ -831,6 +858,8 @@ dcraw -c crw_0001.crw | cjpeg > crw_0001.jpeg * Panasonic DMC-FZ100 * Panasonic DMC-FZ150 * Panasonic DMC-FZ200 + * Panasonic DMC-FZ300 + * Panasonic DMC-FZ330 * Panasonic DMC-FZ1000 * Panasonic DMC-FX150 * Panasonic DMC-G1 @@ -838,6 +867,7 @@ dcraw -c crw_0001.crw | cjpeg > crw_0001.jpeg * Panasonic DMC-G3 * Panasonic DMC-G5 * Panasonic DMC-G6 + * Panasonic DMC-G7 * Panasonic DMC-GF1 * Panasonic DMC-GF2 * Panasonic DMC-GF3 @@ -852,6 +882,8 @@ dcraw -c crw_0001.crw | cjpeg > crw_0001.jpeg * Panasonic DMC-GM5 * Panasonic DMC-GX1 * Panasonic DMC-GX7 + * Panasonic DMC-GX8 + * Panasonic DMC-GX80 * Panasonic DMC-L1 * Panasonic DMC-L10 * Panasonic DMC-LC1 @@ -863,13 +895,14 @@ dcraw -c crw_0001.crw | cjpeg > crw_0001.jpeg * Panasonic DMC-LX7 * Panasonic DMC-LX100 * Panasonic DMC-TZ61 + * Panasonic DMC-TZ80 + * Panasonic DMC-TZ100 * Panasonic DMC-ZS40 * Pentax *ist D * Pentax *ist DL * Pentax *ist DL2 * Pentax *ist DS * Pentax *ist DS2 - * Pentax GR * Pentax K10D * Pentax K20D * Pentax K100D @@ -878,7 +911,9 @@ dcraw -c crw_0001.crw | cjpeg > crw_0001.jpeg * Pentax K2000/K-m * Pentax K-x * Pentax K-r + * Pentax K-1 * Pentax K-3 + * Pentax K-3 II * Pentax K-5 * Pentax K-5 II * Pentax K-5 II s @@ -909,6 +944,7 @@ dcraw -c crw_0001.crw | cjpeg > crw_0001.jpeg * Polaroid x530 * Redcode R3D format * Ricoh GR + * Ricoh GR II * Ricoh GX200 * Ricoh GXR MOUNT A12 * Ricoh GXR A16 @@ -966,10 +1002,13 @@ dcraw -c crw_0001.crw | cjpeg > crw_0001.jpeg * Sony DSC-R1 * Sony DSC-RX1 * Sony DSC-RX1R + * Sony DSC-RX1RM2 * Sony DSC-RX10 + * Sony DSC-RX10M2 * Sony DSC-RX100 * Sony DSC-RX100M2 * Sony DSC-RX100M3 + * Sony DSC-RX100M4 * Sony DSC-V3 * Sony DSLR-A100 * Sony DSLR-A200 @@ -986,15 +1025,19 @@ dcraw -c crw_0001.crw | cjpeg > crw_0001.jpeg * Sony DSLR-A700 * Sony DSLR-A850 * Sony DSLR-A900 + * Sony ILCA-68 * Sony ILCA-77M2 * Sony ILCE-7M2 * Sony ILCE-7 * Sony ILCE-7R + * Sony ILCE-7RM2 * Sony ILCE-7S + * Sony ILCE-7SM2 * Sony ILCE-3000 * Sony ILCE-5000 * Sony ILCE-5100 * Sony ILCE-6000 + * Sony ILCE-6300 * Sony ILCE-QX1 * Sony NEX-3 * Sony NEX-3N @@ -1027,7 +1070,7 @@ References 4. http://www.cybercom.net/~dcoffin/dcraw/index_pt.html 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 + 7. http://science-all.com/dcraw.html 8. http://gphoto.sourceforge.net/ 9. http://www.cybercom.net/~dcoffin/dcraw/dcraw.c 10. http://www.cybercom.net/~dcoffin/resume.html @@ -1083,96 +1126,98 @@ References 60. http://www.canto.com/ 61. http://frostyplace.com/dcraw/ 62. http://www.tanis.dk/wiki/index.php/DCRawUI - 63. http://www.pretentiousname.com/jp2raw/ - 64. http://deepskystacker.free.fr/ - 65. http://www.dfstudio.com/ - 66. http://www.dpmagic.com/ - 67. http://www.lemkesoft.com/ - 68. http://sourceforge.net/projects/gtkrawgallery/ - 69. http://jcoconsulting.com/index.asp?Section=GVOCX - 70. http://www.hdrshop.com/ - 71. http://www.aragonsystem.com/ - 72. http://www.planetimagina.com/ - 73. http://www.irfanview.com/ - 74. http://www.astrosurf.com/buil/us/iris/iris.htm - 75. http://www.lightboxsoftware.com/ - 76. http://lightzoneproject.org/ - 77. http://imageingester.com/ - 78. http://www.mediarecover.com/ - 79. http://www.mixpo.com/ - 80. http://www.photoacute.com/ - 81. http://www.wildcape.com/ - 82. http://photojockey.com/ - 83. http://smatters.com/dcraw/ - 84. http://www.k-i-s.net/ - 85. http://www.datarescue.com/photorescue/ - 86. http://www.sticksoftware.com/software/PhotoReviewer.html - 87. http://www.photovault.org/ - 88. http://www.picasa.com/ - 89. http://www.picturearena.com/ - 90. http://pleiades-astrophoto.com/ - 91. http://www.polybytes.com/ - 92. http://www.iridientdigital.com/ - 93. http://www.rawmagick.com/ - 94. http://www.wizards.de/rawdrop - 95. http://www.rawtherapee.com/ - 96. http://www.serif.com/ - 97. http://www.logicaldesigns.com/ - 98. http://www.silverfast.com/ - 99. http://www.studioline.net/ - 100. http://www.hexcat.com/viewit/ - 101. http://www.dimin.net/software/viewer/ - 102. http://www.hamrick.com/ - 103. http://www.xara.com/products/xtreme/ - 104. http://www.centrostudiprogressofotografico.it/en/dcraw/ - 105. http://os4depot.net/index.php?function=showfile&file=graphics/convert/dcraw.lha - 106. http://morphos-files.ppa.pl/find.php?find=dcraw - 107. http://www.pidcock.co.uk/beos/index.html - 108. http://hobbes.nmsu.edu/h-search.php?key=dcraw - 109. http://www.riscos.info/packages/GraphicsDetails.html - 110. http://www.delorie.com/djgpp/ - 111. http://www.trnicely.net/misc/vista.html - 112. http://www.sno.phy.queensu.ca/~phil/exiftool/ - 113. http://www.cybercom.net/~dcoffin/dcraw/scan.c - 114. http://www.cybercom.net/~dcoffin/dcraw/read_ndf.c - 115. http://partners.adobe.com/asn/developer/PDFS/TN/TIFF6.pdf - 116. http://www.cybercom.net/~dcoffin/N4378.pdf - 117. http://www.adobe.com/products/dng/pdfs/dng_spec.pdf - 118. http://xyrion.org/ciff/ - 119. http://web.archive.org/web/20070317042320/http://www.x3f.info/technotes/FileDocs/X3F_Format.pdf - 120. http://www.photographyblog.com/ - 121. http://www.imaging-resource.com/MFR1.HTM - 122. http://www.rawsamples.ch/ - 123. http://dl.maptools.org/dl/libtiff/tiff-3.8.2.tar.gz - 124. http://www.cybercom.net/~dcoffin/dcraw/libtiff.patch - 125. http://www.cybercom.net/~dcoffin/dcraw/elphel_dng.c - 126. http://www.adobe.com/products/dng/main.html - 127. http://www.adobe.com/products/photoshop/main.html - 128. http://cinepaint.sourceforge.net/ - 129. http://www.cybercom.net/~dcoffin/dcraw/ahd_maze.png - 130. http://www.cybercom.net/~dcoffin/dcraw/vng_grid.png - 131. http://netpbm.sourceforge.net/ - 132. http://www.imagemagick.org/ - 133. http://www.faqs.org/docs/artu/multiprogramchapter.html - 134. http://www.dpreview.com/news/0202/02021101foveonx3.asp - 135. http://digicanon.narod.ru/ - 136. http://e2500.narod.ru/raw_format_e.htm - 137. http://www.inweb.ch/foto/rawformat.html - 138. http://forums.dpreview.com/forums/read.asp?forum=1015&message=4961779 - 139. http://myfototest.narod.ru/ - 140. http://forums.dpreview.com/forums/read.asp?forum=1024&message=11773287 - 141. http://tester13.nm.ru/nikon/ - 142. http://camerahacks.10.forumer.com/ - 143. http://forums.dpreview.com/forums/read.asp?forum=1001&message=28484239 - 144. http://yousendit.com/ - 145. http://rapidshare.com/ - 146. http://sendshack.com/ - 147. http://www.sharefile.com/ - 148. http://www.sendspace.com/ - 149. http://www.megaupload.com/ - 150. http://www.targets.coloraid.de/ - 151. http://xritephoto.com/ph_product_overview.aspx?ID=1192 - 152. http://www.cmp-color.fr/eng digital target.html - 153. http://www.adobe.com/products/dng/ - 154. http://www.arri.com/DE/camera/alexa/learn/arriraw_faq/ - 155. http://kdc2tiff.sourceforge.net/ + 63. https://github.com/ddroom/DDRoom/releases + 64. http://www.pretentiousname.com/jp2raw/ + 65. http://deepskystacker.free.fr/ + 66. http://www.dfstudio.com/ + 67. http://www.dpmagic.com/ + 68. http://www.lemkesoft.com/ + 69. http://sourceforge.net/projects/gtkrawgallery/ + 70. http://jcoconsulting.com/index.asp?Section=GVOCX + 71. http://www.hdrshop.com/ + 72. http://www.aragonsystem.com/ + 73. http://www.planetimagina.com/ + 74. http://www.irfanview.com/ + 75. http://www.astrosurf.com/buil/us/iris/iris.htm + 76. http://www.lightboxsoftware.com/ + 77. http://lightzoneproject.org/ + 78. http://imageingester.com/ + 79. http://www.mediarecover.com/ + 80. http://www.mixpo.com/ + 81. http://www.photoacute.com/ + 82. http://www.wildcape.com/ + 83. http://photojockey.com/ + 84. http://smatters.com/dcraw/ + 85. http://www.k-i-s.net/ + 86. http://www.datarescue.com/photorescue/ + 87. http://www.sticksoftware.com/software/PhotoReviewer.html + 88. http://www.photovault.org/ + 89. http://www.picasa.com/ + 90. http://www.picturearena.com/ + 91. http://pleiades-astrophoto.com/ + 92. http://www.polybytes.com/ + 93. http://www.prism-america.com/ + 94. http://www.iridientdigital.com/ + 95. http://www.rawmagick.com/ + 96. http://www.wizards.de/rawdrop + 97. http://www.rawtherapee.com/ + 98. http://www.serif.com/ + 99. http://www.logicaldesigns.com/ + 100. http://www.silverfast.com/ + 101. http://www.studioline.net/ + 102. http://www.hexcat.com/viewit/ + 103. http://www.dimin.net/software/viewer/ + 104. http://www.hamrick.com/ + 105. http://www.xara.com/products/xtreme/ + 106. http://www.centrostudiprogressofotografico.it/en/dcraw/ + 107. http://os4depot.net/index.php?function=showfile&file=graphics/convert/dcraw.lha + 108. http://morphos-files.ppa.pl/find.php?find=dcraw + 109. http://www.pidcock.co.uk/beos/index.html + 110. http://hobbes.nmsu.edu/h-search.php?key=dcraw + 111. http://www.riscos.info/packages/GraphicsDetails.html + 112. http://www.delorie.com/djgpp/ + 113. http://www.trnicely.net/misc/vista.html + 114. http://www.sno.phy.queensu.ca/~phil/exiftool/ + 115. http://www.cybercom.net/~dcoffin/dcraw/scan.c + 116. http://www.cybercom.net/~dcoffin/dcraw/read_ndf.c + 117. http://partners.adobe.com/asn/developer/PDFS/TN/TIFF6.pdf + 118. http://www.cybercom.net/~dcoffin/N4378.pdf + 119. http://www.adobe.com/products/dng/pdfs/dng_spec.pdf + 120. http://xyrion.org/ciff/ + 121. http://web.archive.org/web/20070317042320/http://www.x3f.info/technotes/FileDocs/X3F_Format.pdf + 122. http://www.photographyblog.com/ + 123. http://www.imaging-resource.com/MFR1.HTM + 124. http://www.rawsamples.ch/ + 125. http://dl.maptools.org/dl/libtiff/tiff-3.8.2.tar.gz + 126. http://www.cybercom.net/~dcoffin/dcraw/libtiff.patch + 127. http://www.cybercom.net/~dcoffin/dcraw/elphel_dng.c + 128. http://www.adobe.com/products/dng/main.html + 129. http://www.adobe.com/products/photoshop/main.html + 130. http://cinepaint.sourceforge.net/ + 131. http://www.cybercom.net/~dcoffin/dcraw/ahd_maze.png + 132. http://www.cybercom.net/~dcoffin/dcraw/vng_grid.png + 133. http://netpbm.sourceforge.net/ + 134. http://www.imagemagick.org/ + 135. http://www.faqs.org/docs/artu/multiprogramchapter.html + 136. http://www.dpreview.com/news/0202/02021101foveonx3.asp + 137. http://digicanon.narod.ru/ + 138. http://e2500.narod.ru/raw_format_e.htm + 139. http://www.inweb.ch/foto/rawformat.html + 140. http://forums.dpreview.com/forums/read.asp?forum=1015&message=4961779 + 141. http://myfototest.narod.ru/ + 142. http://forums.dpreview.com/forums/read.asp?forum=1024&message=11773287 + 143. http://tester13.nm.ru/nikon/ + 144. http://camerahacks.10.forumer.com/ + 145. http://forums.dpreview.com/forums/read.asp?forum=1001&message=28484239 + 146. http://yousendit.com/ + 147. http://rapidshare.com/ + 148. http://sendshack.com/ + 149. http://www.sharefile.com/ + 150. http://www.sendspace.com/ + 151. http://www.megaupload.com/ + 152. http://www.targets.coloraid.de/ + 153. http://xritephoto.com/ph_product_overview.aspx?ID=1192 + 154. http://www.cmp-color.fr/eng digital target.html + 155. http://www.adobe.com/products/dng/ + 156. http://www.arri.com/DE/camera/alexa/learn/arriraw_faq/ + 157. http://kdc2tiff.sourceforge.net/ diff --git a/dcraw-9.26.0.tar.gz b/dcraw-9.26.0.tar.gz deleted file mode 100644 index 7bb5fb7..0000000 --- a/dcraw-9.26.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:85791d529e037ad5ca09770900ae975e2e4cc1587ca1da4192ca072cbbfafba3 -size 190647 diff --git a/dcraw-9.27.0.tar.gz b/dcraw-9.27.0.tar.gz new file mode 100644 index 0000000..88219cd --- /dev/null +++ b/dcraw-9.27.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c1d8cc4f19752a3d3aaab1fceb712ea85b912aa25f1f33f68c69cd42ef987099 +size 191803 diff --git a/dcraw.changes b/dcraw.changes index 841bc21..37e2890 100644 --- a/dcraw.changes +++ b/dcraw.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Fri Aug 5 22:12:55 UTC 2016 - asterios.dramis@gmail.com + +- Update to version 9.27.0: + dcraw - revision 1.477 + * Added "-o 6" for ACES colorspace. + * Copied color matrices from DNG Converter 9.5.1. + * Support the Canon EOS 80D & IXUS 160, Fuji X-E2 & X-E2S & + X-Pro2. + ------------------------------------------------------------------- Mon Jul 20 07:34:22 UTC 2015 - fstrba@suse.com diff --git a/dcraw.spec b/dcraw.spec index 85362fe..50c56c9 100644 --- a/dcraw.spec +++ b/dcraw.spec @@ -1,7 +1,7 @@ # # spec file for package dcraw # -# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2016 SUSE LINUX 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.26.0 +Version: 9.27.0 Release: 0 Summary: Raw Digital Photo Decoding License: GPL-2.0+ @@ -123,7 +123,7 @@ mv badpixels .badpixels %{_bindir}/fuji_green %{_bindir}/fujiturn %{_bindir}/fujiturn16 -%doc %{_mandir}/man1/dcraw.1%{ext_man} +%{_mandir}/man1/dcraw.1%{ext_man} %files lang -f %{name}.lang %defattr(-,root,root,-)