2017 © Pedro Peláez
 

library image

New type of image manipulation.

image

stanimirdim92/image

New type of image manipulation.

  • Monday, October 26, 2015
  • by Stanimir
  • Repository
  • 1 Watchers
  • 0 Stars
  • 3 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

Image - Image manipulation library

SensioLabsInsight StyleCI, (*1)

Software License Latest Version, (*2)

Documentation

TBA, (*3)

Installation

  • Require via composer
$ composer require stanimirdim92/image:dev-master

Contributing

Contributions are very welcome., (*4)

License

Image is licensed under The MIT License (MIT)., (*5)

Usage

Current support is only for GD library, (*6)

use Image\Application;

$options = [
    'png_compression_level'   => 9,
    'png_compression_filter' => "all",
];

$app = new Application(__DIR__."/30b0bo0.png", $options);
$image = $app->getImage();
$image->resize(320, 240);
$image->save('public/images/', "test.png");

The Versions

26/10 2015

dev-master

9999999-dev https://github.com/Stanimirdim92/Image/

New type of image manipulation.

  Sources   Download

MIT

The Requires

  • php >=5.5

 

image gd