New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

image-processing-js

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

image-processing-js

A pure JavaScript raster image processing engine.

latest
Source
npmnpm
Version
0.0.5
Version published
Maintainers
1
Created
Source

image-processing-js

A pure JavaScript raster image processing engine.

Build Status npm npm Maintainability Known Vulnerabilities license

Installation

Clone the repository and build it:

$ git clone https://github.com/tom-weatherhead/image-processing-js.git
$ cd image-processing-js
$ npm run build

Then run an image processing command; e.g.

$ npm start -- rs
$ npm start -- rs -sc -w 640 -h 480 -q 60

Supported bitmap image processing operations:

- Colour transformations
- Compositing
- Convolvutions, including Gaussian blur
- Flip and mirror
- Pixelate
- Resampling: Nearest neighbour, bilinear, and bicubic
- Rotation

TODO:

- Implement and test resampling in context
- Test the new dividend remapping algorithm
- Attempt to improve the performance of the arithmetic code by using integer types such as UINT16,
and optimized operations such as (x / 256) === (x >> 8);
- Add unit tests

License

MIT

Keywords

bicubic

FAQs

Package last updated on 15 Nov 2019

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts