]> git.pld-linux.org Git - packages/dcraw.git/commitdiff
- updated to 2005/11/06. AC-STABLE auto/ac/dcraw-20051106-1
authorPaweł Sikora <pluto@pld-linux.org>
Thu, 10 Nov 2005 20:50:06 +0000 (20:50 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    dcraw.1 -> 1.5
    dcraw.spec -> 1.9

dcraw.1
dcraw.spec

diff --git a/dcraw.1 b/dcraw.1
index 631bcbe9fa5f10c3225026bd25f64127bf979231..10a690b866d95b502d4aaac1219ed7f308778478 100644 (file)
--- a/dcraw.1
+++ b/dcraw.1
@@ -9,7 +9,7 @@
 .\" dcoffin a cybercom o net
 .\" http://www.cybercom.net/~dcoffin
 .\"
-.TH dcraw 1 "September 25, 2005"
+.TH dcraw 1 "September 29, 2005"
 .LO 1
 .SH NAME
 dcraw - convert raw digital photos to PPM format
@@ -52,18 +52,24 @@ creates files with a ".ppm" extension.
 Show the raw data as a grayscale image with no interpolation.
 Good for photographing black-and-white documents.
 .TP
-.B -V
-Use the older VNG interpolation.  Faster than the default AHD
-algorithm, but more prone to zipper artifacts.
-.TP
-.B -q
-Use bilinear interpolation.  Much faster than
-.BR -V .
+.B -q [0-3]
+Set the interpolation quality (default is 3):
+
+.B \t0
+\ \ Bilinear (very fast, low quality)
+.br
+.B \t1
+\ \ Reserved
+.br
+.B \t2
+\ \ Variable Number of Gradients (VNG)
+.br
+.B \t3
+\ \ Adaptive Homogeneity-Directed (AHD)
 .TP
 .B -h
-Half-size the output image.  Instead of interpolating, reduce
-each 2x2 block of sensors to one pixel.  Much faster than
-.BR -q .
+Output a half-size image.  Twice as fast as
+.BR -q\ 0 .
 .TP
 .B -f
 Interpolate RGB as four colors.  This blurs the image a little,
@@ -76,9 +82,7 @@ is in units of pixels, while
 .B sigma_range
 is in units of CIELab colorspace.
 Try
-.B -B 1 2
-or
-.B -B 2 4
+.B -B\ 2\ 4
 to start.
 .TP
 .B -a
@@ -99,7 +103,7 @@ blue output channels by these values.  Both default to 1.0.
 Change the output brightness.  Default is 1.0.
 .TP
 .B -k black
-Change the black point.  Default depends on the camera.
+Set the black point.  Default depends on the camera.
 .TP
 .B -n
 By default,
index 9205e3fae7d81e2556cb4998b7a6ca6fa4382834..99886d956d3697578f0f1b47f8036fe81e441a3e 100644 (file)
@@ -1,14 +1,14 @@
 Summary:       Raw Digital Photo Decoder
 Summary(pl):   Dekoder zdjêæ cyfrowych w formacie raw
 Name:          dcraw
-Version:       20050925
+Version:       20051106
 Release:       1
 License:       Free + GPL (for some parts of code)
 Group:         Applications
 Source0:       http://www.cybercom.net/~dcoffin/dcraw/dcraw.c
-# NoSource0-md5:       77ed8b203478b774b18f319a48e1c482
+# NoSource0-md5:       9db410a5c542f75dabd47f1df13170b2
 Source1:       http://www.cybercom.net/~dcoffin/dcraw/dcraw.1
-# NoSource1-md5:       fc808b590e4d8430eb5c726d43b4b0e9
+# NoSource1-md5:       9c091d19e6c4cc2d42b1b5624caf9dc5
 URL:           http://www.cybercom.net/~dcoffin/dcraw/
 BuildRequires: libjpeg-devel
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
This page took 0.049354 seconds and 4 git commands to generate.