ID:               28230
 Updated by:       [EMAIL PROTECTED]
 Reported By:      crosser at hanmail dot net
-Status:           Assigned
+Status:           Feedback
 Bug Type:         Feature/Change Request
 Operating System: Linux
 PHP Version:      4.3.6
-Assigned To:      iliaa
+Assigned To:      pajoye
 New Comment:

Set to feedback if he likes to propose it again.

But I doubt it will make it in in a near future, gdfx is a source of
troubles right now. It may change in future gd release.


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

[2006-08-21 11:41:16] wkpark at gmail dot com

link of the patch is broken.

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

[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