我聽到人們說它不是。 不過,我創建了一個TBitmap和 For I := 1 to bmp.Width do
For J := 0 to bmp.Height do
bmp.canvas.Pixels[I,J]:= $00000000;
清理整個區域然後我畫了抗鋸齒文本到位圖上,並將其保存到文件。它在瘸子中打開時顯示透明度信息。 有沒有人有關於此的明確答案,如果它確實有效
我讀了幾件關於這個,但我不知道如何把它放在我的代碼。 這就是: function go($image) {
// Open the image
$getimage=imagecreatefrompng($image);
//Get the width/height
$w = imagesx($getimage);
$h = imagesy($get