Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/cvsolutions/smartimage
- Owner: cvsolutions
- Created: 2018-07-12T09:25:18.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-07-13T08:51:15.000Z (over 6 years ago)
- Last Synced: 2024-11-15T19:07:12.017Z (about 2 months ago)
- Topics: gd, php, php5, upload-images
- Language: PHP
- Homepage: https://cvsolutions.github.io/SmartImage/
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```