Debian Bug report logs -
#682858
php5-imagick: imagick::writeImages is broken in 3.1.0RC1
Reported by: Krzysztof Warzecha <kwarzecha7@gmail.com>
Date: Thu, 26 Jul 2012 11:00:01 UTC
Severity: normal
Tags: upstream
Found in version php-imagick/3.1.0~rc1-1
Fixed in version 3.1.0~rc2-1
Done: Lior Kaplan <kaplan@debian.org>
Bug is archived. No further changes may be made.
Toggle useless messages
Report forwarded
to debian-bugs-dist@lists.debian.org, Debian PHP Maintainers <pkg-php-maint@lists.alioth.debian.org>:
Bug#682858; Package php5-imagick.
(Thu, 26 Jul 2012 11:00:04 GMT) (full text, mbox, link).
Acknowledgement sent
to Krzysztof Warzecha <kwarzecha7@gmail.com>:
New Bug report received and forwarded. Copy sent to Debian PHP Maintainers <pkg-php-maint@lists.alioth.debian.org>.
(Thu, 26 Jul 2012 11:00:04 GMT) (full text, mbox, link).
Message #5 received at submit@bugs.debian.org (full text, mbox, reply):
Package: php5-imagick
Version: 3.1.0~rc1-1+b2
Severity: normal
Tags: upstream
Dear Maintainer,
This code does not work:
$im = new Imagick("input.gif");
$im->writeImages("output.gif", true);
output.gif is corrupted if input.gif was animated.
This works as expected:
$im = new Imagick("input.gif");
$fd = fopen("output.gif", "w");
$im->writeImagesFile($fd);
fclose($fd);
This is upstream bug, php #61879 and this is fixed in php5-imagick
3.1.0RC2.
(this is my first bugreport, please tell me if I'm missing something)
-- System Information:
Debian Release: wheezy/sid
APT prefers testing
APT policy: (500, 'testing')
Architecture: amd64 (x86_64)
Kernel: Linux 3.2.13-grsec-xxxx-grs-ipv6-64 (SMP w/8 CPU cores)
Locale: LANG=pl_PL.utf8, LC_CTYPE=pl_PL.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Versions of packages php5-imagick depends on:
ii libc6 2.13-33
ii libmagickcore5 8:6.7.7.10-2
ii libmagickwand5 8:6.7.7.10-2
ii php5-cgi [phpapi-20100525] 5.4.4-2
ii php5-cli [phpapi-20100525] 5.4.4-2
ii php5-common 5.4.4-2
ii php5-fpm [phpapi-20100525] 5.4.4-2
ii ucf 3.0025+nmu3
Versions of packages php5-imagick recommends:
pn ghostscript <none>
ii ttf-dejavu-core 2.33-2
php5-imagick suggests no packages.
-- no debconf information
Reply sent
to Lior Kaplan <kaplan@debian.org>:
You have taken responsibility.
(Wed, 18 Sep 2013 08:33:05 GMT) (full text, mbox, link).
Notification sent
to Krzysztof Warzecha <kwarzecha7@gmail.com>:
Bug acknowledged by developer.
(Wed, 18 Sep 2013 08:33:05 GMT) (full text, mbox, link).
Message #10 received at 682858-done@bugs.debian.org (full text, mbox, reply):
[Message part 1 (text/plain, inline)]
Version: 3.1.0~rc2-1
This bug was closed by upstream, and version 3.1.0~rc2 already available in
Debian.
Kaplan
[Message part 2 (text/html, inline)]
Bug archived.
Request was from Debbugs Internal Request <owner@bugs.debian.org>
to internal_control@bugs.debian.org.
(Thu, 17 Oct 2013 07:35:43 GMT) (full text, mbox, link).
Send a report that this bug log contains spam.
Debian bug tracking system administrator <owner@bugs.debian.org>.
Last modified:
Sun Jul 2 03:49:00 2023;
Machine Name:
bembo
Debian Bug tracking system
Debbugs is free software and licensed under the terms of the GNU
Public License version 2. The current version can be obtained
from https://bugs.debian.org/debbugs-source/.
Copyright © 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson,
2005-2017 Don Armstrong, and many other contributors.