Search found 1 match

by tgl
Fri Jan 09, 2009 11:12 pm
Forum: Beginners Help
Topic: PNG FATAL ERROR: Invalid image width
Replies: 18
Views: 7227

It's an irrlicht bug.


--- irrlicht-1.5/source/Irrlicht/CImageLoaderPNG.cpp~ 2008-12-14 07:15:56.000000000 -0500
+++ irrlicht-1.5/source/Irrlicht/CImageLoaderPNG.cpp 2009-01-09 16:56:30.000000000 -0500
@@ -184,9 +184,14 @@

// Update the changes
png_read_update_info(png_ptr, info_ptr);
- png ...