Your message dated Sun, 14 Jan 2024 14:03:57 +0100
with message-id <[email protected]>
and subject line Re: Bug#639905: /usr/bin/pnmmontage: pnmmontage: Edge colours
seep through as background colours
has caused the Debian Bug report #639905,
regarding /usr/bin/pnmmontage: pnmmontage: Edge colours seep through as
background colours
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
639905: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=639905
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: netpbm
Version: 2:10.0-12.2+b1
Severity: normal
File: /usr/bin/pnmmontage
When you create a montage of PNM images using "pnmmontage", the fill
colour between the images in the montage is not uniform. It appears
that the fill colour depends on the colurs on the bottom edge of the
image above the filled (empty) area.
Example:
echo $'P3\n1 1\n1\n1 0 0' | pnmscale 100 > red.ppm
echo $'P3\n1 1\n1\n0 1 0' | pnmscale 80 > green.ppm
echo $'P3\n1 1\n1\n0 0 1' | pnmscale 30 > blue.ppm
pnmmontage red.ppm green.ppm blue.ppm > montage.ppm
display montage.ppm
-- System Information:
Debian Release: 6.0.2
APT prefers stable
APT policy: (700, 'stable'), (650, 'testing'), (600, 'unstable')
Architecture: i386 (i686)
Kernel: Linux 2.6.32-5-686 (SMP w/1 CPU core)
Locale: LANG=fo_FO.ISO-8859-1, LC_CTYPE=fo_FO.ISO-8859-1 (charmap=ISO-8859-1)
Shell: /bin/sh linked to /bin/bash
Versions of packages netpbm depends on:
ii libc6 2.11.2-10 Embedded GNU C Library: Shared lib
ii libjpeg62 6b1-1 The Independent JPEG Group's JPEG
ii libnetpbm10 2:10.0-12.2+b1 Graphics conversion tools shared l
ii libpng12-0 1.2.44-1+squeeze1 PNG library - runtime
ii libtiff4 3.9.4-5+squeeze3 Tag Image File Format (TIFF) libra
ii zlib1g 1:1.2.3.4.dfsg-3 compression library - runtime
Versions of packages netpbm recommends:
ii ghostscript 8.71~dfsg2-9 The GPL Ghostscript PostScript/PDF
netpbm suggests no packages.
-- no debconf information
--- End Message ---
--- Begin Message ---
Version: 2:11.05.01-1
On 2011-08-31 Jacob Sparre Andersen <[email protected]> wrote:
> Package: netpbm
> Version: 2:10.0-12.2+b1
> Severity: normal
> File: /usr/bin/pnmmontage
> When you create a montage of PNM images using "pnmmontage", the fill
> colour between the images in the montage is not uniform. It appears
> that the fill colour depends on the colurs on the bottom edge of the
> image above the filled (empty) area.
> Example:
> echo $'P3\n1 1\n1\n1 0 0' | pnmscale 100 > red.ppm
> echo $'P3\n1 1\n1\n0 1 0' | pnmscale 80 > green.ppm
> echo $'P3\n1 1\n1\n0 0 1' | pnmscale 30 > blue.ppm
> pnmmontage red.ppm green.ppm blue.ppm > montage.ppm
> display montage.ppm
[...]
Thanks for providing a testcase. This seems to be fixed in trixie.
cu Andreas
--- End Message ---