how to convert .bmp to .txt file

2 visualizaciones (últimos 30 días)
reza
reza el 14 de En. de 2013
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
rgb = imread('myImageFile.bmp');
dlmwrite('myImageFile.txt',rgb);

Más respuestas (0)

Categorías

Más información sobre Convert Image Type en Help Center y File Exchange.

Etiquetas

Productos

Community Treasure Hunt

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

Start Hunting!

Translated by