Comportamentul acestor funcții este afectat de parametrii stabiliți în php.ini.
| Denumire | Valoare implicită | Poate fi modificată | Changelog | 
|---|---|---|---|
| gd.jpeg_ignore_warning | "1" | PHP_INI_ALL | Available since PHP 5.1.3. | 
Iată o explicație pe scurt a directivelor de configurare.
gd.jpeg_ignore_warning
     bool
    Ignore warnings created by jpeg2wbmp() and imagecreatefromjpeg()
| Versiune | Descriere | 
|---|---|
| 7.1.0 | The default of gd.jpeg_ignore_warning has been changed from 0 to 1. | 
See also the exif configuration directives.
Image functions are very memory intensive. Be sure to set memory_limit high enough.