PHPackages                             kenura/imagick - 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. kenura/imagick

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

kenura/imagick
==============

Image resizer, compressor, and watermark adder

v1.2.0(7mo ago)1141MITPHPPHP &gt;=8.1CI passing

Since Dec 15Pushed 7mo ago1 watchersCompare

[ Source](https://github.com/Kenura-R-Gunarathna/imagick-image-processor)[ Packagist](https://packagist.org/packages/kenura/imagick)[ RSS](/packages/kenura-imagick/feed)WikiDiscussions main Synced today

READMEChangelogDependencies (1)Versions (4)Used By (0)

Imagick Image Processor
=======================

[](#imagick-image-processor)

[![Tests](https://github.com/Kenura-R-Gunarathna/imagick-image-processor/workflows/Tests/badge.svg)](https://github.com/Kenura-R-Gunarathna/imagick-image-processor/actions)[![License: MIT](https://camo.githubusercontent.com/fdf2982b9f5d7489dcf44570e714e3a15fce6253e0cc6b5aa61a075aac2ff71b/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f4c6963656e73652d4d49542d79656c6c6f772e737667)](https://opensource.org/licenses/MIT)

A powerful and easy-to-use PHP library for image processing using the GD extension. Transform, compress, watermark, and optimize images with just a few lines of code.

✨ Features
----------

[](#-features)

- 🖼️ **Image Resizing** - Maintain aspect ratios automatically
- 🗜️ **Smart Compression** - Compress to target file sizes
- 🏷️ **Watermarking** - 9 preset positions with diagonal-based scaling
- 🎨 **Opacity Control** - Add transparency to images
- 🚀 **WebP Conversion** - Modern format with superior compression
- ⚡ **Combined Operations** - Efficient multi-step workflows

📋 Requirements
--------------

[](#-requirements)

- PHP 8.1 or higher
- GD extension (usually included with PHP)
- `ext-imagick` version 3.7 or higher

📦 Installation
--------------

[](#-installation)

Install via Composer:

```
composer require kenura/imagick
```

🚀 Quick Start
-------------

[](#-quick-start)

```
