1.0.7 • Published 7 years ago

his4gram v1.0.7

Weekly downloads
1
License
MIT
Repository
github
Last release
7 years ago

his4gram

Here is Nodejs module for generate photo histogram without canvas or any dependecies!

Installation: npm install --save his4gram

Simple use

var his4gram = require('his4gram');

// generate photo histogram with default setting. Just give input and output path.
his4gram('./lena.png', './histogram_normal_lena.jpg');

Thank to the nice Nodejs module jimp. that give us freedom from canvas and any dependecies.

alt normalsetting

Setting

will update this part soon. from now, just look in /test/index.js for how setting are and how it work.

1.0.7

7 years ago

1.0.6

7 years ago

1.0.5

7 years ago

1.0.4

7 years ago

1.0.3

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago