Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
iskrisis committed Mar 12, 2020
2 parents 91d34a9 + f00840e commit a06bcda
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,12 @@ Vips is library similar to Imagemagick but uses much less memory and it's faster
## Why use ImageMagick or GD
This library is aimed only at resizing and cropping. Kirby's other thumb functions like grayscale, blur won't work. Cropping right now uses vips "smartcrop" algorythm which might be advantage but you can't set cropping by hand (could be easily implemented i just don't have use for it).

## Installation

Download and copy this repository to ```/site/plugins/kirby3-vipsthumbnail```

Alternatively, you can install it with composer: ```composer require floriankarsten/kirby3-vipsthumbnail```

## Output options
Vips has some options that i don't understand (like trellis-quant, overshoot-deringing, optimize-scans) but these options are currently implemented:

Expand Down

0 comments on commit a06bcda

Please sign in to comment.