See node-plan.
Backend is node-imagemagick.
additional dependencies
- requires imagemagick CLI tools to be installed
input
tempPath
- image to generate a thumbnail formakeTemp
- a function which generates a tempfile and accepts a suffix
output
tempPath
- path to the generated thumbnail
options
format
- what format to save in, such as 'jpg'. defaults to 'png'.quality
- between 0 and 1. only applies for some formats.progressive
- booleanwidth
- width of thumbnailheight
- height of thumbnailstrip
- booleanfilter
sharpening
gravity
- one of ['NorthWest', 'North', 'NorthEeast', 'West', 'Center', 'East', 'SouthWest', 'South', 'SouthEast']crop
- boolean
exports
none