Posted by Alvaro G. Vicario on 10/11/67 11:56
*** jackpod escribió/wrote (25 Aug 2006 10:48:32 -0700):
> 3)The first name, last name and an image of the selected country's flag
> are combined into one image of size x pixels wide by y pixels in
> height.
>
> Your help in figuring out a strategy for requirement #3 above would be
> much appreciated.
I've been using the ImageMagick suite (available in many Unix boxes) for
several years and it's very powerful. You have a detailed reference in
their site:
http://www.imagemagick.org/
If it's installed in your system, you can use its command line tools with
system() or exec(). Alternatively there's a PECL extension, though it seems
stalled:
http://pecl.php.net/package/imagick
I haven't used the extension.
--
-+ http://alvaro.es - Álvaro G. Vicario - Burgos, Spain
++ Mi sitio sobre programación web: http://bits.demogracia.com
+- Mi web de humor con rayos UVA: http://www.demogracia.com
--
[Back to original message]
|