mirror of
https://github.com/Fluffy-Bean/image-gallery.git
synced 2025-01-29 17:28:27 +00:00
Nevermind lol
This commit is contained in:
parent
417a0cb959
commit
697e41e913
10
upload.php
10
upload.php
|
@ -73,16 +73,8 @@
|
|||
// If image is gif
|
||||
if ($image_format == 'GIF') {
|
||||
$image_thumbnail = $image_thumbnail->coalesceImages();
|
||||
foreach ($image_thumbnail as $frame) {
|
||||
$frame->thumbnailImage(300, null);
|
||||
$frame->setImagePage(300, null, 0, 0);
|
||||
}
|
||||
// Put image back together
|
||||
$image_thumbnail = $image_thumbnail->deconstructImages();
|
||||
}else{
|
||||
// Image not gif
|
||||
$image_thumbnail->resizeImage(300,null,null,1,null);
|
||||
}
|
||||
$image_thumbnail->resizeImage(300,null,null,1,null);
|
||||
// Save image
|
||||
$image_thumbnail->writeImage("images/thumbnails/".$image_basename);
|
||||
|
||||
|
|
Loading…
Reference in a new issue