OSDN Git Service

add Android.mk to build for android
[android-x86/external-s2tc.git] / s2tc_from_s3tc.1
1 .TH S2TC_FROM_S3TC 1 "December 26, 2015"
2 .\" Please adjust this date whenever revising the manpage.
3 .SH NAME
4 s2tc_from_s3tc \- Convert a S3TC format texture into S2TC format one.
5 .SH SYNOPSIS
6 \fBs2tc_from_s3tc\fP
7 .SH DESCRIPTION
8 s2tc_from_s3tc allows a very simple conversion without any kind of
9 dithering conversion of S3TC format textures into S2TC format ones
10 using the lossy algorithm implemented in S2TC.
11
12 It is faster but yields lower quality than decompressing using a
13 s3tc tool and also even worse than s2tc_decompress.
14 .SH OPTIONS
15 .TP
16 .BI -i
17 \fIINFILE.dds\fP
18 .TP
19 .BI -o
20 \fIOUTFILE.dds\fP
21 .TP
22
23 .SH AUTHOR
24 s2tc_from_s3tc is part of the S2TC toolset
25 .PP
26 This manual page was written by Lennart Weller <lhw@ring0.de>,
27 for the Debian project (but may be used by others).