how to convert .bmp to .txt file

2 次查看(过去 30 天)
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.

采纳的回答

Pedro Villena
Pedro Villena 2013-1-14
rgb = imread('myImageFile.bmp');
dlmwrite('myImageFile.txt',rgb);

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Convert Image Type 的更多信息

产品

Community Treasure Hunt

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

Start Hunting!

Translated by