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