IRCForumları - IRC ve mIRC Kullanıcılarının Buluşma Noktası

IRCForumları - IRC ve mIRC Kullanıcılarının Buluşma Noktası (https://www.ircforumlari.net/)
-   PHP (https://www.ircforumlari.net/php/)
-   -   Yazıdan transparent resim yapmak (https://www.ircforumlari.net/php/643913-yazidan-transparent-resim-yapmak.html)

hAte 11 Kasım 2014 05:01

Yazıdan transparent resim yapmak
 
PHP- Kodu:

$theText "
Bu forumdaki linkleri ve resimleri görebilmek için en az 25 mesajınız olması gerekir.
style="color: #007700">;
$fontSize 15;
$angle 25;
$font "arial.ttf";

$size imageTTFBBox($fontSize$angle$theFont$theText);
$image imageCreateTrueColor(abs($size[2]) + abs($size[0]), abs($size[7]) + abs($size[1]));
imageSaveAlpha($imagetrue);
ImageAlphaBlending($imagefalse);

$transparentColor imagecolorallocatealpha($image200200200127);
imagefill($image00$transparentColor);

$textColor imagecolorallocate($image200200200);
imagettftext($image$fontSize00abs($size[5]), $textColor$font$theText);
imagepng($image"textImage.png");
imagedestroy($image); 



Tüm Zamanlar GMT +3 Olarak Ayarlanmış. Şuanki Zaman: 14:01.

Powered by vBulletin® Version 3.8.8 Beta 3
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Search Engine Friendly URLs by vBSEO
Copyright ©2004 - 2024 IRCForumlari.Net