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
Forgot to set imagealphableending() to false causes image merging to fail
7
The image saving format is incorrect after setting transparent (such as using JPEG)
8
Confusing imagecolorallocate() with imagecolorallocatealpha()
3
Use imagecolorallocatealpha() on non-truecolor images
2
Use imagecolorexactalpha() to match transparent colors exactly
2
Combining imagecolorallocatealpha() with imagecopyresampled() for scaling transparent images
8
Use imagefilter() to achieve transparent image effects
9
Use imagepng() to save images
1
Implement transparent layer merging with imagecopymerge()
10
Add transparent text in combination with imagettftext()
2
Use imagefill() to set a transparent background for an image
1
How to set image transparent channel in combination with imagesavealpha()
9
«
1
2
3
»
Similar Functions
jpeg2wbmp
jpeg2wbmp
ConvertJPEGimagefile
imagerotate
imagerotate
Rotatetheimageatagiv
imageinterlace
imageinterlace
Enableordisableinter
image2wbmp
image2wbmp
Outputimagetobrowser
imagefilledpolygon
imagefilledpolygon
Drawfillpolygons
imagecreatefrompng
imagecreatefrompng
Createnewimagefromaf
imagejpeg
imagejpeg
Outputimagestobrowse
imagecopyresampled
imagecopyresampled
Copyandadjustpartoft
Popular Articles
Use imagepng() to save images
Use transparent background when creating images
imagealphableending() side effects of not calling correctly
Add translucent color effects to text
Use imagecolorallocatealpha() to implement transparent mask overlay
Set the image area to transparent color
How to avoid transparent layers being overwritten by other layers
Uncaught error due to unchecked function return value