Filter löschen
Filter löschen

imread>get_format_info error

63 Ansichten (letzte 30 Tage)
ahmed gaafer
ahmed gaafer am 26 Feb. 2020
Beantwortet: Guillaume am 26 Feb. 2020
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 Kommentare
Guillaume
Guillaume am 26 Feb. 2020
Attach the image file (doesn't matter if you can't open it) and we'll take a look.
Guillaume
Guillaume am 26 Feb. 2020
ahmed gaafer's comment posted as an answer moved here:
Here are a couple of samples

Melden Sie sich an, um zu kommentieren.

Akzeptierte Antwort

Guillaume
Guillaume am 26 Feb. 2020
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.

Weitere Antworten (0)

Kategorien

Mehr zu Image Processing Toolbox finden Sie in Help Center und File Exchange

Produkte


Version

R2019b

Community Treasure Hunt

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

Start Hunting!

Translated by