2017 © Pedro Peláez
 

library picresize

Library picture

image

tunaqui/picresize

Library picture

  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 8 Versions
  • 24 % Grown

The README.md

picresize

PicResize a small library that allows you to download images from a URL, store them and resize them., (*1)

Installation

Via Composer, (*2)

``` bash $ composer require tunaqui/picresize, (*3)


Install vendor ``` bash $ composer install

Usage

Download an image from a URL and store it in a directory. ``` php $image = new \Tunaqui\PicResize\Picture(); $image->download('http://nisleen.com/images/logo.png'); $image->save('../download/');, (*4)


Download an image from a URL, store it in a directory and resize. ``` php $image = new \Tunaqui\PicResize\PictureResize('http://nisleen.com/images/logo.png', '../download/'); $image->resize(150, 150); echo $image->response();

Create a thumbnail. ``` php $img = new \Tunaqui\PicResize\PictureResize('../download/logo.png'); $img->thumbnail(100); $img->show();, (*5)


Create a thumbnail and save. ``` php $img = new \Tunaqui\PicResize\PictureResize('../download/logo.png'); $img->thumbnail(100); $img->saveNewSize();

Credits

License

The MIT License (MIT). Please see License File for more information., (*6)

The Versions

07/03 2018

dev-master

9999999-dev https://github.com/tunaqui/picresize

Library picture

  Sources   Download

MIT

The Requires

 

The Development Requires

tunaqui picresize

07/03 2018

dev-1.0-dev

dev-1.0-dev https://github.com/tunaqui/picresize

Library picture

  Sources   Download

MIT

The Requires

 

The Development Requires

tunaqui picresize

07/03 2018

v1.1.0

1.1.0.0 https://github.com/tunaqui/picresize

Library picture

  Sources   Download

MIT

The Requires

 

The Development Requires

tunaqui picresize

07/03 2018

v1.0.4

1.0.4.0 https://github.com/tunaqui/picresize

Library picture

  Sources   Download

MIT

The Requires

 

The Development Requires

tunaqui picresize

07/03 2018

v1.0.3

1.0.3.0 https://github.com/tunaqui/picresize

Library picture

  Sources   Download

MIT

The Requires

 

The Development Requires

tunaqui picresize

07/03 2018

v1.0.2

1.0.2.0 https://github.com/tunaqui/picresize

Library picture

  Sources   Download

MIT

The Requires

 

The Development Requires

tunaqui picresize

07/03 2018

v1.0.1

1.0.1.0 https://github.com/tunaqui/picresize

Library picture

  Sources   Download

MIT

The Requires

 

The Development Requires

tunaqui picresize

07/03 2018

v1.0.0

1.0.0.0 https://github.com/tunaqui/picresize

Library picture

  Sources   Download

MIT

The Requires

 

The Development Requires

tunaqui picresize