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
imagestring
imagestring
Drawastringhorizonta
iptcembed
iptcembed
EmbedbinaryIPTCdatai
imagecolorclosestalpha
imagecolorclosestalpha
Gettheindexofthecolo
imagecropauto
imagecropauto
Automaticallycropani
imagefontheight
imagefontheight
Getfontheight
imagecreatefromgd2
imagecreatefromgd2
CreatenewimagefromaG
imagegif
imagegif
Outputimagestobrowse
imagerotate
imagerotate
Rotatetheimageatagiv
Popular Articles
How to set image transparent channel in combination with imagesavealpha()
Use imagefilter() to achieve transparent image effects
Add translucent color effects to text
Confusing imagecolorallocate() with imagecolorallocatealpha()
Forgot to set imagealphableending() to false causes image merging to fail
The image saving format is incorrect after setting transparent (such as using JPEG)
Create icons with transparent borders
How to create transparent layers with alpha values