forked from leftypol/leftypol
better anti-bot check
This commit is contained in:
parent
96ffd9eb3b
commit
dd0f421015
5 changed files with 274 additions and 178 deletions
|
@ -194,7 +194,6 @@ class ImageImagick extends ImageBase {
|
|||
foreach($this->original as $frame) {
|
||||
$delay += $frame->getImageDelay();
|
||||
|
||||
//if($i < $config['thumb_keep_animation_frames']) {
|
||||
if(in_array($i, $keep_frames)) {
|
||||
// $frame->scaleImage($this->width, $this->height, false);
|
||||
$frame->sampleImage($this->width, $this->height);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue