Merlin wrote:

> Hi there,
> 
> I need to manipulate images on the fly. My goal is to make the image
> very bright, or to add a sepia effect. The problem is, that this takes
> a lot of computing power on 1024 pictures. About 2s on my server until
> the image is delivered.

Yeah, you're doing CPU-intensive stuff in an interpreted language -
it'll never be efficient unless you write it in C or similar. 



/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