[php-maint] Bug#682858: php5-imagick: imagick::writeImages is broken in 3.1.0RC1

Krzysztof Warzecha kwarzecha7 at gmail.com
Thu Jul 26 10:32:15 UTC 2012


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



More information about the pkg-php-maint mailing list