-
-
Notifications
You must be signed in to change notification settings - Fork 8
Open
Description
Describe the bug
After converting the GIF and applying scaleDown, the image started flickering.
Code Example
$manager = ImageManager::gd();
$manager->read($file->getRealPath())
->scaleDown($width, $height)
->save();
Expected behavior
The image should be properly resized without any flickering effect.
Images
If applicable, add problematic images or screenshots to help explain your problem.
https://storage.minecart.com.br/2b6f64e20b6818a383be5438f31219f7_0c2f67a1_1940_4fde_9b0a_1947f931f941.gif
Environment (please complete the following information):
- PHP Version: 8.4
- OS: linux
- Intervention Image Version: 3.11.2
- GD, Imagick or libvips: GD
Reactions are currently unavailable
