[PHP-DEV] PHP 4.0 Bug #5521: brushed and styled for GD From: alex <email protected>
Date: 07/11/00

From: alex <email protected>
Operating system: Debian 2.1
PHP version: 4.0.1pl2
PHP Bug Type: Feature/Change Request
Bug description: brushed and styled for GD

I've noticed the GD library supports lots of functions that php didn't implement yet. there are 2 features that would be very cool to have: brushed and styled.

with brushed, gd can use an image file as brush for drawing lines/rectangles (this is really good for drawing fat strokes)

Styled allows you to draw dashed lines, dotted lines and any other variations you define.

brushed and styled can be used togheter to get neat results.

the description of these functions can be found at:
http://www.boutell.com/gd/#gdBrushed
http://www.boutell.com/gd/#gdImageSetBrush
http://www.boutell.com/gd/#gdStyled
http://www.boutell.com/gd/#gdImageSetStyle

It would be just awesome to get those working at php
keep on ruling php team!

-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: php-dev-unsubscribe <email protected>
For additional commands, e-mail: php-dev-help <email protected>
To contact the list administrators, e-mail: php-list-admin <email protected>