2017 © Pedro Peláez
 

library swift-imagine

Makes the Imagine image manipulation library available as Zend Framework 2 service, and adds more metadata readers

image

swiftchase/swift-imagine

Makes the Imagine image manipulation library available as Zend Framework 2 service, and adds more metadata readers

  • Monday, April 6, 2015
  • by swiftchase
  • Repository
  • 1 Watchers
  • 0 Stars
  • 110 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

SwiftImagine Zend Framework 2 Module

Purpose

SwiftImagine makes the Imagine library available as a service within a ZF2 application, automatically selecting the "best possible" adapter (selecting from Gmagick, Imagick, or GD)., (*1)

Installation

Add the library to composer:, (*2)

$ composer require "swiftchase/swift-imagine:*"

Then, add the SwiftImagine module in your config/application.config.php. Afterwards, the SwiftImagine\Service\Imagine service will be available via the service manager., (*3)

Additional Metadata readers

The Imagine library itself comes with an ExifMetadataReader., (*4)

The SwiftImagine module adds additional readers:, (*5)

  • ChainedMetadataReader - aggregates information from multiple metadata readers
  • GpsMetadataReader - extracts GPS location and altitude from the EXIF data
  • IptcMetadataReader - extracts IPTC photo metadata.

Limitations / To-dos

Currently there's no way to configure the preferred graphics library adapter, change which metadata readers are enabled by default, or easily making multiple imagine services available each with different configurations., (*6)

There are also issues with the streams, haven't bothered to poke at it., (*7)

The Versions

06/04 2015

dev-master

9999999-dev https://github.com/swiftchase/swift-imagine

Makes the Imagine image manipulation library available as Zend Framework 2 service, and adds more metadata readers

  Sources   Download

BSD-3-Clause

The Requires

 

by Marcus Welz

service zf2 image photo exif iptc imagine

06/04 2015

0.1.0

0.1.0.0 https://github.com/swiftchase/swift-imagine

Makes the Imagine image manipulation library available as Zend Framework 2 service, and adds more metadata readers

  Sources   Download

BSD-3-Clause

The Requires

 

by Marcus Welz

service zf2 image photo exif iptc imagine