Home
PHP
PHP Tutorial
Latest Articles
English
English
简体中文
中文(繁體)
日本語
한국어
Français
Deutsch
မြန်မာဘာသာ
Current Location:
Home
>
Function Categories
>
imagecolorallocatealpha
imagecolorallocatealpha
Assign colors to images
Name:
imagecolorallocatealpha
Category:
Image processing GD
Programming Language:
php
One-line Description:
Assign colors to images
Related
Imagecreatetruecolor() and imagecolorallocatealpha() use examples
4
The problem of color deviation after using imagecolorallocatealpha()
3
imagecolorallocatealpha() is incompatible with non-PNG formats
4
How to avoid transparent layers being overwritten by other layers
6
Why does the background turn black after imagepng() export?
6
How to avoid color allocation failures return false
9
imagealphableending() side effects of not calling correctly
3
Forgot to set imagesavealpha() which causes transparency to be invalid
8
What is the range of alpha value? (0 to 127)
2
Reasons for PNG saving opacity after using imagecolorallocatealpha()
4
Why does the transparent color set by imagecolorallocatealpha() not work?
1
Use imagecolorallocatealpha() and imagefilledrectangle() to achieve transparent masking effect
4
«
1
2
3
»
Similar Functions
jpeg2wbmp
jpeg2wbmp
ConvertJPEGimagefile
imageresolution
imageresolution
Getorsettheresolutio
imageantialias
imageantialias
Shouldanti-aliasingb
imagecopyresampled
imagecopyresampled
Copyandadjustpartoft
imagettfbbox
imagettfbbox
UseTrueTypefonttogiv
imageflip
imageflip
Fliptheimageusingthe
imagettftext
imagettftext
Writetexttoimageusin
imagecolorat
imagecolorat
Gettheindexofpixelco
Popular Articles
How to add transparent colors to PNG images
The image saving format is incorrect after setting transparent (such as using JPEG)
Dynamically generate RGBA color boards
Use imagecolorallocatealpha() to create gradient transparent effects
Create icons with transparent borders
Forgot to set imagealphableending() to false causes image merging to fail
Mix multi-layer images with alpha blending
Detailed explanation of the basic usage of imagecolorallocatealpha()