⚠️ To ensure full functionality, the above dependencies might be required.
Package Description
Intervention's GIF library offers a comprehensive set of tools to handle GIF images with ease. With a focus on performance and simplicity, this library enables developers to generate, edit, and optimize GIF files effortlessly. Whether you're looking to resize, crop, or animate GIFs, this library provides seamless functionality to enhance your web projects.
Make sure to include the correct namespace and class paths for proper usage.
<?php
// Example from PHPlibraries.com
require_once 'libs/intervention/gif/4.2.2/loader.php';
require_once 'libs/intervention/image/3.11.3/loader.php';
use Intervention\Gif\Decoder;
use Intervention\Image\ImageManager;
$obj = new Decoder();
echo '✅ Test OK: ' . get_class($obj);
?>
We aim to make using PHP packages easier without Composer. If something doesn't work, let us know — we'll fix it promptly.
Community Discussion
Ask questions, share tips, or report issues below.