Search found 2 matches
- 2015-07-09T08:14:17-07:00
- Forum: Bugs
- Topic: Different gif cropping behavior between versions 6.9.1-7 and 6.7.7-10
- Replies: 3
- Views: 3949
Re: Different gif cropping behavior between versions 6.9.1-7 and 6.7.7-10
Here is the PHP code responsible for cropping: -------------------------------------------------------------------- $image = new \Imagick($file->tempName); if($file->type=="image/gif") //determine image format { //if it's GIF file, resize each frame $image = $image->coalesceImages(); if ($play_once ...
- 2015-07-09T08:01:22-07:00
- Forum: Bugs
- Topic: Different gif cropping behavior between versions 6.9.1-7 and 6.7.7-10
- Replies: 3
- Views: 3949