What features would you like included in an image manipulati

GD and GD2 are useful libraries for creating graphics on-the-fly. Discuss your PHP GD and GD2 scripts here.

Moderators: onion2k, General Moderators

User avatar
bokehman
Forum Regular
Posts: 509
Joined: Wed May 11, 2005 2:33 am
Location: Alicante (Spain)

Post by bokehman »

nathanr wrote:a proper vector like circle image which text can wrap around, please
Actually that is sort of possible. Have a look at this: http://www.meyerweb.com/eric/css/edge/r ... /demo.html
User avatar
nathanr
Forum Contributor
Posts: 200
Joined: Wed Jun 07, 2006 5:46 pm

Post by nathanr »

a proper vector like circle image which text can wrap around, please
you can also use flash, but then with all the advancements in internet technology, you still can't have anything but rectangular spaces! I reckon its one of those things like the cure for a common cold.
User avatar
onion2k
Jedi Mod
Posts: 5263
Joined: Tue Dec 21, 2004 5:03 pm
Location: usrlab.com

Post by onion2k »

SVG can do circles and clipping paths for text. Needs a plugin on some browsers though.
bl0wfish
Forum Newbie
Posts: 3
Joined: Wed Jun 21, 2006 5:20 pm

Post by bl0wfish »

Check out this one: http://www.dotscript.com/Products/PHP-Image-Sorcerer

It really has a lot of features + a very smart caching mechanism.
Post Reply