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

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

cjrasmussen/blendable-image
===========================

Temporary fork of manticorp/image

19PHP

Since Apr 19Pushed 5y agoCompare

[ Source](https://github.com/cjrasmussen/BlendableImage)[ Packagist](https://packagist.org/packages/cjrasmussen/blendable-image)[ RSS](/packages/cjrasmussen-blendable-image/feed)WikiDiscussions master Synced today

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)

```
