ppalka-sprity-lwip
v2.0.0
Published
lwip image processing engine for sprity
Downloads
2
Maintainers
Readme
sprity-lwip
Image processor for sprity that uses lwip as the image processing library
sprity's default image processor
javascript only, no external library dependencies
Requirements
- sprity version >= 1.0
Install
By default sprity-lwip
is installed with sprity
.
npm install sprity
If you want to use the command line interface of sprity
install it globally.
npm install sprity -g
Supported image formats
- png (Default)
- jpg
- gif
Options
- lwip-interpolation: Optional interpolation method. Defaults to "lanczos". Possible values:
- nearest-neighbor
- moving-average
- linear
- grid
- cubic
- lanczos
Usage
See sprity documentation