Abdelaziz18003 / gnuplot-imshow

Display an ndarray of pixels as an image using gnuplot

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

License:MIT License


Languages

Language:JavaScript 100.0%