[thelist] Graphic Output from Numeric Input

deboute benjamin deboute at fr.clara.net
Mon Oct 9 04:06:35 CDT 2000


At 14:19 09/10/00 +1000, you wrote:
>on 10/9/00 12:52 PM, Subhendu Mohapatra at mmamata at eth.net wrote:
>
> > I want to convert/or create a picture ( in JPEG ) from a numerical value.
> > The output of a programme is say 2587, I want to display it as a JPEG
> > picture. Is there any software available to convert this .
>
>If you have access to PHP, there are built-in GIF creation functions to do
>this. (I know, you want JPEG, but this may be useful)


PHP does support image creation but it's not build-in, it assumes that 
you've got the GD library.
the GIF support of the GD library is de-activated since the GIF affair, but 
you can find an old version.

anyway, i tried the GD, but i didn't liked it.
rather use the PERL library image::magik, it's very complete, scalable and 
versatile

http://www.imagemagik.org
http://www.php.net/manual/ref.image.php

there are image magik php functions, but only in PHP3 and i didn't found 
them on the php site.





More information about the thelist mailing list