~ubuntu-branches/debian/stretch/pngquant/stretch

« back to all changes in this revision

Viewing changes to debian/pngquant.1

  • Committer: Bazaar Package Importer
  • Author(s): Nelson A. de Oliveira
  • Date: 2006-12-07 00:53:28 UTC
  • mfrom: (2.1.1 dapper)
  • Revision ID: james.westby@ubuntu.com-20061207005328-fzxcja2k4k20regx
Tags: 1.0-3
* Added explanation about ncolors on manpage (Closes: #388638);
* New maintainer address;
* Added tags on debian/control;
* Changed to debhelper compatibility level 5;
* Added a space before Homepage: on debian/control;
* Updated Standards-Version to 3.7.2 (no changes needed);
* Medium urgency since it includes documentation fix only.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
.\"                                      Hey, EMACS: -*- nroff -*-
2
 
.\" First parameter, NAME, should be all caps
3
 
.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
4
 
.\" other parameters are allowed: see man(7), man(1)
5
 
.TH PNGQUANT 1 "Sat, 05 Mar 2005 22:37:26 -0300"
6
 
.\" Please adjust this date whenever revising the manpage.
7
 
.\"
8
 
.\" Some roff macros, for reference:
9
 
.\" .nh        disable hyphenation
10
 
.\" .hy        enable hyphenation
11
 
.\" .ad l      left justify
12
 
.\" .ad b      justify to both left and right margins
13
 
.\" .nf        disable filling
14
 
.\" .fi        enable filling
15
 
.\" .br        insert line break
16
 
.\" .sp <n>    insert n+1 empty lines
17
 
.\" for manpage-specific macros, see man(7)
 
1
.TH PNGQUANT 1 "Thu, 07 Dec 2006 00:33:40 -0200"
18
2
.SH NAME
19
3
pngquant \- PNG image optimising utility
20
4
.SH SYNOPSIS
23
7
.br
24
8
.B pngquant
25
9
.RI "[ options ] -map mapfile [pngfile [pngfile ...]]"
 
10
.br
 
11
.PP
 
12
Note that it's \fBrequired\fP to specify the number of colors (\fI<ncolors>\fP) or the \fImapfile\fP. Arguments in square brackets are optional.
26
13
.SH DESCRIPTION
27
14
This manual page documents briefly the
28
15
.B pngquant
29
16
command.
30
17
.PP
31
 
.\" TeX users may be more comfortable with the \fB<whatever>\fP and
32
 
.\" \fI<whatever>\fP escape sequences to invode bold face and italics, 
33
 
.\" respectively.
34
18
\fBpngquant\fP quantizes one or more 32-bit RGBA PNGs to 8-bit (or smaller) RGBA-palette PNGs using either ordered dithering or Floyd-Steinberg diffusion dithering (default). The output filename is the same as the input name except that it ends in \fI-fs8.png\fP or \fI-or8.png\fP (unless the input is stdin, in which case the quantized image will go to stdout).  The default behavior if the output file exists is to skip the conversion; use \fI-force\fP to overwrite.
35
19
.SH OPTIONS
36
20
.TP
45
29
.TP
46
30
.B NOTE:
47
31
the -map option is NOT YET SUPPORTED.
 
32
.SH EXAMPLE
 
33
Creating a new image with the number of colors reduced to 64:
 
34
.TP
 
35
        pngquant 64 image.png
 
36
.TP
 
37
The resulting image will have 64 colors and will be saved as \fBimage-fs8.png\fP.
48
38
.SH AUTHOR
49
39
pngquant was written by Greg Roelofs <newt@pobox.com>.
50
40
.PP
51
 
This manual page was written by Nelson A. de Oliveira <naoliv@gmail.com>,
 
41
This manual page was written by Nelson A. de Oliveira <naoliv@debian.org>,
52
42
for the Debian project (but may be used by others).