1

I am doing math using GNU Octave, but no matter what version of GNU Octave I install, this warning appears every time I want to plot something, and then the program has no response.

libpng warning: iCCP: Not recognizing known sRGB profile that has been edited

My question has nothing to do with Android Studio. I know it is not the problem of GNU Octave, but I do not know how to fix.

OS: Windows 8.1 x64

GNU Octave 4.2.0 installed by octave-4.2.0-w64-installer

this is the warning

Community
  • 1
  • 1
F.ZYoe
  • 11
  • 4
  • what OS and how have you installed which GNU Octave version? I know some of these can be answered from the linked screenshot but it should be in your question as TEXT – Andy Jun 07 '17 at 17:28
  • OK. I installed GNU Octave 4.2.0 on Windows 8.1 x64 by octave-4.2.0-w64-installer. – F.ZYoe Jun 08 '17 at 03:59

1 Answers1

0

All these warnings can be removed by using a command tool called "pngcrush" in git bash on Windows. And then Octave will work well.

follow this answer

F.ZYoe
  • 11
  • 4