Search found 2 matches
- 2012-06-14T00:44:28-07:00
- Forum: IMagick
- Topic: resize animated gif
- Replies: 2
- Views: 9561
Re: resize animated gif
Try coalesceImages() Imagick::coalesceImages http://us2.php.net/manual/en/imagick.coalesceimages.php The web page says that coalesceImages() composites the frames but that isn't exactly true. You don't get a single frame as an output. Instead of having frames like a movie, some animations have a ...
- 2012-06-13T04:04:53-07:00
- Forum: IMagick
- Topic: resize animated gif
- Replies: 2
- Views: 9561
resize animated gif
Hi there, i have problem with resize animated gif. i want to resize this image http://jimsproject.biz/resize/test.gif and i have resize result : http://jimsproject.biz/resize/resize.gif i see that the equalizer position is wrong. is there any way to get actual frame position in image and scale it ...