Is it possible png to geotiff using mapping toolbox?
18 views (last 30 days)
Show older comments
It's explained using jpg and jgw. Could I use png and pgw for making geotiff?
0 Comments
Answers (1)
Walter Roberson
on 19 Dec 2024 at 2:27
Sure. Just use
imagefile = [basename '.png'];
instead of
imagefile = [basename '.jpg'];
0 Comments
See Also
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!