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

atkinson-dither

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

atkinson-dither

Performs Atkinson dithering on an image.

latest
npmnpm
Version
0.0.1
Version published
Maintainers
1
Created
Source

Atkinson Dither for Node.JS

An implementation of the Atkinson dithering algorithm suitable for Node.JS.

http://verlagmartinkoch.at/software/dither/index.html

Installation

npm install atkinson-dither

Usage

On the command line

atkinson-dither -i input-file.png -o output-file.png

In another Node.JS script

var AtkinsonDither = require('atkinson-dither');

// Where imageData is loaded from Canvas or similar...
AtkinsonDither.ProcessImage(imageData);

FAQs

Package last updated on 05 Mar 2017

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