here is how I want to resize the images first before displaying them
function convertImage(inputStream) { return gm(inputStream) .resize(180, 180) .se