imread_irfanview(fi​lename)

バージョン 1.0.0.0 (731 Bytes) 作成者: Dirk-Jan Kroon
Read Images not supported by Matlab, but supported by Irfanview
ダウンロード: 169
更新 2015/9/14

ライセンスの表示

Matlab sometimes does not support an certain image format. For instance Error reading bmp data Bitfield compression not supported.
This function imread_irfanview, uses the installed Irfanview application to convert the not-supported image file to a TIF file supported by Matlab.
Note, probably you have to change the PATH to the Irfanview application inside your code.
Example,
I = imread_irfanview('test.bmp');
figure, imshow(I);

引用

Dirk-Jan Kroon (2024). imread_irfanview(filename) (https://www.mathworks.com/matlabcentral/fileexchange/52996-imread_irfanview-filename), MATLAB Central File Exchange. 取得済み .

MATLAB リリースの互換性
作成: R2012b
すべてのリリースと互換性あり
プラットフォームの互換性
Windows macOS Linux
カテゴリ
Help Center および MATLAB AnswersImport, Export, and Conversion についてさらに検索

Community Treasure Hunt

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

Start Hunting!
バージョン 公開済み リリース ノート
1.0.0.0

%temp% replaced by getenv('temp')