PHPackages                             gerardtoko/imagine-bundle - 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. gerardtoko/imagine-bundle

ActiveSymfony-bundle[Image &amp; Media](/categories/media)

gerardtoko/imagine-bundle
=========================

This Bundle assists in imagine manipulation using the imagine library

09PHP

Since Feb 26Pushed 13y agoCompare

[ Source](https://github.com/gerardtoko/GTImagineBundle)[ Packagist](https://packagist.org/packages/gerardtoko/imagine-bundle)[ RSS](/packages/gerardtoko-imagine-bundle/feed)WikiDiscussions master Synced today

READMEChangelogDependenciesVersions (1)Used By (0)

GTImagineBundle
===============

[](#gtimaginebundle)

Symfony2 Bundle to assist in imagine manipulation using the imagine library (Fork of LiipImagineBundle)

This bundle is a fork of LiipImagineBundle which provides easy image manipulation support for Symfony2. The goal of the fork is to make the code more performance processing.

For example with this bundle the following is possible:

```

```

This will perform the transformation called `thumbnail`, which you can define to do a number of different things, such as resizing, cropping, drawing, masking, etc.

This bundle integrates the standalone PHP "[Imagine library](/avalanche123/Imagine)".

Installation
------------

[](#installation)

### Download GTImagineBundle using composer

[](#download-gtimaginebundle-using-composer)

Add GTImagineBundle in your composer.json:

```
{
    "require": {
        "gerardtoko/imagine-bundle": "dev-master"
    }
}
```

Now tell composer to download the bundle by running the command:

```
$ php composer.phar update gerardtoko/imagine-bundle
```

Composer will install the bundle to your project's `vendor/gerardtoko/imagine-bundle` directory.

### Register the bundle

[](#register-the-bundle)

You must register the bundle in your kernel:

```
