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
iptcembed
iptcembed
EmbedbinaryIPTCdatai
imagefilledarc
imagefilledarc
Drawapartialarcandfi
imageresolution
imageresolution
Getorsettheresolutio
imagecopyresized
imagecopyresized
Copyandadjustpartoft
imagecreatefrombmp
imagecreatefrombmp
Createnewimagefromaf
png2wbmp
png2wbmp
ConvertPNGimagefilet
imagechar
imagechar
Drawacharacterhorizo
imagegd2
imagegd2
OutputGD2imagestobro
Popular Articles
Use imagecolorallocatealpha() to set translucent colors
Confusing imagecolorallocate() with imagecolorallocatealpha()
The image saving format is incorrect after setting transparent (such as using JPEG)
Previewing the difference in results using browsers that do not support alpha
Dynamically generate RGBA color boards
Use imagefilter() to achieve transparent image effects
Use imagefill() to set a transparent background for an image
How to add transparent colors to PNG images