PHPackages                             cmanley/magicklite - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Image &amp; Media](/categories/media)
4. /
5. cmanley/magicklite

ActiveLibrary[Image &amp; Media](/categories/media)

cmanley/magicklite
==================

Lightweight PHP wrapper for common GraphicsMagick/ImageMagick CLI commands.

v2.0.2(3mo ago)26[1 issues](https://github.com/cmanley/PHP-MagickLite/issues)MITPHPPHP &gt;=8.2

Since Apr 16Pushed 3mo ago2 watchersCompare

[ Source](https://github.com/cmanley/PHP-MagickLite)[ Packagist](https://packagist.org/packages/cmanley/magicklite)[ RSS](/packages/cmanley-magicklite/feed)WikiDiscussions master Synced 1w ago

READMEChangelog (5)Dependencies (1)Versions (4)Used By (0)

MagickLite
==========

[](#magicklite)

The `MagickLite` class is a lightweight wrapper for common GraphicsMagick OR ImageMagick CLI commands. Method chaining is supported.

### Requirements:

[](#requirements)

- PHP 8.2 or newer
- Either the GraphicsMagick CLI, or the ImageMagick CLI, or both.

### Installation:

[](#installation)

```
composer require cmanley/magicklite

```

### Usage:

[](#usage)

All classes contain PHP-doc documentation. See also the scripts in the `examples/` directory. All options can be found in the GraphicsMagick documentation here:

**Example:**

```
