ID:               28230
 Comment by:       wkpark at gmail dot com
 Reported By:      crosser at hanmail dot net
 Status:           Assigned
 Bug Type:         Feature/Change Request
 Operating System: Linux
 PHP Version:      4.3.6
 Assigned To:      iliaa
 New Comment:

link of the patch is broken.


Previous Comments:
------------------------------------------------------------------------

[2004-04-30 14:45:46] [EMAIL PROTECTED]

No new features are being added to PHP 4 or 5 at this time. 

------------------------------------------------------------------------

[2004-04-30 08:08:23] crosser at hanmail dot net

Description:
------------
* imagearc()
algorithm change : triangle loop -> one polygon

* truecolor(), truecoloralpha()
add to php function

* imagefttext()
add 'charspacing'
imagefttext($im, size, angle, x, y, col, font, text,
array('linespacing'=>1.5, 'charspacing'=>.9));

----gdfx----

* imagesharpen();
like photoshop filter 'sharpen'
imagesharpen($im, decimal)

* imagesquaretocircle();
original image must square.
$im = imagecreatefrompng('origin.png'); // ex:400x400
$oim = imagesquaretocircle($im, 200); // (radius) output : 400x400
circleimage

* imagefttextcircle()
text draw
imagefttextcircle($im, centerX, centerY, radius, textradius,
fillPortion, fontFilePath, fontsize, 'toptext', 'bottomtext', color);

Reproduce code:
---------------
http://my.netian.com/~crosser/files/php-4.3.6_bundledgd+charspace_polyarc_+gdfx.patch.bz2

this is patch file. ;)



------------------------------------------------------------------------


-- 
Edit this bug report at http://bugs.php.net/?id=28230&edit=1

Reply via email to