Package: pngquant
Version: 1.0-4
Severity: normal
The manual page reads:
OPTIONS
-force Overwrite existing output files.
-ordened, -nofloyd, -nofs
Use ordered dithering.
-verbose, -noquiet
Print status messages.
NOTE: the -map option is NOT YET SUPPORTED.
However, the program itself accepts many more options. Please document
those in manual page:
[pngquant.c]
212 while ( argn < argc && argv[argn][0] == '-' && argv[argn][1] !=
'\0' ) {
213 if ( 0 == strncmp( argv[argn], "-fs", 3 ) ||
214 0 == strncmp( argv[argn], "-floyd", 3 ) )
215 floyd = TRUE;
216 else if ( 0 == strncmp( argv[argn], "-nofs", 5 ) ||
217 0 == strncmp( argv[argn], "-nofloyd", 5 ) ||
218 0 == strncmp( argv[argn], "-ordered", 3 ) )
219 floyd = FALSE;
220 else if ( 0 == strncmp( argv[argn], "-force", 2 ) )
221 force = TRUE;
222 else if ( 0 == strncmp( argv[argn], "-noforce", 4 ) )
223 force = FALSE;
224 else if ( 0 == strncmp( argv[argn], "-verbose", 2 ) ||
225 0 == strncmp( argv[argn], "-noquiet", 4 ) )
226 verbose = TRUE;
227 else if ( 0 == strncmp( argv[argn], "-noverbose", 4 ) ||
228 0 == strncmp( argv[argn], "-quiet", 2 ) )
229 verbose = FALSE;
230 #ifdef SUPPORT_MAPFILE
231 else if ( 0 == strncmp( argv[argn], "-map", 2 ) ) {
-- System Information:
Debian Release: squeeze/sid
APT prefers testing
APT policy: (990, 'testing'), (500, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)
Kernel: Linux 2.6.32-5-amd64 (SMP w/2 CPU cores)
Locale: LANG=en_DK.UTF-8, LC_CTYPE=en_DK.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Versions of packages pngquant depends on:
ii libc6 2.11.2-6 Embedded GNU C Library: Shared lib
ii libpng12-0 1.2.44-1 PNG library - runtime
ii zlib1g 1:1.2.3.4.dfsg-3 compression library - runtime
pngquant recommends no packages.
pngquant suggests no packages.
-- no debconf information
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]