PDA

View Full Version : PHP Image & Flash functions


superunison
05-14-2001, 12:06 PM
Haven't been able to get any of the PHP Image output functions to work, ditto with flash. I'm assuming it isn't compiled into the build, but the information page for that build from the FAQ seems to be dead. just curious if i'm crazy and not writing my code correctly, or if Image and Flash functions aren't in there. If they aren't? Is there any plan to compile them in anytime soon?

Thanks,
Chris

superunison
05-14-2001, 12:16 PM
never mind, answered my own question :)

chris

slimelord
05-24-2001, 08:28 AM
I think that you *MUST* implement the GD library, compiled in your servers, i dont know how many people are asking for that, but its free.
http://www.boutell.com/gd

Please support that library in the system, because i need to create some usefull functions to determine the width and heigh of a JPEG file, and i dont know how to make it in PHP without the GD library.
Thanks to all people here.
[XXXXXX]

superunison
05-26-2001, 12:27 AM
GD is installed by default, version 1.62, at least. as far as i can tell, it has support for the PHP JPG and PNG functions, as well as windows BMP functions. i've run some test scripts, and the JPG functions, at least, are working. i haven't tested PNG or bitmap yet.

chris