[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#403273: marked as done (No support for png with 16 bits per channel)



Your message dated Wed, 20 Dec 2006 08:32:10 +0000
with message-id <E1Gwwry-0008Ec-5I@ries.debian.org>
and subject line Bug#403273: fixed in xautomation 0.96-6
has caused the attached Bug report 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 I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--- Begin Message ---
Package: xautomation
Version: 0.96-5
Severity: normal
Tags: patch

When using patextract on a PNG with 16 bits per channel, the pixels end up mangled
(colors distorted & twice as wide).  The attached patch fixes the problem for me.

-- System Information:
Debian Release: 4.0
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18-1-k7
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1)

Versions of packages xautomation depends on:
ii  libc6                        2.3.6.ds1-8 GNU C Library: Shared libraries
ii  libpng12-0                   1.2.13-4    PNG library - runtime
ii  libx11-6                     2:1.0.3-4   X11 client-side library
ii  libxtst6                     1:1.0.1-5   X11 Testing -- Resource extension 

xautomation recommends no packages.

-- no debconf information
--- xautomation-0.96/image.c	2003-12-15 14:44:01.000000000 -0400
+++ xautomation-0.96+16bit/image.c	2006-12-15 16:52:35.000000000 -0400
@@ -211,7 +211,7 @@
    }
   
   png_init_io( png, in );
-  png_read_png( png, info, PNG_TRANSFORM_EXPAND, NULL);
+  png_read_png( png, info, PNG_TRANSFORM_EXPAND | PNG_TRANSFORM_STRIP_16, NULL);
 
   /* These don't do proper cleanup... */
   channels = png_get_channels( png, info );

--- End Message ---
--- Begin Message ---
Source: xautomation
Source-Version: 0.96-6

We believe that the bug you reported is fixed in the latest version of
xautomation, which is due to be installed in the Debian FTP archive:

xautomation_0.96-6.diff.gz
  to pool/main/x/xautomation/xautomation_0.96-6.diff.gz
xautomation_0.96-6.dsc
  to pool/main/x/xautomation/xautomation_0.96-6.dsc
xautomation_0.96-6_amd64.deb
  to pool/main/x/xautomation/xautomation_0.96-6_amd64.deb



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 403273@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Michael Ablassmeier <abi@debian.org> (supplier of updated xautomation package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmaster@debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.7
Date: Wed, 20 Dec 2006 09:19:20 +0100
Source: xautomation
Binary: xautomation
Architecture: source amd64
Version: 0.96-6
Distribution: unstable
Urgency: low
Maintainer: Debian QA Group <packages@qa.debian.org>
Changed-By: Michael Ablassmeier <abi@debian.org>
Description: 
 xautomation - Control X from the command line, and find things on the screen
Closes: 403273
Changes: 
 xautomation (0.96-6) unstable; urgency=low
 .
   * QA upload.
   * image.c: add patch fixing problems with 16 bit PNG files.
     Closes: #403273
Files: 
 55cd063ef750f18725743d322e269aa0 618 x11 extra xautomation_0.96-6.dsc
 6d750d9532e84845c54614c5551f750c 17457 x11 extra xautomation_0.96-6.diff.gz
 5169abf9d3440ada0759ee2dc7bae084 26646 x11 extra xautomation_0.96-6_amd64.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)

iD8DBQFFiPLCEFV7g4B8rCURAhqpAJ9N+0IjNFicDtQEMiHN/L68xdwC6QCfbply
UK5gQCGi6w29z9PMvtOQ9Gk=
=qR4f
-----END PGP SIGNATURE-----


--- End Message ---

Reply to: