Is it possible png to geotiff using mapping toolbox?

18 views (last 30 days)
성호
성호 on 19 Dec 2024 at 0:35
Answered: Walter Roberson on 19 Dec 2024 at 2:27
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)

Walter Roberson
Walter Roberson on 19 Dec 2024 at 2:27
Sure. Just use
imagefile = [basename '.png'];
instead of
imagefile = [basename '.jpg'];

Tags

Products

Community Treasure Hunt

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

Start Hunting!