How to make one color transparent in a PNG?
8 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
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 comentarios
the cyclist
el 1 de Nov. de 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.
Respuestas (2)
Sahithi Kanumarlapudi
el 4 de Nov. de 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 comentarios
Walter Roberson
el 4 de Nov. de 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 comentarios
Ver también
Categorías
Más información sobre Image Processing Toolbox en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!