2017 © Pedro Peláez
 

symfony-bundle imagine-extra-bundle

Integrate imagine-filters library into Symfony2

image

zenstruck/imagine-extra-bundle

Integrate imagine-filters library into Symfony2

  • Wednesday, February 25, 2015
  • by kbond
  • Repository
  • 1 Watchers
  • 3 Stars
  • 1,198 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 4 Versions
  • 0 % Grown

The README.md

ZenstruckImagineExtraBundle

Build Status Scrutinizer Code Quality Code Coverage SensioLabs Insight Latest Stable Version License, (*1)

Integrates the imagine-filters library into Symfony2., (*2)

NOTE: This bundle requires either LiipImagineBundle or AvalancheImagineBundle, (*3)

Installation

  1. Add to your composer.json:, (*4)

    composer require zenstruck/imagine-extra-bundle
  2. Register the bundle with Symfony2:, (*5)

    // app/AppKernel.php
    
    public function registerBundles()
    {
        $bundles = array(
            // ...
            new Zenstruck\Bundle\ImagineExtraBundle\ZenstruckImagineExtraBundle(),
        );
        // ...
    }
    

SquareThumbnailFilter

  • Usage with LiipImagineBundle, (*6)

    # app/config/config.yml
    
    liip_imagine:
        filter_sets:
            square_200:
                filters:
                    square_thumbnail: { size: 200, color: 000000 }
    
  • Usage with AvalancheImagineBundle, (*7)

    # app/config/config.yml
    
    avalanche_imagine:
        filters:
            square_200:
                type:    square_thumbnail
                options: { size: 200, color: 000000 }
    

Default Configuration

color:          FFFFFF
transparency:   0

The Versions

11/12 2013

v1.0.1

1.0.1.0 http://zenstruck.com/project/ZenstruckImagineExtraBundle

Integrate imagine-filters library into Symfony2

  Sources   Download

MIT

The Requires

 

imagine

28/11 2012

v1.0.0

1.0.0.0 http://zenstruck.com/project/ZenstruckImagineExtraBundle

Integrate imagine-filters library into Symfony2

  Sources   Download

MIT

The Requires

 

imagine