Borrar filtros
Borrar filtros

how to my indexed imgage as png file

1 visualización (últimos 30 días)
Anusha
Anusha el 30 de Oct. de 2013
Comentada: Anusha el 31 de Oct. de 2013
[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?

Respuesta aceptada

Azzi Abdelmalek
Azzi Abdelmalek el 30 de Oct. de 2013
[cdata cmap]=imread('pc.gif');
imshow(cdata,cmap)%display your image
imwrite(cdata,cmap,'pc.png')
  2 comentarios
Anusha
Anusha el 31 de Oct. de 2013
Error using imwrite (line 459) Can't open file "pc" for writing. You may not have write permission.
Anusha
Anusha el 31 de Oct. de 2013
i clear the error.. got output thank you

Iniciar sesión para comentar.

Más respuestas (0)

Categorías

Más información sobre Images 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!

Translated by