~ubuntu-branches/ubuntu/wily/pngnq/wily

« back to all changes in this revision

Viewing changes to debian/patches/pngnq.1.patch

  • Committer: Bazaar Package Importer
  • Author(s): Nelson A. de Oliveira
  • Date: 2009-10-11 16:51:42 UTC
  • mfrom: (1.1.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20091011165142-49gol6xu0emz1adg
Tags: 1.0-1
* New upstream release;
* Updated watch file;
* Updated Standards-Version to 3.8.3 (no changes needed).

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
diff -Nur -x '*.orig' -x '*~' pngnq-1.0/pngnq.1 pngnq-1.0.new/pngnq.1
 
2
--- pngnq-1.0/pngnq.1   2009-05-20 09:05:52.000000000 -0300
 
3
+++ pngnq-1.0.new/pngnq.1       2009-10-11 16:49:06.000000000 -0300
 
4
@@ -22,15 +22,15 @@
 
5
 .B ]
 
6
 .SH DESCRIPTION
 
7
 .B pngnq
 
8
-Quantizes a 32-bit RGBA PNG image to an 8 bit RGBA palette PNG 
 
9
+quantizes a 32-bit RGBA PNG image to an 8 bit RGBA palette PNG 
 
10
 using the neuquant algorithm. The output file name is the 
 
11
-input file name extended with "-nq8.png" or a specified extension.
 
12
+input file name extended with "\-nq8.png" or a specified extension.
 
13
 
 
14
 .SH OPTIONS
 
15
 .IP -v
 
16
 Verbose mode. Prints status messages.
 
17
 .IP -f
 
18
-Force ovewriting of files.
 
19
+Force overwriting of files.
 
20
 .IP "-s sample factor"
 
21
 Sample factor. The neuquant algorithm samples pixels stepping by this value.
 
22
 The default value of 3 gives good results. Higher values sample less 
 
23
@@ -44,9 +44,9 @@
 
24
 .IP "-g gamma"
 
25
 Set the image gamma correction. If not present, uses the png file's gamma or defaults to 1.0.
 
26
 .IP "-e extension"
 
27
-Specifies the new filename extension. Defaults to "-nq8.png". 
 
28
-Pngnq drops .png from the original filenames. If you set the argument of the -e option
 
29
-to .png and choose the -f option the input file will be overwritten. 
 
30
+Specifies the new filename extension. Defaults to "\-nq8.png". 
 
31
+Pngnq drops .png from the original filenames. If you set the argument of the \-e option
 
32
+to .png and choose the \-f option the input file will be overwritten. 
 
33
 .IP "-d dir"
 
34
 Tells pngnq to put output files in a directory other than the one the input files 
 
35
 are in.