warped = geowarp({
in_bbox: bbox3857,
in_data: pixels.pixels,
in_height: height,
in_layout: "[row,column,band]",
in_pixel_depth: 4,
in_srs: 3857,
in_width: width,
out_height: height,
out_layout: "[row,column,band]",
out_no_data: 0,
out_srs: proj4js,
out_width: width,
round: true,
inverse,
forward
});