Another Zoomifier...
After reading a post on flash-php forum requesting for zoomifier application examples i remembered that i made one once ago, even if it was not finished yet.. some small issues..
For that reason i made another little application using php/gd for resize/crop images.
Here a snapshot of the application running..

The example is running here
Source file is available in the download section, as usual
Now, i'm trying to make the same thing but using ImageMagik, due to most servers' limitation in the amount of allowed memory to PHP. in fact with images larger than 2600 pixel it can cause problems...
