Emil Edeholt wrote:

> Hi!
> 
> I have a website where people can upload photos and it creates
> previews. My problem is with pictures with big dimensions like 12000px
> height for example where the script times out. I've seen other sites
> that seems do be able to do this faster. I use gd to scale the image.
> Is there a faster way of doing it? Is ImageMagick better for example?

I've got a similar site - I use ImageMagick::mogrify for changing
dimensions etc.  And much faster I'm sure.


/Per Jessen, Zürich

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to