2017 © Pedro Peláez
 

library images

Simple image modification library

image

newfrontiers/images

Simple image modification library

  • Wednesday, December 21, 2016
  • by mquadrat
  • Repository
  • 1 Watchers
  • 0 Stars
  • 516 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 4 Versions
  • 13 % Grown

The README.md

newfrontiers-images

Latest Version on Packagist, (*1)

Install

Via Composer, (*2)

``` bash $ composer require newfrontiers-images, (*3)


## Usage Load images from a file or an existing resource. Note: Resources are closed upon destruction of the object. ``` php $image = Image::fromFile($myImageFile); $image = Image::fromResource($myImageResource);

Simple image manipulation functions like brightness and contrast are applied to the loaded image directly. More complex manipulations like rotation and cropping return a new Image instance leaving the original image untouched., (*4)

php $originalImage = Image::fromFile('original.jpg'); $croppedImage = $originalImage->cropSquare(200); $croppedImage->saveToFile('cropped.jpg');, (*5)

License

All rights reserved. You are NOT allowed to use this!, (*6)

The Versions

21/12 2016

dev-master

9999999-dev https://github.com/new-frontiers/newfrontiers-images

Simple image modification library

  Sources   Download

proprietary

The Requires

  • php ~5.5|~7.0

 

The Development Requires

images newfrontiers

21/12 2016

1.0.2

1.0.2.0 https://github.com/new-frontiers/newfrontiers-images

Simple image modification library

  Sources   Download

proprietary

The Requires

  • php ~5.5|~7.0

 

The Development Requires

images newfrontiers

08/12 2016

1.0.1

1.0.1.0 https://github.com/new-frontiers/newfrontiers-images

Simple image modification library

  Sources   Download

proprietary

The Requires

  • php ~5.5|~7.0

 

The Development Requires

images newfrontiers

31/10 2016

1.0.0

1.0.0.0 https://github.com/new-frontiers/newfrontiers-images

Simple image modification library

  Sources   Download

proprietary

The Requires

  • php ~5.5|~7.0

 

The Development Requires

images newfrontiers