Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 87963 - ImageMagick/PerlMagick bump to 6.2.0-7 or greater for upstream perlmagick bug in animate
Summary: ImageMagick/PerlMagick bump to 6.2.0-7 or greater for upstream perlmagick bug...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High critical (vote)
Assignee: Karol Wojtaszek (RETIRED)
URL: http://studio.imagemagick.org/discuss...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-04-04 13:56 UTC by Jonathan Manning
Modified: 2005-04-20 07:55 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jonathan Manning 2005-04-04 13:56:33 UTC
Just a simple ebump to fix an upstream bug. Calls to animate would only return first frame as a blob instead of all frames animated. Fixed upstream in 6.2.0-7, but 6.2.0-8 is currently also available. A bump to either would be great.

Reproducible: Always
Steps to Reproduce:
my $im = Image::Magick->new();
foreach my $image (@images) { $im->BlobToImage($image)}
return $im->ImageToBlob('magick' => 'gif', 'delay' => 50, 'loop' => 0); 


Actual Results:  
Only first frame of animation returned.

Expected Results:  
All frames should animate.
Comment 1 Jonathan Manning 2005-04-05 06:46:16 UTC
If it helps, I can confirm that simply renaming the ebuild to 6.2.0.7 and/or 6.2.0.8 works great - provided both imagemagick and perlmagick are done at the same time.
Comment 2 Karol Wojtaszek (RETIRED) gentoo-dev 2005-04-20 07:55:10 UTC
Bumped in portage, thanks for info.