2017 © Pedro Peláez
 

symfony-bundle ez-image-crop

This is a tool that improves cutting images in eZ Publish

image

smarter-solutions/ez-image-crop

This is a tool that improves cutting images in eZ Publish

  • Thursday, December 22, 2016
  • by ElMijo
  • Repository
  • 4 Watchers
  • 2 Stars
  • 56 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 1 Open issues
  • 5 Versions
  • 0 % Grown

The README.md

eZ Image Crop

This is a tool that improves cutting images in eZ Publish, (*1)

Install Package

composer require smarter-solutions/ez-image-crop "~1.0"

Register Bundle

// ezpublish/EzPublishKernel.php

class EzPublishKernel extends Kernel
{
    ...
    public function registerBundles()
    {
        ...
        $bundles = array(
            ...
            new SmarterSolutions\EzComponents\EzImageCropBundle\EzImageCropBundle()
            ...
        );
        ...
    }
}

Define filters

# ezpublish/config/ezpublish.yaml

ezpublish:
    imagemagick:
        filters:
            gravity/center: '-gravity Center'
...

Create Image alias

# ezpublish/config/ezpublish.yaml

ezpublish:
    system:
        frontend:
            image_variations:
                first_alias:
                    reference: null
                    filters:
                        - { name: gravity/center, params: [200, 75] }
...

The Versions

22/12 2016

2.x-dev

2.9999999.9999999.9999999-dev

This is a tool that improves cutting images in eZ Publish

  Sources   Download

MIT

The Requires

 

bundle image crop ezpublish image crop

22/12 2016

v2.0

2.0.0.0

This is a tool that improves cutting images in eZ Publish

  Sources   Download

MIT

The Requires

 

bundle image crop ezpublish image crop

27/02 2016

dev-master

9999999-dev

This is a tool that improves cutting images in eZ Publish

  Sources   Download

MIT

The Requires

 

bundle image crop ezpublish image crop

08/01 2016

1.x-dev

1.9999999.9999999.9999999-dev

This is a tool that improves cutting images in eZ Publish

  Sources   Download

MIT

The Requires

 

bundle image crop ezpublish image crop

08/01 2016

v1.0.0

1.0.0.0

This is a tool that improves cutting images in eZ Publish

  Sources   Download

MIT

The Requires

 

bundle image crop ezpublish image crop