Skip to content

yadav-arun/floyd-steinberg-dithering

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Floyd Steinberg Dithering for node

Intall via NPM

Install floyd-steinberg-dithering node package using npm , npm install floyd-steinberg-dithering

API

All available functions are :

  • process() : receives two parameter, source path of file with file name & destination of file with file name

Usage and Example

Say filename is : dither.js

var fsDither = require("floyd-steinberg-dithering");

// Must have a file with same name as src path at the location

// process the floyd steinberg dithering
fsDither.process('./src.png', './dest.png');

Use node dither.js, logs will contain the response.

License

Unless stated elsewhere, file headers or otherwise, the license as stated in the LICENSE file.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published