Is it possible png to geotiff using mapping toolbox?

2 次查看(过去 30 天)
I read "export images and Raster grids to GeoTiff' from Export Images and Raster Grids to GeoTIFF.
It's explained using jpg and jgw. Could I use png and pgw for making geotiff?

回答(1 个)

Walter Roberson
Walter Roberson 2024-12-19
Sure. Just use
imagefile = [basename '.png'];
instead of
imagefile = [basename '.jpg'];

标签

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by