Visa signatur
Into the Web Browser for iPhone, http://www.intothewebbrowser.com/
Som titel säger får jag error 500 på min lokala webserver när jag försöker kopiera bilden nedan
$gradient = imagecreatetruecolor($scale, $scale);
for ($i = 0; $i < $scale; $i++) {
$alpha = round((127 / $scale) * $i);
$color = imagecolorallocatealpha($gradient, 0, 255, 0, $alpha);
imagefilledrectangle($gradient, $i, 0, ($i + 1), $scale, $color);
}
över till en annan.
Har kopierat en bild jag laddat via imagecreatefrompng med lycka men denna gradient vill mig inte väl.
Idéer? Tack på förhand
Into the Web Browser for iPhone, http://www.intothewebbrowser.com/
Copyright © 1999–2023 Geeks AB. Allt innehåll tillhör Geeks AB.
Citering är tillåten om källan anges.