I cannot open pictures with type PNG, and if i open a picture, it shows me this message (Fatal error reading PNG image file: Not a PNG file) How can i solve this problem please ?
Asked
Active
Viewed 2.1k times
2
-
1I think the PNG file itself is corrupted, or is different filetype renamed to .png – May 08 '16 at 11:59
1 Answers
3
You may have a corrupt PNG library. Try reinstalling it. Just press Ctrl+Alt+T on your keyboard to open Terminal. When it opens, run the command(s) below:
sudo apt-get install --reinstall libpng*-dev

Mitch
- 107,631