Your message dated Wed, 18 Sep 2013 10:29:24 +0200
with message-id
<CAEsznC58YXMZYzXyRbrfEDXQiLGjwHk3r1uXuruU27BvFg=j...@mail.gmail.com>
and subject line Closed by upload
has caused the Debian Bug report #682858,
regarding php5-imagick: imagick::writeImages is broken in 3.1.0RC1
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.)
--
682858: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=682858
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
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
--- End Message ---
--- Begin Message ---
Version: 3.1.0~rc2-1
This bug was closed by upstream, and version 3.1.0~rc2 already available in
Debian.
Kaplan
--- End Message ---