how to my indexed imgage as png file
1 回表示 (過去 30 日間)
古いコメントを表示
[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 件のコメント
採用された回答
Azzi Abdelmalek
2013 年 10 月 30 日
[cdata cmap]=imread('pc.gif');
imshow(cdata,cmap)%display your image
imwrite(cdata,cmap,'pc.png')
その他の回答 (0 件)
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!