필터 지우기
필터 지우기

imread>get_format_info error

조회 수: 63 (최근 30일)
ahmed gaafer
ahmed gaafer 2020년 2월 26일
답변: Guillaume 2020년 2월 26일
I = imread('Jaguar.bmp');
when I try to execute this line on any image this error occures
Error using imread>get_format_info (line 541)
Unable to determine the file format.
Error in imread (line 389)
fmt_s = get_format_info(fullname);
Error in Untitled (line 1)
I = imread('Jaguar.bmp');
I added the images path to the default pathes and tried like 10 solutions still no answer.
How can I read .bmp, .jpg, .png image files?
  댓글 수: 7
Guillaume
Guillaume 2020년 2월 26일
Attach the image file (doesn't matter if you can't open it) and we'll take a look.
Guillaume
Guillaume 2020년 2월 26일
ahmed gaafer's comment posted as an answer moved here:
Here are a couple of samples

댓글을 달려면 로그인하십시오.

채택된 답변

Guillaume
Guillaume 2020년 2월 26일
does that mean that they are corrupted ?
Very much so, I'm afraid. The two files you attached are just a long stream of 0s. There's absolutely nothing useful in the two files.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Image Processing Toolbox에 대해 자세히 알아보기

제품


릴리스

R2019b

Community Treasure Hunt

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

Start Hunting!

Translated by