Modifications des composantes - PHP Sources
Compatibilité : PHP 5, PHP 7, PHP 8
Applique un pourcentage sur chacune des composantes RGB d'une image.
|
| php.net | Description | Versions PHP | OUTIL |
|---|---|---|---|
| file_exists | Vérifie si un fichier existe - (PHP 4, PHP... | PHP 4, PHP 5, PHP 7, PHP 8 | |
| getimagesize | Retourne la taille d'une image - (PHP 4, PHP... | PHP 4, PHP 5, PHP 7, PHP 8 | |
| imagecolorset | Change la couleur dans une palette à l'index donné - (PHP 4, PHP... | PHP 4, PHP 5, PHP 7, PHP 8 | |
| imagecolorsforindex | Retourne la couleur associée à un index - (PHP 4, PHP... | PHP 4, PHP 5, PHP 7, PHP 8 | |
| imagecolorstotal | Calcule le nombre de couleurs d'une palette - (PHP 4, PHP... | PHP 4, PHP 5, PHP 7, PHP 8 | |
| imagecreatefromgif | Crée une nouvelle image à partir d'un fichier ou d'une URL - (PHP 4, PHP... | PHP 4, PHP 5, PHP 7, PHP 8 | |
| imagecreatefromjpeg | Crée une nouvelle image à partir d'un fichier ou d'une URL - (PHP 4, PHP... | PHP 4, PHP 5, PHP 7, PHP 8 | |
| imagecreatefrompng | Crée une nouvelle image à partir d'un fichier ou d'une URL - (PHP 4, PHP... | PHP 4, PHP 5, PHP 7, PHP 8 | |
| imagecreatefromwbmp | Crée une nouvelle image à partir d'un fichier ou d'une URL - (PHP 4 >= 4.0.1, PHP... | PHP 4, PHP 5, PHP 7, PHP 8 | |
| imagegif | Envoie une image GIF vers un navigateur ou un fichier - (PHP 4, PHP... | PHP 4, PHP 5, PHP 7, PHP 8 | |
| imagejpeg | Envoie une image JPEG vers un navigateur ou un fichier - (PHP 4, PHP... | PHP 4, PHP 5, PHP 7, PHP 8 | |
| imagepng | Envoie une image PNG vers un navigateur ou un fichier - (PHP 4, PHP... | PHP 4, PHP 5, PHP 7, PHP 8 | |
| imagetypes | Retourne les types d'images supportés par la version courante de PHP - (PHP 4 >= 4.0.2, PHP... | PHP 4, PHP 5, PHP 7, PHP 8 | |
| imagewbmp | Affiche une image WBMP - (PHP 4 >= 4.0.1, PHP... | PHP 4, PHP 5, PHP 7, PHP 8 | |
| in_array | Indique si une valeur appartient à un tableau - (PHP 4, PHP... | PHP 4, PHP 5, PHP 7, PHP 8 | |
| preg_match | Expression rationnelle standard - (PHP 4, PHP... | PHP 4, PHP 5, PHP 7, PHP 8 | |
| preg_split | Éclate une chaîne par expression rationnelle - (PHP 4, PHP... | PHP 4, PHP 5, PHP 7, PHP 8 | |
| return | Retourne le controle du programme au module appelant. - (PHP 4, PHP... | PHP 4, PHP 5, PHP 7, PHP 8 | |
| strtolower | Renvoie une chaîne en minuscules - (PHP 4, PHP... | PHP 4, PHP 5, PHP 7, PHP 8 | |
| strtoupper | Renvoie une chaîne en majuscules - (PHP 4, PHP... | PHP 4, PHP 5, PHP 7, PHP 8 | |
Applique un pourcentage sur chacune des composantes RGB d'une image.
Affiche une image transparente. Mais vous pouvez faire tout un script en amount. C'est comme cela que les trackers invisibles sont réalisés.
Créer une image aléatoire - Avec démo en ligne. Librairie GD indispensable. Code vérifié aout 2007 - 2019 (maj).
Effectue une rotation de 90,180 ou 270 degrés sur une image. Retourne un nouvel identifiant d'image.
Redimensionner une image automatiquement.