|
Posted by J.O. Aho on 05/15/07 18:43
Zoe Brown wrote:
>> If the script uses gd built into PHP, it won't make any difference, if
>> there
>> is a leak, then there is a leak in the PHP itself., in which case they
>> should
>> upgrade to the latest stable version.
>
> I am using imagecreatefromjpeg() (and all the other simular methods) but to
> be honest I cant work out *what* it is. I am a bit new to php, and not sure
> if it is a method for GD or imagemagick or something else ! I do know that
> it is working just fine though.
The graphics functions in PHP is from gd, usually the built in version.
You can use imagemagick from PHP, but then you use it via the exec() function.
IMHO you get better control when using gd than using imagemagick (which I'm
forced to use at work, as the person who made the system we use from the
beginning didn't know hot to get gd to work in PHP).
--
//Aho
Navigation:
[Reply to this message]
|