Hello,
i've got a question about the API.
i want my webapplication to request an image while using the API.
The requested image should then be saved in a folder on the server.
While using the your index-code (status = OK || status = LOCAL) this is no problem.
The problem is that often, generating an image takes some time and therefore status = QUEUE.
Array ( [URL] => http://www.etcetcetc.com [Generated] => Thu, 11 Dec 2008 21:58:51 GMT [Status] => QUEUED )
At this point, the image isn't created in the cache dir and therefor can't be saved.
Can you give me some advice how to handle the QUEUE and save the image some time later?