Ulaş Özdemirulasozdemir.com.tr·Sep 15, 2024Optimizing Images in PHP: Handling GIFs Without Breaking AnimationAfter reading Steven Fox’s post on A Hack for Efficient Infinite Scrolling in Your Livewire App I started to think on what’s been bothering me most on the Pinkary platform. As you can guess it was the broken gifs! So I’ve decided to get to the bottom...Discuss·466 readsPHP
Simon AsikaforSIMULAR Lablab.simular.co·Jul 19, 2024How to resolve Imagick error when handling large imageWhen I'm trying to resolve a large image in PHP intervention/image package, sometimes I will receive a "Unable to decode input" error message, this message is too simple and not helpful. To finding the cause, I found the matched Decoder class, and pr...Discuss·48 readsimagick
Muhamad Rizkimuriz.hashnode.dev·Sep 14, 2023How to install ImageMagick PHP extension in WindowsIn this article, I will show you step-by-step how to install ImageMagick PHP extension in Windows. Make sure you follow the steps carefully so that you can successfully install it. About ImageMagick Based on imagemagick.org, ImageMagick is a free, op...Discuss·32 readsImageMagick