Updated edje package
[maemo-efl] / trunk / edje / debian / edje_recc.1
1 .TH EDJE_RECC 1 "Jan 30, 2007" "0.5.0.042" "The edje recompiler"
2 .SH NAME
3 edje_recc \- an edje recompiler
4 .SH SYNOPSIS
5 .B edje_recc
6 .RI [\| OPTIONS \|]
7 .B input_file.edj
8 .SH DESCRIPTION
9 edje_recc is a recompiler for edje files.
10 .SH EXAMPLES
11 edje_recc -v file.edj
12 .SH OPTIONS
13 .B -v
14 Verbose output
15 .P
16 .B -no-lossy
17 Do NOT allow images to be lossy
18 .P
19 .B -no-comp
20 Do NOT allow images to be stored with lossless compression
21 .P
22 .B -no-raw
23 Do NOT allow images to be stored with zero compression (raw)
24 .P
25 .BI -min-quality " \|VAL
26 Do NOT allow lossy images with quality < VAL (0-100)
27 .P
28 .BI -max-quality " \|VAL
29 Do NOT allow lossy images with quality > VAL (0-100)
30 .SH SEE ALSO
31 edje_cc(1)
32 .BR
33 edje_decc(1)
34 .SH BUGS
35 Please reports bugs to the Pkg-E Team <pkg-e-devel@lists.alioth.debian.org>
36 .SH AUTHOR
37 This man page was written by Ronald Claveau for the Debian GNU/Linux system (but may  be  used by others).