Fatal error: imagepng()

Fatal error: imagepng() [<a href='function.imagepng'>function.imagepng</a>]: gd-png: fatal libpng error: zlib error in...

Here is some info I found on another site:
Since PHP v5.1 the GD function imagepng() accepts compression argument. The compression argument must be from 0 to 9.
For images is using the compression settings when creating thumbnails or image resizing for jpeg images which can be from 0 to 100.
Because of that using imagepng() function will return fatal error
0 Responses