summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: d1d50e5)
raw | patch | inline | side by side (parent: d1d50e5)
author | Sebastian Harl <sh@tokkee.org> | |
Sun, 7 Jun 2009 12:33:29 +0000 (14:33 +0200) | ||
committer | Sebastian Harl <sh@tokkee.org> | |
Sun, 7 Jun 2009 12:33:29 +0000 (14:33 +0200) |
The manpage has been included upstream.
debian/changelog | patch | blob | history | |
debian/pfsglview.1 | [deleted file] | patch | blob | history |
debian/rules | patch | blob | history |
diff --git a/debian/changelog b/debian/changelog
index 3da794a33209ba4161df31380da5c0b378e4045f..9352aff573f000adf9e2a3027b6c6aa71180e770 100644 (file)
--- a/debian/changelog
+++ b/debian/changelog
* debian/patches:
- Removed dcraw-m.dpatch - merged upstream.
- Removed octave3.0.dpatch - merged upstream.
+ * Removed debian/pfsglview.1 - included upstream.
- -- Sebastian Harl <tokkee@debian.org> Sun, 07 Jun 2009 14:10:40 +0200
+ -- Sebastian Harl <tokkee@debian.org> Sun, 07 Jun 2009 14:32:36 +0200
pfstools (1.6.4-2) unstable; urgency=low
diff --git a/debian/pfsglview.1 b/debian/pfsglview.1
--- a/debian/pfsglview.1
+++ /dev/null
@@ -1,107 +0,0 @@
-.TH "pfsglview" 1
-.SH NAME
-pfsglview \- Viewer for high-dynamic range images in pfs format
-.SH SYNOPSIS
-.B pfsglview
-[--h] [--v]
-.SH DESCRIPTION
-pfsview is a OpenGL/GLUT application for viewing high-dynamic range images. It
-expects pfs stream on the standard input and displays the frames in
-that stream one by one.
-
-.SH DYNAMIC RANGE WINDOW
-To show high-dynamic range data on a low-dynamic range monitor,
-pfsglview uses concept of a dynamic range window. The dynamic range
-window is the highest and lowest value that should be mapped to black
-and white pixel. Values above or below the window are clipped (see
-clipping methods below). The dynamic range window is displayed in
-pfsglview as a blue area on the dynamic range scale (second toolbox from
-the top). The window can be moved, shrunk and expended using a mouse
-or a keyboard.
-
-.SH ZOOMING AND PANNING
-To zoom image, the mouse can be dragged in vertical direction with the left button pressed.
-Pressing [space] button or pressing left mouse button above the statistic window (left-bottom corner) changes from
-zooming to panning modes and vice versa. To pan image, the mouse can be dragged in vertical
-and horizontal directions with the left button pressed.
-
-.SH POPUP MENU OPTIONS
-.TP
-.B Zoom reset
-Set default zoom parameters.
-.TP
-.B Zoom in
-Increase image (mouse dragging with left button pressed).
-.TP
-.B Zoom out
-Decrease image (mouse dragging with left button pressed).
-.TP
-.B Increase exposure
-Move dynamic range window into higher luminance values.
-.TP
-.B Decrease exposure
-Move dynamic range window into lover luminance values.
-.TP
-.B Extend dynamic range
-Extend dynamic range window.
-.TP
-.B Shrink dynamic range
-Shrink dynamic range window
-.TP
-.B Low dynamic range
-Set dynamic range window to <-1,1> range (log scale).
-.TP
-.B Fit to dynamic range
-Set dynamic range windo to minimum and maximum luminance of a given image.
-.TP
-.B Choose channel
-Change image data channel.
-.TP
-.B Mapping method
-Change mapping method (see below for details).
-.TP
-.B Next frame
-Display next image from the pipe.
-.TP
-.B Previous frame
-Display previous image from the pipe.
-.TP
-.B Histogram
-Switch on/off histogram window.
-.TP
-.B Info
-Switch on/off info window.
-.TP
-.B Save&Quit
-Send the visible LDR image (8-bits) to stdout and quit pfsglview.
-
-
-.SH MAPPING METHODS
-
-High-dynamic range data are usually better visualized using non-linear
-scale, for example a logarithmic or a power function. pfsglview offers
-several such scales, shown in \fIpopup\fR menu. Gray-scale values for
-each mapping method are computed by the formulas:
-
-\fBLINEAR\fR: y = (x-min)/(max-min)
-
-\fBGAMMA\fR: y = [ (x-min)/(max-min) ]^gamma
-
-\fBLOGARITHMIC\fR: y = (log10(x)-log10(min))/(log10(max)-log10(min))
-
-where \fIy\fR is the gray-scale value after mapping, \fIx\fR
-is an input HDR value, \fImin\fR and \fImax\fR are lower and upper bounds
-of the dynamic range window.
-
-.SH EXAMPLES
-.TP
-pfsin memorial.hdr | pfsglview
-See the memorial image.
-.TP
-pfsin memorial.hdr | pfsglview | pfsout memorial.jpg
-See the memorial image and save the clipped (8-bits) version to memorial.jpg (\fISave&Quit\fR option from popup menu should be activated).
-
-.SH "SEE ALSO"
-.BR pfsin (1)
-
-Please report bugs and comments to Radoslaw Mantiuk <radoslaw.mantiuk@gmail.com>.
diff --git a/debian/rules b/debian/rules
index e6e72822adf5b3ce474c2c2b856e046b4345585c..035a37a734f4c4a312d9cedaf966b10053186fe3 100755 (executable)
--- a/debian/rules
+++ b/debian/rules
rm -f debian/pfstools/usr/bin/pfs*view debian/pfstools/usr/bin/pfsv \
debian/pfstools/usr/share/man/man1/pfsv.1 \
debian/pfstools/usr/share/man/man1/pfs*view.1
- dh_installman -ppfsglview debian/pfsglview.1
+ dh_installman
dh_link
dh_strip --dbg-package=pfstools-dbg
# mkoctfile removes any symbol table and relocation information from the