Is it possible png to geotiff using mapping toolbox?

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?

Answers (1)

Sure. Just use
imagefile = [basename '.png'];
instead of
imagefile = [basename '.jpg'];

Products

Tags

Asked:

on 19 Dec 2024

Answered:

on 19 Dec 2024

Community Treasure Hunt

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

Start Hunting!