Forum Moderators: coopster
header ( 'Content-type: image/png' );
@imagepng( $captchaImage, NULL, 9, PNG_ALL_FILTERS);
Everything works nicely, but I just noticed some errors in my server log file:
libpng warning: Incomplete compressed datastream in iCCP chunk
libpng warning: Profile size field missing from iCCP chunk
Searching the web didn't really help, seems to be some bug the library.
Wondering if anyone has any ideas if there are fixes to this. I still don't fully understand what these mean in the first place.