How to make one color transparent in a PNG?
7 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
Hi, I am making maps and want to have the land transparent to then overlay over Google maps. The way around it I think is to creat the figure with land in black (as nothing else in the image is black) and the have that color made trasnaprent. I have not been able to do this so far... Here's the code, I appreciate anyone pointing me in the right direction. thanks

2 commentaires
the cyclist
le 1 Nov 2019
It's better to paste code than an image of code. Otherwise, if someone wants to try it out, they need to retype everything.
Réponses (2)
Sahithi Kanumarlapudi
le 4 Nov 2019
You can change the transparency of a color in an image using ‘AlphaData’ property. The following link has an example
In order to change the transparency of an object on an axis you can use ‘alpha’ property. For more information refer to the following link
Hope this helps!
0 commentaires
Walter Roberson
le 4 Nov 2019
print() to the png file. Then read in the file and write out a new copy of it that has the appropriate color set as transparent. See
0 commentaires
Voir également
Catégories
En savoir plus sur Image Processing Toolbox dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!