ghash(fileBuffer).calculate(function (err, hash) {
                console.info('start image hash', new Date());
                if (err) {
                    console.error(err);
                    return;