File: s2tc_compress.1

package info (click to toggle)
s2tc 1.0%2Bgit20151227-2
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 3,332 kB
  • ctags: 233
  • sloc: cpp: 1,788; ansic: 981; sh: 251; makefile: 50
file content (37 lines) | stat: -rw-r--r-- 703 bytes parent folder | download
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
.TH S2TC_COMPRESS 1 "December 26, 2015"
.\" Please adjust this date whenever revising the manpage.
.SH NAME
s2tc_compress \- Compress the image into a S2TC format texture.
.SH SYNOPSIS
\fBs2tc_compress\fP
.SH DESCRIPTION
s2tc_compress allows compression of images into S2TC format textures.
.SH OPTIONS
.TP
.BI -i
\fIINFILE.tga\fP
.TP
.BI -o
\fIOUTFILE.dds\fP
.TP
.BI -t
One of the following compression algorithms
.RS
.BI DXT1

.BI DXT3

.BI DXT5

.RE
.TP
.BI -l
\fIlibtxc_dxtn.so\fP
Path to an implementation of libtxc-dxtn
.TP

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