PHPverse 2025

Voting

: eight minus three?
(Example: nine)

The Note You're Voting On

nils dot clark-bernhard at human-aspects dot de
17 years ago
Regarding ob at babcom dot biz's function Resize($Dir,$Image,$NewDir,$NewImage,$MaxWidth,$MaxHeight,$Quality)

Make sure to not use a quality of 9 or higher for png resizing.

PHP will output an error like:
fatal libpng error: zlib failed to initialize compressor
or
gd-png error: setjmp returns error condition

<< Back to user notes page

To Top