image-util-web
v0.1.0
Published
Image utilities: convert, crop, resize and more
Readme
image-util
Image utilities: convert, crop, resize and more.
$ npm install image-util-webFunctions
- convert: Convert an image from one format to another.
- crop: Crop an image.
- optimize: Reduce the file size of an image.
- quantize: Reduce the color palette of an image.
- rasterize: Convert a vector image (SVG) to a raster image.
- resize: Resize an image.
- rotate: Rotate an image.
- tile: Layout the provided images as a series of tiles.
- vectorize: Convert a raster image into a vector image (SVG).
