Recent content by Ben113

  1. B

    Dynamically generated thumbnails in PHP, How to optomise?

    Hi, I have a project in which I need to dynamically generate thumbnails for web galleries and have created a caching system which works fine. My problem is that it takes a few seconds for each thumbnail to generate so I show the user an 'image loading' picture. This image is outputted from the...
  2. B

    How to reduce the memory my image modification script in php uses?

    I created a script that reduces the size of an image and another to watermark images with PHP. The code runs fine on my testing server, but when I upload it to my web host (UK2) they have a 8MB memory limit. I'm not really sure if I will have to work around this and cut it out of my CMS or...
Back
Top