Skip to content

stanimirdim92/Image

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Image - Image manipulation library

SensioLabsInsight StyleCI

Software License Latest Version

Documentation

TBA

Installation

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

Contributing

Contributions are very welcome.

License

Image is licensed under The MIT License (MIT).

Usage

Current support is only for GD library

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");

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages