Jump to content

[SOLVED] libpng warning: Interlace handling should be turned on when using png_read_image


photo

Recommended Posts

ImagePtr image = Image::create();

image->load("heights.png");

terrain->setHeights(0, 0, image);

 

Image loaded successfully, but heights did not set in object terrain.

What that Interlace handling and with what it eat?

Link to comment
×
×
  • Create New...