I'm using TimThumb which is a PHP script for resizing images.
It caches the image, and my web application relies on that caching to operate properly.
When the image is not cached on the server, it doesn't work right, I'm wondering if there's a way to force timthumb to cache an image, and then retrieve it, or if there's a way to use JavaScript to ensure the image gets cached first.