Skip to content

Abdelaziz18003/gnuplot-imshow

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gnuplot-imshow

Display an ndarray as an image using gnuplot

Installation

npm install gnuplot-imshow

Usage

const getPixels = require('get-pixels')
const imshow = require('gnuplot-imshow');

getPixels('baboon.jpg', (err, pixels) => {
  imshow(pixels, {title: 'baboon image'})
})

gnuplot-imshow-demo

About

Display an ndarray of pixels as an image using gnuplot

Resources

License

Stars

Watchers

Forks

Packages

No packages published