plan-thumbnail

0.1.1 • Public • Published

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

Readme

Keywords

none

Package Sidebar

Install

npm i plan-thumbnail

Weekly Downloads

1

Version

0.1.1

License

BSD

Last publish

Collaborators

  • superjoe
  • stereosteve