Oldes / Rebol-issues

Issue tracker for https://github.com/oldes/Rebol3
4 stars 0 forks source link

Windows JPEG codec failed to decode file #2587

Closed Oldes closed 8 months ago

Oldes commented 8 months ago

I have found a JPEG file which I am not able to load on Windows:

>> load %test.jpg

** Access error: cannot decode or encode (no codec): -2003292274
** Where: image decode either either all decode
** Near: lib/image/load/as data 'JPEG

The returned error ID is from Windows OS codec and means: the bitmap property type is unexpected.

Rebol2 has no problem with this file and it is possible to open it in other programs as well. Red is not able to load this file as well (probably because it is using OS codec in the same way)