OSDN Git Service

add Android.mk to build for android
[android-x86/external-s2tc.git] / s2tc_compress.1
1 .TH S2TC_COMPRESS 1 "December 26, 2015"
2 .\" Please adjust this date whenever revising the manpage.
3 .SH NAME
4 s2tc_compress \- Compress the image into a S2TC format texture.
5 .SH SYNOPSIS
6 \fBs2tc_compress\fP
7 .SH DESCRIPTION
8 s2tc_compress allows compression of images into S2TC format textures.
9 .SH OPTIONS
10 .TP
11 .BI -i
12 \fIINFILE.tga\fP
13 .TP
14 .BI -o
15 \fIOUTFILE.dds\fP
16 .TP
17 .BI -t
18 One of the following compression algorithms
19 .RS
20 .BI DXT1
21
22 .BI DXT3
23
24 .BI DXT5
25
26 .RE
27 .TP
28 .BI -l
29 \fIlibtxc_dxtn.so\fP
30 Path to an implementation of libtxc-dxtn
31 .TP
32
33 .SH AUTHOR
34 s2tc_compress is part of the S2TC toolset
35 .PP
36 This manual page was written by Lennart Weller <lhw@ring0.de>,
37 for the Debian project (but may be used by others).