Hey all,
I'm wanting to have a web interface for batch-uploading and resizing images to my server. I've seen quite a few solutions for resizing images client-side, most of them flash based. I really don't care what technology a client-side image resizer uses as long as it:
- Is reasonably fast
- Resizes images with some sort of interpolation (cubic will do just fine)
Does anyone know of something that would be good for this purpose?
Thanks.
-Trey