Download the PHP package pmvc-plugin/thumbnail without Composer
On this page you can find all versions of the php package pmvc-plugin/thumbnail. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download pmvc-plugin/thumbnail
More information about pmvc-plugin/thumbnail
Files in pmvc-plugin/thumbnail
Download pmvc-plugin/thumbnail
More information about pmvc-plugin/thumbnail
Files in pmvc-plugin/thumbnail
Vendor pmvc-plugin
Package thumbnail
Short Description PMVC Thumbnail Helper
License MIT
Homepage https://github.com/pmvc/pmvc
Package thumbnail
Short Description PMVC Thumbnail Helper
License MIT
Homepage https://github.com/pmvc/pmvc
Please rate this library. Is it a good library?
Informations about the package thumbnail
thumbnail
How to use
Thumb type
- type 0 (New size not equal defined size)
- New image size auto fit by ratio
- Canvans size will same with new image size.
- type 1
- New image size auto fit by ratio.
- Canvans will fill with background color, and width and height will same with defined.
- type 2
- New image will force to max one between width and height.
- Canvans size same with defined.
- Auot change image location
- type 3
- Same with type2 but if image original size smaller than new size, will keep original one.
- type 4
- Same with type0 but if original size smaller than new size, will keep original one.
- type 5
- For security purpose, do 1:1 change.
Install with Composer
1. Download composer
- mkdir test_folder
- curl -sS https://getcomposer.org/installer | php
2. Install by composer.json or use command-line directly
2.1 Install by composer.json
-
vim composer.json
- php composer.phar install
2.2 Or use composer command-line
- php composer.phar require pmvc-plugin/thumbnail
All versions of thumbnail with dependencies
PHP Build Version
Package Version
The package pmvc-plugin/thumbnail contains the following files
Loading the files please wait ....