Exporting to Georeferenced Image

Is it possible to export georeferenced imagery from Cesium? e.g. a jpg/tif with worldfile?

I am aware of the screenshot-style canvas.toDataURL() function, but I need to know the coordinate associated to each pixel.

Here you can get extent coordinates then you just need the pixcels of the view

1 Like