Sublime Forum

ST4: PNG files are not displayed graphically but in the HEX dump

#1

After updating to version 4180, PNG files are no longer displayed graphically but as a HEX dump.
This problem is observed in Linux and Windows. macOS seems to be OK.

0 Likes

#2

I suggest checking your settings for "image_file_patterns" as that now controls which files are opened as images. You can also reopen a file as an image under the File menu.

1 Like

#3

Thanks for your suggestion.
After adding

“image_file_patterns”: [".jpg", ".jpeg", “.png", ".gif”, “*.bmp”],

the tool works fine.

0 Likes