PHPackages                             manticorp/image - 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. manticorp/image

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

manticorp/image
===============

Image library for layer like blending of images in PHP

3402[4 issues](https://github.com/manticorp/BlendableImage/issues)PHP

Since Feb 14Pushed 5y ago1 watchersCompare

[ Source](https://github.com/manticorp/BlendableImage)[ Packagist](https://packagist.org/packages/manticorp/image)[ RSS](/packages/manticorp-image/feed)WikiDiscussions master Synced 3w ago

READMEChangelogDependenciesVersions (1)Used By (0)

[![Latest Stable Version](https://camo.githubusercontent.com/acb2313f8d831b06c658ce16b5599a781ac2f4cd65040f2e0ff44d4a5678629f/68747470733a2f2f706f7365722e707567782e6f72672f6d616e7469636f72702f696d6167652f762f737461626c65)](https://packagist.org/packages/manticorp/image) [![Total Downloads](https://camo.githubusercontent.com/a8033f8d99f8441543cdeeff4330ae10e9759e1ff4170702b33543a4fc378177/68747470733a2f2f706f7365722e707567782e6f72672f6d616e7469636f72702f696d6167652f646f776e6c6f616473)](https://packagist.org/packages/manticorp/image) [![Latest Unstable Version](https://camo.githubusercontent.com/899d47821b07d9d48212669b00cb3bde52792dbbb74590e8921d27361e6a2129/68747470733a2f2f706f7365722e707567782e6f72672f6d616e7469636f72702f696d6167652f762f756e737461626c65)](https://packagist.org/packages/manticorp/image) [![License](https://camo.githubusercontent.com/81c8d920722abaaf41ca69e36d05e950178d4fc344de6f905fbb9c36044bfd6a/68747470733a2f2f706f7365722e707567782e6f72672f6d616e7469636f72702f696d6167652f6c6963656e7365)](https://packagist.org/packages/manticorp/image)

Manticorp\\Image
================

[](#manticorpimage)

An image library that gives photoshop-like layer blending image capabilities.

Requires EITHER the PHP GD image library (VERY slow) OR Imagick (fast!)

As an example, using GD image library on my i7 computer with 16GB ram, blending two 500px square images takes over 4 seconds.

This is mostly due to PHP having to iterate over every pixel.

Installation
============

[](#installation)

simply require the package in composer

```
composer require manticorp/image

```

Usage
=====

[](#usage)

Simple example
--------------

[](#simple-example)

```
