Search found 1 match

by albertotm1986
2016-02-01T05:29:39-07:00
Forum: Developers
Topic: GIF resizing only save the last frame
Replies: 0
Views: 5563

GIF resizing only save the last frame

HI to all the imageMagick team. I'm trying to resize a gif and I know hot to do it, but when I save the images with the writeImges function it only saves the last frame. This is the code that I'm using. $imagickPostBlock = new Imagick($imagePath); $imagickPostBlock = $imagickPostBlock->coalesceImage...