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

« back to all changes in this revision

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

  • Committer: Bazaar Package Importer
  • Author(s): Nelson A. de Oliveira
  • Date: 2008-07-25 23:16:03 UTC
  • mfrom: (3.1.2 intrepid)
  • Revision ID: james.westby@ubuntu.com-20080725231603-7zrq9thqlddnj5fq
Tags: 0.5-3
* Fix segmentation fault when printing the version number (Closes: #491860).
  Thanks Johan Thelmén!
* Bumped Standards-Version to 3.8.0 (no changes needed);
* Using debhelper compat level 7.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
diff -Nur pngnq-0.5/pngnq.1 pngnq-0.5.new/pngnq.1
 
2
--- pngnq-0.5/pngnq.1   2007-11-12 10:27:26.000000000 -0200
 
3
+++ pngnq-0.5.new/pngnq.1       2008-03-11 09:49:47.000000000 -0300
 
4
@@ -13,20 +13,20 @@
 
5
 .I dir
 
6
 .B ][-n 
 
7
 .I colors
 
8
-.B][
 
9
+.B ][
 
10
 .I inputfiles
 
11
-.B]
 
12
+.B ]
 
13
 .SH DESCRIPTION
 
14
 .B pngnq
 
15
-Quantizes a 32-bit RGBA PNG image to an 8 bit RGBA palette PNG 
 
16
+quantizes a 32-bit RGBA PNG image to an 8 bit RGBA palette PNG 
 
17
 using the neuquant algorithm. The output file name is the 
 
18
-input file name extended with "-nq8.png" or a specified extension.
 
19
+input file name extended with "\-nq8.png" or a specified extension.
 
20
 
 
21
 .SH OPTIONS
 
22
 .IP -v
 
23
 Verbose mode. Prints status messages.
 
24
 .IP -f
 
25
-Force ovewriting of files.
 
26
+Force overwriting of files.
 
27
 .IP "-s sample factor"
 
28
 Sample factor. The neuquant algorithm samples pixels stepping by this value.
 
29
 The default value of 3 gives good results. Higher values sample less 
 
30
@@ -36,9 +36,9 @@
 
31
 Specifies the number of colors to quantize to. Defaults to 256 which is the maximum.
 
32
 The minimum here is 2. 
 
33
 .IP "-e extension"
 
34
-Specifies the new filename extension. Defaults to "-nq8.png". 
 
35
-Pngnq drops .png from the original filenames. If you set the argument of the -e option
 
36
-to .png and choose the -f option the input file will be overwritten. 
 
37
+Specifies the new filename extension. Defaults to "\-nq8.png". 
 
38
+Pngnq drops .png from the original filenames. If you set the argument of the \-e option
 
39
+to .png and choose the \-f option the input file will be overwritten. 
 
40
 .IP "-d dir"
 
41
 Tells pngnq to put output files in a directory other than the one the input files 
 
42
 are in.