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

Abandoned → [sbolch/gd-image](/?search=sbolch%2Fgd-image)ArchivedSymfony-bundle[Image &amp; Media](/categories/media)

shadesoft/image-bundle
======================

An image editing bundle using PHP's GD library if other solutions fail for some reason.

v1.3.1(6y ago)11641MITPHPPHP ^7.0

Since Dec 20Pushed 4y agoCompare

[ Source](https://github.com/ShadeSoft/ImageBundle)[ Packagist](https://packagist.org/packages/shadesoft/image-bundle)[ Docs](https://github.com/ShadeSoft/ImageBundle)[ Fund](https://www.buymeacoffee.com/ShadeSoft)[ Fund](https://www.paypal.me/ShadeSoft)[ RSS](/packages/shadesoft-image-bundle/feed)WikiDiscussions master Synced yesterday

READMEChangelog (9)Dependencies (4)Versions (13)Used By (0)

Image Bundle for Symfony
========================

[](#image-bundle-for-symfony)

> ABANDONED - Please use [GDImage](https://github.com/ShadeSoft/GDImage) instead.
>
> An image editing bundle using PHP's GD library if other solutions fail for some reason.

[![Latest Stable Version](https://camo.githubusercontent.com/1b328b4b1e395687ef839f95ddd81ac035cfbfd6820a09d21df0834ca5fd185d/68747470733a2f2f706f7365722e707567782e6f72672f7368616465736f66742f696d6167652d62756e646c652f76657273696f6e)](https://packagist.org/packages/shadesoft/image-bundle)[![Build Status](https://camo.githubusercontent.com/9f8edb2f10674d1f85346d0141baae3316c1b53be7ddbe9d2263b83c97f89bcf/68747470733a2f2f7472617669732d63692e6f72672f5368616465536f66742f496d61676542756e646c652e737667)](https://travis-ci.org/ShadeSoft/ImageBundle)[![StyleCI](https://camo.githubusercontent.com/0149c0ea0b2cc33f4abe54091aedd598224af882656877ed5c23d79cf2e29cf8/68747470733a2f2f7374796c6563692e696f2f7265706f732f38323835393236342f736869656c643f7374796c653d666c6174)](https://styleci.io/repos/82859264)[![Total Downloads](https://camo.githubusercontent.com/62099acee212cf9bfbf17a18a042761e4d43832df9059d5026ddf45b5c4764d5/68747470733a2f2f706f7365722e707567782e6f72672f7368616465736f66742f696d6167652d62756e646c652f646f776e6c6f616473)](https://packagist.org/packages/shadesoft/image-bundle)[![License](https://camo.githubusercontent.com/50c4699392439b8658aa7faeb63e1571f11c64a478712e62603f997efe915b04/68747470733a2f2f706f7365722e707567782e6f72672f7368616465736f66742f696d6167652d62756e646c652f6c6963656e7365)](https://packagist.org/packages/shadesoft/image-bundle)

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

[](#installation)

### Step 1: Download the Bundle

[](#step-1-download-the-bundle)

Open a command console, enter your project directory and execute the following command to download the latest stable version of this bundle:

```
$ composer require shadesoft/image-bundle
```

This command requires you to have Composer installed globally, as explained in the [installation chapter](https://getcomposer.org/doc/00-intro.md)of the Composer documentation.

### Step 2: Enable the Bundle

[](#step-2-enable-the-bundle)

Then, enable the bundle by adding it to the list of registered bundles in the `app/AppKernel.php` file of your project:

```
