From c35ebd7ba694d6dfd1e51aff6bbeb6e7d8af9629 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Pawe=C5=82=20Sikora?= Date: Thu, 10 Nov 2005 20:50:06 +0000 Subject: [PATCH] - updated to 2005/11/06. Changed files: dcraw.1 -> 1.5 dcraw.spec -> 1.9 --- dcraw.1 | 34 +++++++++++++++++++--------------- dcraw.spec | 6 +++--- 2 files changed, 22 insertions(+), 18 deletions(-) diff --git a/dcraw.1 b/dcraw.1 index 631bcbe..10a690b 100644 --- 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, diff --git a/dcraw.spec b/dcraw.spec index 9205e3f..99886d9 100644 --- a/dcraw.spec +++ b/dcraw.spec @@ -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) -- 2.43.0