diff --git a/functions/image.xml b/functions/image.xml index db9191fa59..dbf2a44249 100644 --- a/functions/image.xml +++ b/functions/image.xml @@ -1,5 +1,5 @@ - + Image functions Image @@ -1730,11 +1730,16 @@ ImagePng($im); 0 (worst quality, smaller file) to 100 (best quality, biggest file). Default is to 100. + + If you want to output Progressive JPEGs, you need to set interlacing + on with the ImageInterlace. + See also ImagePNG, ImageGIF, - ImageWBMP and + ImageWBMP, + ImageInterlace and ImageTypes. @@ -1804,7 +1809,11 @@ ImagePng($im); is 0 the interlace bit is turned off. - This functions returns whether the interlace bit is set for the + If the interlace bit is set and the image is used as a JPEG image, + the image is created as a progressive JPEG. + + + This function returns whether the interlace bit is set for the image.