File: nvzoom.1

package info (click to toggle)
nvidia-texture-tools 2.1.0-git20160229%2Bdfsg-2~exp1
  • links: PTS, VCS
  • area: main
  • in suites: experimental
  • size: 3,832 kB
  • sloc: cpp: 43,198; ansic: 22,635; sh: 67; makefile: 15
file content (55 lines) | stat: -rw-r--r-- 947 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
.TH NVZOOM 1 "January 10, 2012"
.\" Please adjust this date whenever revising the manpage.
.SH NAME
nvzoom \- Scales the given image. 
.SH SYNOPSIS
\fBnvzoom\fP [\fIOPTION\fP] \fIINFILE\fP [\fIOUTFILE\fP]
.SH DESCRIPTION
nvzoom is part of the NVIDIA texture toolset. The tool scales
the image file with support for scaling and some filters.
 
.SH INPUT OPTIONS
.TP
.BI -color   	
.TP
.BI -s\ \fIvalue\fP
Scale factor. Default is 0.5
.TP
.BI -g\ \fIvalue\fP
Gamma correction. Default is 2.2
.TP
.BI -f\ \fIfilter\fP
One of the following filters. Default is box:
.RS
.BI box

.BI triangle

.BI quadratic

.BI bspline

.BI mitchell

.BI lanczos

.BI kaiser 

.RE
.TP
.BI -w\ \fImode\fP
One of the following modes. Default is mirror:
.RS
.BI mirror

.BI repeat

.BI clamp

.RE

.SH AUTHOR
nvzoom is part of the NVIDIA texture tools
.PP
This manual page was written by Lennart Weller <lhw@ring0.de>,
for the Debian project (but may be used by others).