QSvgWidget load svg Datei, "libpng warning: iCCP: known incorrect sRGB profile"
-
Hi,
I'm trying to understand this warning from qt.gui.imageio:
qt.gui.imageio: libpng warning: iCCP: known incorrect sRGB profileI am experiencing a warning when using QSvgWidget::load(file.svg) to load an SVG file. However, shouldn't this warning occur when loading a PNG file instead?
-
Hi,
I'm trying to understand this warning from qt.gui.imageio:
qt.gui.imageio: libpng warning: iCCP: known incorrect sRGB profileI am experiencing a warning when using QSvgWidget::load(file.svg) to load an SVG file. However, shouldn't this warning occur when loading a PNG file instead?
@rs_elk said in QSvgWidget load svg Datei, "libpng warning: iCCP: known incorrect sRGB profile":
However, shouldn't this warning occur when loading a PNG file instead?
Yes, you're loading a png somewhere.