Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/cvsolutions/smartimage

Smart image resizing and thumbnail generation
https://github.com/cvsolutions/smartimage

gd php php5 upload-images

Last synced: about 1 month ago
JSON representation

Smart image resizing and thumbnail generation

Awesome Lists containing this project

README

        

SmartImage
============

Smart image resizing and thumbnail generation

Example: https://www.codicefacile.it/php/miniature-di-immagini-con-php

Installation
------------
Using Composer (recommended) [composer](http://getcomposer.org "composer - package manager").

```sh
curl -s https://getcomposer.org/installer | php --
php composer.phar require cvsolutions/smart-image:1.0
```
If you have installed composer:
```sh
composer require cvsolutions/smart-image:1.0
```