imread_irfanview(fi​lename)

Read Images not supported by Matlab, but supported by Irfanview
169 descargas
Actualizado 14 sep 2015

Ver licencia

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);

Citar como

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

Compatibilidad con la versión de MATLAB
Se creó con R2012b
Compatible con cualquier versión
Compatibilidad con las plataformas
Windows macOS Linux

Community Treasure Hunt

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

Start Hunting!
Versión Publicado Notas de la versión
1.0.0.0

%temp% replaced by getenv('temp')