Re: imagecreatefromjpeg() uses too much memory



Well not necessarily but you'd be able to start a new proccess calling
ImageMagick with exec() then the PHP memory limit wouldn't affect it.

I've heard Flickr uses it.

.



Relevant Pages

  • Re: imagecreatefromjpeg() uses too much memory
    ... ImageMagick with exec() then the PHP memory limit wouldn't affect it. ... But Flickr isn't a webhost is it? ...
    (alt.php)
  • Re: Running external programs: what is the best way?
    ... that i created for convert, from ImageMagick) i have 2 possibilities: i can call one function between the exec* family, or i can call the system function: so, which in your opinion is the best? ... is considered to be a reason to deprecate almost all other ways of doing the same thing (os.system, possibly excluded, because of it's sheer simplicity). ...
    (comp.lang.python)
  • Re: alternates to system() and exec() in order to use ImageMagik?
    ... If systemand exec() are disabled, presumably proc_openis too, so you're ... There's an ImageMagick PHP extension in PECL, ... (GhostScript is a Postscript processor - ImageMagick is the image processor) ... Space: disk usage analysis tool ...
    (comp.lang.php)