how to my indexed imgage as png file
1 visualizzazione (ultimi 30 giorni)
Mostra commenti meno recenti
[cdata cmap]=imread("pc.gif");
How i save this image and view this?
Also i save this image as png file?
How it is possible?
0 Commenti
Risposta accettata
Azzi Abdelmalek
il 30 Ott 2013
[cdata cmap]=imread('pc.gif');
imshow(cdata,cmap)%display your image
imwrite(cdata,cmap,'pc.png')
Più risposte (0)
Vedere anche
Prodotti
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!