how to convert .bmp to .txt file

Hi,
in Verilog code i want the .txt file of image .bmp now how i can convert it in MATLAB? Please excuse my poor english.

 Respuesta aceptada

Pedro Villena
Pedro Villena el 14 de En. de 2013

1 voto

rgb = imread('myImageFile.bmp');
dlmwrite('myImageFile.txt',rgb);

Más respuestas (0)

Categorías

Más información sobre Convert Image Type en Centro de ayuda y File Exchange.

Productos

Etiquetas

Preguntada:

el 14 de En. de 2013

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by