Is it possible png to geotiff using mapping toolbox?
Show older comments
It's explained using jpg and jgw. Could I use png and pgw for making geotiff?
Answers (1)
Walter Roberson
on 19 Dec 2024
Sure. Just use
imagefile = [basename '.png'];
instead of
imagefile = [basename '.jpg'];
Categories
Find more on Data Import and Export in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!