Edit report at http://bugs.php.net/bug.php?id=50826&edit=1
ID: 50826 Updated by: ka...@php.net Reported by: pcfrr at yopmail dot com Summary: GD: Add the "get values" function Status: Open Type: Feature/Change Request Package: GD related Operating System: * PHP Version: 5.3.1 New Comment: 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 */ Previous Comments: ------------------------------------------------------------------------ [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