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
imagefilledrectangle
imagefilledrectangle
Drawafilledrectangle
imagettfbbox
imagettfbbox
UseTrueTypefonttogiv
image_type_to_mime_type
image_type_to_mime_type
GetMime-Typeoftheima
imagecopymerge
imagecopymerge
Copyandmergepartofth
imagesx
imagesx
Getimagewidth
imagerotate
imagerotate
Rotatetheimageatagiv
iptcparse
iptcparse
ParsingbinaryIPTCblo
imagesettile
imagesettile
Setthemapforfilling
Popular Articles
Reasons for PNG saving opacity after using imagecolorallocatealpha()
How to set image transparent channel in combination with imagesavealpha()
How to avoid transparent layers being overwritten by other layers
Use imagepng() to save images
Use PHP to implement translucent watermark function
Use imagecolorallocatealpha() to create gradient transparent effects
Imagecreatetruecolor() and imagecolorallocatealpha() use examples
What is the range of alpha value? (0 to 127)