Decoding JPEG image to the palette. jpegToData(function callback) callback call function after decoding. Example: var imageLib = require('./imageLib.js'); imageLib('./images/sample.jpg').jpegToData(function() { this.toPng('./images/simple.png'); });