Skip to content

Files

Latest commit

 

History

History
19 lines (15 loc) · 467 Bytes

README.md

File metadata and controls

19 lines (15 loc) · 467 Bytes

SmartImage

Smart image resizing and thumbnail generation

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

Installation

Using Composer (recommended) composer.

curl -s https://getcomposer.org/installer | php --
php composer.phar require cvsolutions/smart-image:1.0

If you have installed composer:

composer require cvsolutions/smart-image:1.0