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

 ID:               50826
 Updated by:       [email protected]
 Reported by:      pcfrr at yopmail dot com
 Summary:          GD: Add the "get values" function
-Status:           Open
+Status:           Assigned
 Type:             Feature/Change Request
 Package:          GD related
 Operating System: *
 PHP Version:      5.3.1
-Assigned To:      
+Assigned To:      pajoye

 New Comment:

Have a slightly different patch, will apply it soonish to trunk.


Previous Comments:
------------------------------------------------------------------------
[2010-05-18 10:48:32] [email protected]

I would suggest we redesigned the GD extension instead of having alot
getters and setters but perhaps something more abstract like:

imageset($im, IMAGE_THICKNESS, 5);



echo imageget($im, IMAGE_THICKNESS); /* 5 */

------------------------------------------------------------------------
[2010-01-22 17:13:45] pcfrr at yopmail dot com

Description:
------------
Hi, I 'spoke' with Pierre in libgd's chat.

I answered if exist the function to GET the values of thickness, color,
size, but maybe this isn“t.



He 'said' me put the bug here.

Reproduce code:
---------------
If imagesetthickness($this->im, 2); after how I can GET the thickness?

maybe this function not exist.



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



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

Reply via email to