Well, I'm trying to make a dynamic image. But I want it just plain text. So, 2 things:
1. How can I make an image with PHP that is only text?
2. Is it possible to use a script located somewhere else on the internet? (I doubt it)
Thanks!
Quote from: demize on July 27, 2008, 09:02:08 AM
Well, I'm trying to make a dynamic image. But I want it just plain text. So, 2 things:
1. How can I make an image with PHP that is only text?
2. Is it possible to use a script located somewhere else on the internet? (I doubt it)
Thanks!
You can use the GD Graphics Library for both.
http://nl.php.net/manual/en/ref.image.php
My server has ImageMagick, does that run off GD?
Take a look at this tutorial. Not directly what you want but you can learn from it. http://devzone.zend.com/node/view/id/1269
Quote from: demize on July 27, 2008, 08:58:06 PM
My server has ImageMagick, does that run off GD?
If your server runs ImageMagick it should be having GD. And IM and GD are different, they both function differently(Although IM works better :))