SHA256
1
0
forked from pool/dcraw

Accepting request 417234 from graphics

1

OBS-URL: https://build.opensuse.org/request/show/417234
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/dcraw?expand=0&rev=36
This commit is contained in:
Dominique Leuenberger 2016-08-12 13:37:21 +00:00 committed by Git OBS Bridge
commit c9df4c5db7
5 changed files with 237 additions and 182 deletions

397
README
View File

@ -71,7 +71,7 @@ http://www.cybercom.net/~dcoffin/dcraw/:
execute permission. execute permission.
* [17]dcraw.c -- decodes raw photos, extracts thumbnails, and * [17]dcraw.c -- decodes raw photos, extracts thumbnails, and
displays metadata 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 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 -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! 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 * [60]Cumulus by Canto
* [61]dcRAW-X by Bryan Chang * [61]dcRAW-X by Bryan Chang
* [62]DCRawUI by Sune Trudslev * [62]DCRawUI by Sune Trudslev
* [63]Directory Opus Plugin by Leo Davidson(with C++ source code) * [63]DDRoom by Mykhailo Malyshko
* [64]DeepSkyStacker by Luc Coiffier * [64]Directory Opus Plugin by Leo Davidson(with C++ source code)
* [65]DF Studio by DigitalFusion * [65]DeepSkyStacker by Luc Coiffier
* [66]dpMagic by Mikhail Stolpner * [66]DF Studio by DigitalFusion
* [67]GraphicConverter by Thorsten Lemke * [67]dpMagic by Mikhail Stolpner
* [68]GTKRawGallery by Daniele Isca * [68]GraphicConverter by Thorsten Lemke
* [69]GVBox from JCO Consulting * [69]GTKRawGallery by Daniele Isca
* [70]HDR Shop * [70]GVBox from JCO Consulting
* [71]ImageLab from Aragon System * [71]HDR Shop
* [72]Imagina by Rob Baker * [72]ImageLab from Aragon System
* [73]IrfanView by Irfan Skiljan * [73]Imagina by Rob Baker
* [74]IRIS image processor for astronomers * [74]IrfanView by Irfan Skiljan
* [75]Lightbox by Josh Anon * [75]IRIS image processor for astronomers
* [76]LightZone by LightZone project * [76]Lightbox by Josh Anon
* [77]LRViewer by Marc Rochkind * [77]LightZone by LightZone project
* [78]MediaRECOVER File Recovery Software * [78]LRViewer by Marc Rochkind
* [79]Mixpo by Mixpo Portfolio Broadcasting Inc. * [79]MediaRECOVER File Recovery Software
* [80]Photo Acute by Almalence * [80]Mixpo by Mixpo Portfolio Broadcasting Inc.
* [81]Photo Companion by Jeff Moore * [81]Photo Acute by Almalence
* [82]Photo Jockey by Davie Lee Reed who also wrote a [83]dcraw * [82]Photo Companion by Jeff Moore
* [83]Photo Jockey by Davie Lee Reed who also wrote a [84]dcraw
interface for Delphi programmers. interface for Delphi programmers.
* [84]Photo Organizer by Balint Kis * [85]Photo Organizer by Balint Kis
* [85]PhotoRescue from DataRescue * [86]PhotoRescue from DataRescue
* [86]PhotoReviewer by Ben Haller * [87]PhotoReviewer by Ben Haller
* [87]Photovault by Harri Kaimio * [88]Photovault by Harri Kaimio
* [88]Picasa from Google * [89]Picasa from Google
* [89]Picture Arena by Felix Schwarz * [90]Picture Arena by Felix Schwarz
* [90]PixInsight by Pleiades Software * [91]PixInsight by Pleiades Software
* [91]PolyView by Polybytes * [92]PolyView by Polybytes
* [92]RAW Developer by Iridient Digital * [93]PRISM by Alcor System
* [93]Raw Magick * [94]RAW Developer by Iridient Digital
* [94]RawDrop by Frank Siegert * [95]Raw Magick
* [95]RawTherapee by RT Team * [96]RawDrop by Frank Siegert
* [96]Serif PhotoPlus, PanoramaPlus, and AlbumPlus * [97]RawTherapee by RT Team
* [97]SharpRaw by Duane DeSieno * [98]Serif PhotoPlus, PanoramaPlus, and AlbumPlus
* [98]SilverFast DCPro by LaserSoft Imaging * [99]SharpRaw by Duane DeSieno
* [99]StudioLine Photo by H&M Software * [100]SilverFast DCPro by LaserSoft Imaging
* [100]ViewIt by Zdzislaw Losvik * [101]StudioLine Photo by H&M Software
* [101]Viewer n5 by Dmitry Fedorov * [102]ViewIt by Zdzislaw Losvik
* [102]VueScan by Ed Hamrick * [103]Viewer n5 by Dmitry Fedorov
* [103]Xara Xtreme Pro * [104]VueScan by Ed Hamrick
* [105]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?
Sergio Namias has built [104]some current Windows EXE files Sergio Namias has built [106]some current Windows EXE files
here. Dcraw has also been ported to [105]Amiga, [106]MorphOS, here. Dcraw has also been ported to [107]Amiga, [108]MorphOS,
[107]BeOS, [108]OS/2, and [109]RISC OS. [109]BeOS, [110]OS/2, and [111]RISC OS.
Why does dcraw say "Out of memory" in Windows Vista? Why does dcraw say "Out of memory" in Windows Vista?
Ostensibly to stop memory leaks, Microsoft decided that programs Ostensibly to stop memory leaks, Microsoft decided that programs
using the old MS-DOS API, including anything compiled with 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 can be removed by some combination of service packs and registry
hacks, or you can compile dcraw to use the newer Win32 API. 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. the problem and various workarounds.
How can I read the EXIF data (shutter speed, aperture, etc.)? 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 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 [113]this simple program for Dcraw only supports cameras. Try [115]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)?
[114]Use this program. [116]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
[115]TIFF spec, the [116]TIFF/EP spec, the [117]Adobe DNG spec, [117]TIFF spec, the [118]TIFF/EP spec, the [119]Adobe DNG spec,
the [118]CIFF (CRW) spec, and the [119]X3F spec. the [120]CIFF (CRW) spec, and the [121]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?
For the latest cameras, I get samples from [120]Photography For the latest cameras, I get samples from [122]Photography
Blog. A "Full Review" at [121]Imaging Resource usually includes Blog. A "Full Review" at [123]Imaging Resource usually includes
a few raw shots. [122]www.rawsamples.ch is no longer updated, a few raw shots. [124]www.rawsamples.ch is no longer updated,
but it has samples from older cameras. For $800, I sell a but it has samples from older cameras. For $800, I sell a
complete test suite on six DVDs containing every camera complete test suite on six DVDs containing every camera
supported by dcraw, and provide web-based updates for $300/year. 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 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 [123]LibTIFF v3.8.2 and apply [124]this patch. Then use Download [125]LibTIFF v3.8.2 and apply [126]this patch. Then use
[125]this C program as a template for converting your photos to [127]this C program as a template for converting your photos to
valid [126]Adobe DNG files. valid [128]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
@ -269,11 +271,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 [127]Photoshop and professional image editors such as [129]Photoshop and
[128]CinePaint, but it's no good for most image viewers. [130]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 [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 images, first try "dcraw -a". If these patterns persist, use
"dcraw -f" to get rid of them. "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 | 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 [131]Netpbm toolkit in these examples. I used the [133]Netpbm toolkit in these examples.
[132]ImageMagick also does command-line format conversions. Both [134]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?
@ -302,7 +304,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 [133]explains this it as a separate process. Eric Raymond [135]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?
@ -318,7 +320,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).
[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 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
@ -326,17 +328,17 @@ 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
[135]CHDK hack. [137]CHDK hack.
For some Nikon Coolpix cameras, you need to enable a For some Nikon Coolpix cameras, you need to enable a
[136]special "DIAG RAW" mode. [138]special "DIAG RAW" mode.
For Casio cameras, see [137]Maurice Delaney's website or read For Casio cameras, see [139]Maurice Delaney's website or read
[138]this discussion on dpreview. [140]this discussion on dpreview.
For the Minolta DiMAGE G400, G500, G530, or G600, go [139]here For the Minolta DiMAGE G400, G500, G530, or G600, go [141]here
(in Russian) or [140]here (in English). (in Russian) or [142]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,
[141]go here. [143]go here.
For SMaL cameras, see the [142]camerahacking Forum. For SMaL cameras, see the [144]camerahacking Forum.
For Agfa and Samsung cameras, [143]go here. For Agfa and Samsung cameras, [145]go here.
For other cameras, refer to the User's Manual. 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 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 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 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, me the URL. If you don't have a website, use [146]YouSendIt,
[145]RapidShare, [146]Sendshack, [147]ShareFile, [148]sendspace, [147]RapidShare, [148]Sendshack, [149]ShareFile, [150]sendspace,
or [149]Megaupload. or [151]Megaupload.
Before choosing a photo to send, read the next question: 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, 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 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: other calibrated color chart. Follow this checklist:
+ Use a real chart, not a printout or screen image. + 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 Supported Cameras
* [153]Adobe Digital Negative (DNG) * [155]Adobe Digital Negative (DNG)
* AgfaPhoto DC-833m * AgfaPhoto DC-833m
* Alcatel 5035D * Alcatel 5035D
* Apple QuickTake 100 * Apple QuickTake 100
* Apple QuickTake 150 * Apple QuickTake 150
* Apple QuickTake 200 * Apple QuickTake 200
* [154]ARRIRAW format * [156]ARRIRAW format
* AVT F-080C * AVT F-080C
* AVT F-145C * AVT F-145C
* AVT F-201C * AVT F-201C
@ -408,11 +410,15 @@ dcraw -c crw_0001.crw | cjpeg > crw_0001.jpeg
* Canon PowerShot G1 X Mark II * Canon PowerShot G1 X Mark II
* Canon PowerShot G2 * Canon PowerShot G2
* Canon PowerShot G3 * Canon PowerShot G3
* Canon PowerShot G3 X
* Canon PowerShot G5 * Canon PowerShot G5
* Canon PowerShot G5 X
* Canon PowerShot G6 * Canon PowerShot G6
* Canon PowerShot G7 (CHDK hack) * Canon PowerShot G7 (CHDK hack)
* Canon PowerShot G7 X * Canon PowerShot G7 X
* Canon PowerShot G7 X Mark II
* Canon PowerShot G9 * Canon PowerShot G9
* Canon PowerShot G9 X
* Canon PowerShot G10 * Canon PowerShot G10
* Canon PowerShot G11 * Canon PowerShot G11
* Canon PowerShot G12 * Canon PowerShot G12
@ -441,6 +447,7 @@ dcraw -c crw_0001.crw | cjpeg > crw_0001.jpeg
* Canon PowerShot SX30 IS (CHDK hack) * Canon PowerShot SX30 IS (CHDK hack)
* Canon PowerShot SX50 HS * Canon PowerShot SX50 HS
* Canon PowerShot SX60 HS * Canon PowerShot SX60 HS
* Canon IXUS 160 (CHDK hack)
* Canon EOS D30 * Canon EOS D30
* Canon EOS D60 * Canon EOS D60
* Canon EOS 5D * Canon EOS 5D
@ -458,6 +465,7 @@ dcraw -c crw_0001.crw | cjpeg > crw_0001.jpeg
* Canon EOS 50D * Canon EOS 50D
* Canon EOS 60D * Canon EOS 60D
* Canon EOS 70D * Canon EOS 70D
* Canon EOS 80D
* Canon EOS 300D / Digital Rebel / Kiss Digital * Canon EOS 300D / Digital Rebel / Kiss Digital
* 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
@ -473,13 +481,16 @@ dcraw -c crw_0001.crw | cjpeg > crw_0001.jpeg
* Canon EOS 1000D / Digital Rebel XS / Kiss Digital F * Canon EOS 1000D / Digital Rebel XS / Kiss Digital F
* Canon EOS 1100D / Digital Rebel T3 / Kiss Digital X50 * Canon EOS 1100D / Digital Rebel T3 / Kiss Digital X50
* Canon EOS 1200D / Digital Rebel T5 / Kiss Digital X70 * Canon EOS 1200D / Digital Rebel T5 / Kiss Digital X70
* Canon EOS 1300D / Digital Rebel T6 / Kiss Digital X80
* Canon EOS C500 * Canon EOS C500
* Canon EOS D2000C * Canon EOS D2000C
* Canon EOS M * Canon EOS M
* Canon EOS M3 * Canon EOS M3
* Canon EOS M10
* Canon EOS-1D * Canon EOS-1D
* Canon EOS-1DS * Canon EOS-1DS
* Canon EOS-1D X * Canon EOS-1D X
* Canon EOS-1D X Mark II
* Canon EOS-1D Mark II * Canon EOS-1D Mark II
* Canon EOS-1D Mark II N * Canon EOS-1D Mark II N
* Canon EOS-1D Mark III * Canon EOS-1D Mark III
@ -515,6 +526,7 @@ dcraw -c crw_0001.crw | cjpeg > crw_0001.jpeg
* Contax N Digital * Contax N Digital
* Creative PC-CAM 600 * Creative PC-CAM 600
* DJI 4384x3288 * DJI 4384x3288
* DxO ONE
* Epson R-D1 * Epson R-D1
* Foculus 531C * Foculus 531C
* Fuji E550 * Fuji E550
@ -546,13 +558,16 @@ dcraw -c crw_0001.crw | cjpeg > crw_0001.jpeg
* Fuji F800EXR * Fuji F800EXR
* Fuji F900EXR * Fuji F900EXR
* Fuji X-Pro1 * Fuji X-Pro1
* Fuji X-Pro2
* Fuji X-A1 * Fuji X-A1
* Fuji X-A2 * Fuji X-A2
* Fuji X-E1 * Fuji X-E1
* Fuji X-E2 * Fuji X-E2
* Fuji X-E2S
* Fuji X-M1 * Fuji X-M1
* Fuji X-S1 * Fuji X-S1
* Fuji X-T1 * Fuji X-T1
* Fuji X-T10
* Fuji XF1 * Fuji XF1
* Fuji XQ1 * Fuji XQ1
* Fuji XQ2 * Fuji XQ2
@ -562,8 +577,10 @@ dcraw -c crw_0001.crw | cjpeg > crw_0001.jpeg
* Fuji X10 * Fuji X10
* Fuji X20 * Fuji X20
* Fuji X30 * Fuji X30
* Fuji X70
* Fuji IS-1 * Fuji IS-1
* Hasselblad CFV * Hasselblad CFV
* Hasselblad CFV-2
* Hasselblad H3D * Hasselblad H3D
* Hasselblad H4D * Hasselblad H4D
* Hasselblad V96C * Hasselblad V96C
@ -575,7 +592,7 @@ dcraw -c crw_0001.crw | cjpeg > crw_0001.jpeg
* Kodak DC25 * Kodak DC25
* Kodak DC40 * Kodak DC40
* Kodak DC50 * Kodak DC50
* Kodak DC120 (also try [155]kdc2tiff) * Kodak DC120 (also try [157]kdc2tiff)
* Kodak DCS200 * Kodak DCS200
* Kodak DCS315C * Kodak DCS315C
* Kodak DCS330C * Kodak DCS330C
@ -641,10 +658,14 @@ dcraw -c crw_0001.crw | cjpeg > crw_0001.jpeg
* Leica D-LUX6 * Leica D-LUX6
* Leica D-LUX (Typ 109) * Leica D-LUX (Typ 109)
* Leica M (Typ 240) * Leica M (Typ 240)
* Leica M Monochrom * Leica M (Typ 262)
* Leica M Monochrom (Typ 246)
* Leica M8 * Leica M8
* Leica M9 * Leica M9
* Leica Q (Typ 116)
* Leica R8 * Leica R8
* Leica S (Typ 007)
* Leica SL (Typ 601)
* Leica T (Typ 701) * Leica T (Typ 701)
* Leica V-LUX1 * Leica V-LUX1
* Leica V-LUX2 * Leica V-LUX2
@ -656,6 +677,7 @@ dcraw -c crw_0001.crw | cjpeg > crw_0001.jpeg
* Leica X2 * Leica X2
* Leica X (Typ 113) * Leica X (Typ 113)
* Leica X-E (Typ 102) * Leica X-E (Typ 102)
* Leica X-U (Typ 113)
* Lenovo A820 * Lenovo A820
* Logitech Fotoman Pixtura * Logitech Fotoman Pixtura
* Mamiya ZD * Mamiya ZD
@ -692,6 +714,7 @@ dcraw -c crw_0001.crw | cjpeg > crw_0001.jpeg
* Nikon Df * Nikon Df
* Nikon D40 * Nikon D40
* Nikon D40X * Nikon D40X
* Nikon D5
* Nikon D50 * Nikon D50
* Nikon D60 * Nikon D60
* Nikon D70 * Nikon D70
@ -702,6 +725,7 @@ dcraw -c crw_0001.crw | cjpeg > crw_0001.jpeg
* Nikon D200 * Nikon D200
* Nikon D300 * Nikon D300
* Nikon D300s * Nikon D300s
* Nikon D500
* Nikon D600 * Nikon D600
* Nikon D610 * Nikon D610
* Nikon D700 * Nikon D700
@ -764,6 +788,7 @@ dcraw -c crw_0001.crw | cjpeg > crw_0001.jpeg
* Nokia X2 * Nokia X2
* Nokia 1200x1600 * Nokia 1200x1600
* Nokia Lumia 1020 * Nokia Lumia 1020
* Olympus AIR-A01
* Olympus C3030Z * Olympus C3030Z
* Olympus C5050Z * Olympus C5050Z
* Olympus C5060WZ * Olympus C5060WZ
@ -792,6 +817,7 @@ dcraw -c crw_0001.crw | cjpeg > crw_0001.jpeg
* Olympus E-M5 * Olympus E-M5
* Olympus E-M5MarkII * Olympus E-M5MarkII
* Olympus E-M10 * Olympus E-M10
* Olympus E-M10MarkII
* Olympus E-P1 * Olympus E-P1
* Olympus E-P2 * Olympus E-P2
* Olympus E-P3 * Olympus E-P3
@ -804,6 +830,7 @@ dcraw -c crw_0001.crw | cjpeg > crw_0001.jpeg
* Olympus E-PL7 * Olympus E-PL7
* Olympus E-PM1 * Olympus E-PM1
* Olympus E-PM2 * Olympus E-PM2
* Olympus PEN-F
* Olympus SH-2 * Olympus SH-2
* Olympus SP310 * Olympus SP310
* Olympus SP320 * Olympus SP320
@ -831,6 +858,8 @@ dcraw -c crw_0001.crw | cjpeg > crw_0001.jpeg
* Panasonic DMC-FZ100 * Panasonic DMC-FZ100
* Panasonic DMC-FZ150 * Panasonic DMC-FZ150
* Panasonic DMC-FZ200 * Panasonic DMC-FZ200
* Panasonic DMC-FZ300
* Panasonic DMC-FZ330
* Panasonic DMC-FZ1000 * Panasonic DMC-FZ1000
* Panasonic DMC-FX150 * Panasonic DMC-FX150
* Panasonic DMC-G1 * Panasonic DMC-G1
@ -838,6 +867,7 @@ dcraw -c crw_0001.crw | cjpeg > crw_0001.jpeg
* Panasonic DMC-G3 * Panasonic DMC-G3
* Panasonic DMC-G5 * Panasonic DMC-G5
* Panasonic DMC-G6 * Panasonic DMC-G6
* Panasonic DMC-G7
* Panasonic DMC-GF1 * Panasonic DMC-GF1
* Panasonic DMC-GF2 * Panasonic DMC-GF2
* Panasonic DMC-GF3 * Panasonic DMC-GF3
@ -852,6 +882,8 @@ dcraw -c crw_0001.crw | cjpeg > crw_0001.jpeg
* Panasonic DMC-GM5 * Panasonic DMC-GM5
* Panasonic DMC-GX1 * Panasonic DMC-GX1
* Panasonic DMC-GX7 * Panasonic DMC-GX7
* Panasonic DMC-GX8
* Panasonic DMC-GX80
* Panasonic DMC-L1 * Panasonic DMC-L1
* Panasonic DMC-L10 * Panasonic DMC-L10
* Panasonic DMC-LC1 * Panasonic DMC-LC1
@ -863,13 +895,14 @@ dcraw -c crw_0001.crw | cjpeg > crw_0001.jpeg
* Panasonic DMC-LX7 * Panasonic DMC-LX7
* Panasonic DMC-LX100 * Panasonic DMC-LX100
* Panasonic DMC-TZ61 * Panasonic DMC-TZ61
* Panasonic DMC-TZ80
* Panasonic DMC-TZ100
* Panasonic DMC-ZS40 * Panasonic DMC-ZS40
* Pentax *ist D * Pentax *ist D
* Pentax *ist DL * Pentax *ist DL
* Pentax *ist DL2 * Pentax *ist DL2
* Pentax *ist DS * Pentax *ist DS
* Pentax *ist DS2 * Pentax *ist DS2
* Pentax GR
* Pentax K10D * Pentax K10D
* Pentax K20D * Pentax K20D
* Pentax K100D * Pentax K100D
@ -878,7 +911,9 @@ dcraw -c crw_0001.crw | cjpeg > crw_0001.jpeg
* Pentax K2000/K-m * Pentax K2000/K-m
* Pentax K-x * Pentax K-x
* Pentax K-r * Pentax K-r
* Pentax K-1
* Pentax K-3 * Pentax K-3
* Pentax K-3 II
* Pentax K-5 * Pentax K-5
* Pentax K-5 II * Pentax K-5 II
* Pentax K-5 II s * Pentax K-5 II s
@ -909,6 +944,7 @@ dcraw -c crw_0001.crw | cjpeg > crw_0001.jpeg
* Polaroid x530 * Polaroid x530
* Redcode R3D format * Redcode R3D format
* Ricoh GR * Ricoh GR
* Ricoh GR II
* Ricoh GX200 * Ricoh GX200
* Ricoh GXR MOUNT A12 * Ricoh GXR MOUNT A12
* Ricoh GXR A16 * Ricoh GXR A16
@ -966,10 +1002,13 @@ dcraw -c crw_0001.crw | cjpeg > crw_0001.jpeg
* Sony DSC-R1 * Sony DSC-R1
* Sony DSC-RX1 * Sony DSC-RX1
* Sony DSC-RX1R * Sony DSC-RX1R
* Sony DSC-RX1RM2
* Sony DSC-RX10 * Sony DSC-RX10
* Sony DSC-RX10M2
* Sony DSC-RX100 * Sony DSC-RX100
* Sony DSC-RX100M2 * Sony DSC-RX100M2
* Sony DSC-RX100M3 * Sony DSC-RX100M3
* Sony DSC-RX100M4
* Sony DSC-V3 * Sony DSC-V3
* Sony DSLR-A100 * Sony DSLR-A100
* Sony DSLR-A200 * Sony DSLR-A200
@ -986,15 +1025,19 @@ dcraw -c crw_0001.crw | cjpeg > crw_0001.jpeg
* Sony DSLR-A700 * Sony DSLR-A700
* Sony DSLR-A850 * Sony DSLR-A850
* Sony DSLR-A900 * Sony DSLR-A900
* Sony ILCA-68
* Sony ILCA-77M2 * Sony ILCA-77M2
* Sony ILCE-7M2 * Sony ILCE-7M2
* Sony ILCE-7 * Sony ILCE-7
* Sony ILCE-7R * Sony ILCE-7R
* Sony ILCE-7RM2
* Sony ILCE-7S * Sony ILCE-7S
* Sony ILCE-7SM2
* Sony ILCE-3000 * Sony ILCE-3000
* Sony ILCE-5000 * Sony ILCE-5000
* Sony ILCE-5100 * Sony ILCE-5100
* Sony ILCE-6000 * Sony ILCE-6000
* Sony ILCE-6300
* Sony ILCE-QX1 * Sony ILCE-QX1
* Sony NEX-3 * Sony NEX-3
* Sony NEX-3N * Sony NEX-3N
@ -1027,7 +1070,7 @@ References
4. http://www.cybercom.net/~dcoffin/dcraw/index_pt.html 4. http://www.cybercom.net/~dcoffin/dcraw/index_pt.html
5. http://www.cybercom.net/~dcoffin/dcraw/index_de.html 5. http://www.cybercom.net/~dcoffin/dcraw/index_de.html
6. http://www.cybercom.net/~dcoffin/dcraw/index_ru.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/ 8. http://gphoto.sourceforge.net/
9. http://www.cybercom.net/~dcoffin/dcraw/dcraw.c 9. http://www.cybercom.net/~dcoffin/dcraw/dcraw.c
10. http://www.cybercom.net/~dcoffin/resume.html 10. http://www.cybercom.net/~dcoffin/resume.html
@ -1083,96 +1126,98 @@ References
60. http://www.canto.com/ 60. http://www.canto.com/
61. http://frostyplace.com/dcraw/ 61. http://frostyplace.com/dcraw/
62. http://www.tanis.dk/wiki/index.php/DCRawUI 62. http://www.tanis.dk/wiki/index.php/DCRawUI
63. http://www.pretentiousname.com/jp2raw/ 63. https://github.com/ddroom/DDRoom/releases
64. http://deepskystacker.free.fr/ 64. http://www.pretentiousname.com/jp2raw/
65. http://www.dfstudio.com/ 65. http://deepskystacker.free.fr/
66. http://www.dpmagic.com/ 66. http://www.dfstudio.com/
67. http://www.lemkesoft.com/ 67. http://www.dpmagic.com/
68. http://sourceforge.net/projects/gtkrawgallery/ 68. http://www.lemkesoft.com/
69. http://jcoconsulting.com/index.asp?Section=GVOCX 69. http://sourceforge.net/projects/gtkrawgallery/
70. http://www.hdrshop.com/ 70. http://jcoconsulting.com/index.asp?Section=GVOCX
71. http://www.aragonsystem.com/ 71. http://www.hdrshop.com/
72. http://www.planetimagina.com/ 72. http://www.aragonsystem.com/
73. http://www.irfanview.com/ 73. http://www.planetimagina.com/
74. http://www.astrosurf.com/buil/us/iris/iris.htm 74. http://www.irfanview.com/
75. http://www.lightboxsoftware.com/ 75. http://www.astrosurf.com/buil/us/iris/iris.htm
76. http://lightzoneproject.org/ 76. http://www.lightboxsoftware.com/
77. http://imageingester.com/ 77. http://lightzoneproject.org/
78. http://www.mediarecover.com/ 78. http://imageingester.com/
79. http://www.mixpo.com/ 79. http://www.mediarecover.com/
80. http://www.photoacute.com/ 80. http://www.mixpo.com/
81. http://www.wildcape.com/ 81. http://www.photoacute.com/
82. http://photojockey.com/ 82. http://www.wildcape.com/
83. http://smatters.com/dcraw/ 83. http://photojockey.com/
84. http://www.k-i-s.net/ 84. http://smatters.com/dcraw/
85. http://www.datarescue.com/photorescue/ 85. http://www.k-i-s.net/
86. http://www.sticksoftware.com/software/PhotoReviewer.html 86. http://www.datarescue.com/photorescue/
87. http://www.photovault.org/ 87. http://www.sticksoftware.com/software/PhotoReviewer.html
88. http://www.picasa.com/ 88. http://www.photovault.org/
89. http://www.picturearena.com/ 89. http://www.picasa.com/
90. http://pleiades-astrophoto.com/ 90. http://www.picturearena.com/
91. http://www.polybytes.com/ 91. http://pleiades-astrophoto.com/
92. http://www.iridientdigital.com/ 92. http://www.polybytes.com/
93. http://www.rawmagick.com/ 93. http://www.prism-america.com/
94. http://www.wizards.de/rawdrop 94. http://www.iridientdigital.com/
95. http://www.rawtherapee.com/ 95. http://www.rawmagick.com/
96. http://www.serif.com/ 96. http://www.wizards.de/rawdrop
97. http://www.logicaldesigns.com/ 97. http://www.rawtherapee.com/
98. http://www.silverfast.com/ 98. http://www.serif.com/
99. http://www.studioline.net/ 99. http://www.logicaldesigns.com/
100. http://www.hexcat.com/viewit/ 100. http://www.silverfast.com/
101. http://www.dimin.net/software/viewer/ 101. http://www.studioline.net/
102. http://www.hamrick.com/ 102. http://www.hexcat.com/viewit/
103. http://www.xara.com/products/xtreme/ 103. http://www.dimin.net/software/viewer/
104. http://www.centrostudiprogressofotografico.it/en/dcraw/ 104. http://www.hamrick.com/
105. http://os4depot.net/index.php?function=showfile&file=graphics/convert/dcraw.lha 105. http://www.xara.com/products/xtreme/
106. http://morphos-files.ppa.pl/find.php?find=dcraw 106. http://www.centrostudiprogressofotografico.it/en/dcraw/
107. http://www.pidcock.co.uk/beos/index.html 107. http://os4depot.net/index.php?function=showfile&file=graphics/convert/dcraw.lha
108. http://hobbes.nmsu.edu/h-search.php?key=dcraw 108. http://morphos-files.ppa.pl/find.php?find=dcraw
109. http://www.riscos.info/packages/GraphicsDetails.html 109. http://www.pidcock.co.uk/beos/index.html
110. http://www.delorie.com/djgpp/ 110. http://hobbes.nmsu.edu/h-search.php?key=dcraw
111. http://www.trnicely.net/misc/vista.html 111. http://www.riscos.info/packages/GraphicsDetails.html
112. http://www.sno.phy.queensu.ca/~phil/exiftool/ 112. http://www.delorie.com/djgpp/
113. http://www.cybercom.net/~dcoffin/dcraw/scan.c 113. http://www.trnicely.net/misc/vista.html
114. http://www.cybercom.net/~dcoffin/dcraw/read_ndf.c 114. http://www.sno.phy.queensu.ca/~phil/exiftool/
115. http://partners.adobe.com/asn/developer/PDFS/TN/TIFF6.pdf 115. http://www.cybercom.net/~dcoffin/dcraw/scan.c
116. http://www.cybercom.net/~dcoffin/N4378.pdf 116. http://www.cybercom.net/~dcoffin/dcraw/read_ndf.c
117. http://www.adobe.com/products/dng/pdfs/dng_spec.pdf 117. http://partners.adobe.com/asn/developer/PDFS/TN/TIFF6.pdf
118. http://xyrion.org/ciff/ 118. http://www.cybercom.net/~dcoffin/N4378.pdf
119. http://web.archive.org/web/20070317042320/http://www.x3f.info/technotes/FileDocs/X3F_Format.pdf 119. http://www.adobe.com/products/dng/pdfs/dng_spec.pdf
120. http://www.photographyblog.com/ 120. http://xyrion.org/ciff/
121. http://www.imaging-resource.com/MFR1.HTM 121. http://web.archive.org/web/20070317042320/http://www.x3f.info/technotes/FileDocs/X3F_Format.pdf
122. http://www.rawsamples.ch/ 122. http://www.photographyblog.com/
123. http://dl.maptools.org/dl/libtiff/tiff-3.8.2.tar.gz 123. http://www.imaging-resource.com/MFR1.HTM
124. http://www.cybercom.net/~dcoffin/dcraw/libtiff.patch 124. http://www.rawsamples.ch/
125. http://www.cybercom.net/~dcoffin/dcraw/elphel_dng.c 125. http://dl.maptools.org/dl/libtiff/tiff-3.8.2.tar.gz
126. http://www.adobe.com/products/dng/main.html 126. http://www.cybercom.net/~dcoffin/dcraw/libtiff.patch
127. http://www.adobe.com/products/photoshop/main.html 127. http://www.cybercom.net/~dcoffin/dcraw/elphel_dng.c
128. http://cinepaint.sourceforge.net/ 128. http://www.adobe.com/products/dng/main.html
129. http://www.cybercom.net/~dcoffin/dcraw/ahd_maze.png 129. http://www.adobe.com/products/photoshop/main.html
130. http://www.cybercom.net/~dcoffin/dcraw/vng_grid.png 130. http://cinepaint.sourceforge.net/
131. http://netpbm.sourceforge.net/ 131. http://www.cybercom.net/~dcoffin/dcraw/ahd_maze.png
132. http://www.imagemagick.org/ 132. http://www.cybercom.net/~dcoffin/dcraw/vng_grid.png
133. http://www.faqs.org/docs/artu/multiprogramchapter.html 133. http://netpbm.sourceforge.net/
134. http://www.dpreview.com/news/0202/02021101foveonx3.asp 134. http://www.imagemagick.org/
135. http://digicanon.narod.ru/ 135. http://www.faqs.org/docs/artu/multiprogramchapter.html
136. http://e2500.narod.ru/raw_format_e.htm 136. http://www.dpreview.com/news/0202/02021101foveonx3.asp
137. http://www.inweb.ch/foto/rawformat.html 137. http://digicanon.narod.ru/
138. http://forums.dpreview.com/forums/read.asp?forum=1015&message=4961779 138. http://e2500.narod.ru/raw_format_e.htm
139. http://myfototest.narod.ru/ 139. http://www.inweb.ch/foto/rawformat.html
140. http://forums.dpreview.com/forums/read.asp?forum=1024&message=11773287 140. http://forums.dpreview.com/forums/read.asp?forum=1015&message=4961779
141. http://tester13.nm.ru/nikon/ 141. http://myfototest.narod.ru/
142. http://camerahacks.10.forumer.com/ 142. http://forums.dpreview.com/forums/read.asp?forum=1024&message=11773287
143. http://forums.dpreview.com/forums/read.asp?forum=1001&message=28484239 143. http://tester13.nm.ru/nikon/
144. http://yousendit.com/ 144. http://camerahacks.10.forumer.com/
145. http://rapidshare.com/ 145. http://forums.dpreview.com/forums/read.asp?forum=1001&message=28484239
146. http://sendshack.com/ 146. http://yousendit.com/
147. http://www.sharefile.com/ 147. http://rapidshare.com/
148. http://www.sendspace.com/ 148. http://sendshack.com/
149. http://www.megaupload.com/ 149. http://www.sharefile.com/
150. http://www.targets.coloraid.de/ 150. http://www.sendspace.com/
151. http://xritephoto.com/ph_product_overview.aspx?ID=1192 151. http://www.megaupload.com/
152. http://www.cmp-color.fr/eng digital target.html 152. http://www.targets.coloraid.de/
153. http://www.adobe.com/products/dng/ 153. http://xritephoto.com/ph_product_overview.aspx?ID=1192
154. http://www.arri.com/DE/camera/alexa/learn/arriraw_faq/ 154. http://www.cmp-color.fr/eng digital target.html
155. http://kdc2tiff.sourceforge.net/ 155. http://www.adobe.com/products/dng/
156. http://www.arri.com/DE/camera/alexa/learn/arriraw_faq/
157. http://kdc2tiff.sourceforge.net/

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:85791d529e037ad5ca09770900ae975e2e4cc1587ca1da4192ca072cbbfafba3
size 190647

3
dcraw-9.27.0.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:c1d8cc4f19752a3d3aaab1fceb712ea85b912aa25f1f33f68c69cd42ef987099
size 191803

View File

@ -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 Mon Jul 20 07:34:22 UTC 2015 - fstrba@suse.com

View File

@ -1,7 +1,7 @@
# #
# spec file for package dcraw # 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 # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@ -17,7 +17,7 @@
Name: dcraw Name: dcraw
Version: 9.26.0 Version: 9.27.0
Release: 0 Release: 0
Summary: Raw Digital Photo Decoding Summary: Raw Digital Photo Decoding
License: GPL-2.0+ License: GPL-2.0+
@ -123,7 +123,7 @@ mv badpixels .badpixels
%{_bindir}/fuji_green %{_bindir}/fuji_green
%{_bindir}/fujiturn %{_bindir}/fujiturn
%{_bindir}/fujiturn16 %{_bindir}/fujiturn16
%doc %{_mandir}/man1/dcraw.1%{ext_man} %{_mandir}/man1/dcraw.1%{ext_man}
%files lang -f %{name}.lang %files lang -f %{name}.lang
%defattr(-,root,root,-) %defattr(-,root,root,-)