Getting Started
Jimp (JavaScript Image Manipulation Program) is a package that makes it easy to load and manipulate images in the browser and Node.js. It aims to run anywhere that JavaScript is supported.
Read the full documentation to learn more about the API.
Jimp supports the following image formats:
Usage
The workflow for using jimp
-
Load an image.
-
Manipulate the image.
-
Save the image.