php/doc-en

Clarify statement about libgd ignoring filters parameter for PNG

Ouverte

#1 582 ouverte le 14 mai 2022

 (3 commentaires) (0 réaction) (0 personne assignée)XML (882 forks)auto 404
Extension: gdgood first issue

Métriques du dépôt

Stars
 (596 étoiles)
Métriques de merge PR
 (Merge moyen 99j 23h) (90 PRs mergées en 30 j)

Description

From manual page: https://php.net/function.imagepng

image

Caution: The filters parameter is ignored by system libgd.

You need to explain what the **** that is supposed to mean, and/or link to some other documentation that explains it.

The parameter is "ignored by system libgd". So, is it systematically ignored and completely useless?? Intuition suggests if that was the case the parameter wouldn't exist. So, maybe PHP's GD library can either use "system libgd" (whatever the **** that is), which ignores this parameter, or something else, which does not ignore it. Then I need to know how to figure out whether or not my installation of PHP is using "system libgd". If that is explained somewhere else, link to it. This sentence, as is and without further explanation, is confusing.

Guide contributeur