if (image.width == params.width && image.height == params.height) {
            next(null, image);
            return params;
        }