Search found 1 match
- 2016-02-01T05:29:39-07:00
- Forum: Developers
- Topic: GIF resizing only save the last frame
- Replies: 0
- Views: 5705
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 ...