Skip to content

pmvc-plugin/thumbnail

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Latest Stable Version Latest Unstable Version Build Status License Total Downloads

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

2. Install by composer.json or use command-line directly

2.1 Install by composer.json

  • vim composer.json
{
    "require": {
        "pmvc-plugin/thumbnail": "dev-master"
    }
}
  • php composer.phar install

2.2 Or use composer command-line

  • php composer.phar require pmvc-plugin/thumbnail