how to convert .bmp to .txt file

2 ビュー (過去 30 日間)
reza
reza 2013 年 1 月 14 日
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 Center および File ExchangeConvert Image Type についてさらに検索

製品

Community Treasure Hunt

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

Start Hunting!

Translated by