PHP Package: intervention/gif

Intervention's PHP library for creating and manipulating GIF images efficiently.

Current Version: 4.2.1
Last Updated: 2025-01-18
PHP Requirement: ^8.1
Dependencies:
intervention/image
⚠️ 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.

📦 Show all available classes🔗 View on GitHub

Download Latest Version: 4.2.2

Clock Coming soon

Previous Versions

Code Integration Example

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.