module.exports = function (source, destination, options) {

    var dim = source.getWidth() * source.getHeight(),
        idx,
        value;