Image processor for sprity that uses lwip as the image processing library
sprity's default image processor
javascript only, no external library dependencies
- sprity version >= 1.0
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
- png (Default)
- jpg
- gif
- lwip-interpolation: Optional interpolation method. Defaults to "lanczos". Possible values:
- nearest-neighbor
- moving-average
- linear
- grid
- cubic
- lanczos
See sprity documentation