I'm using PHP with GD2 to create image thumbnails, but it gets
extremely slow when processing large images (1600x1200 or more). I
had to raise max_execution_t ime to more than 120 secs and I don't
think my client is going to like that :( I guess I could switch to
bilinear resizing but it looks really awful.
Are there any tricks to speed up GD2 a little?
Thanks in advance!
extremely slow when processing large images (1600x1200 or more). I
had to raise max_execution_t ime to more than 120 secs and I don't
think my client is going to like that :( I guess I could switch to
bilinear resizing but it looks really awful.
Are there any tricks to speed up GD2 a little?
Thanks in advance!
Comment