Skip to content

andrewrk/node-plan-thumbnail

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

See node-plan.

Backend is node-imagemagick.

additional dependencies

  • requires imagemagick CLI tools to be installed

input

  • tempPath - image to generate a thumbnail for
  • makeTemp - 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 - boolean
  • width - width of thumbnail
  • height - height of thumbnail
  • strip - boolean
  • filter
  • sharpening
  • gravity - one of ['NorthWest', 'North', 'NorthEeast', 'West', 'Center', 'East', 'SouthWest', 'South', 'SouthEast']
  • crop - boolean

exports

none

About

node-plan plugin for generating a thumbnail of a picture

Resources

Stars

Watchers

Forks

Packages

No packages published