Is there a way, through code, to find out if the GD library is installed?
I have to be able to tell if the user has it installed before I start using its functions.
Printable View
Is there a way, through code, to find out if the GD library is installed?
I have to be able to tell if the user has it installed before I start using its functions.
And while I'm asking this, is imagesx() and imagesy() part of the GD Library? Those are the ones I need to use.
If there are also any alternative functions that can be used, that would be helpful as well.
I just want to make sure the functions will be available for any user that uses my package.
Nevermind, I answered my own question here: http://www.php.net/getimagesize :rolleyes:
Sorry for wasting everyone's time.