Accually, Safari and Firefox can process images through javascript using the Canvas. However, it's not yet cross-browser and I'm not sure how hard it'd be to flip an image (or if it's even possible).
In the end though, apart from coolness and prowess that you _can_ do this I don't see the point, don't bother a browser with such issues, prep the images server-side and ship them off to the browser instead.
My two cents,
Martin
Main Topics
Browse All Topics





by: m1tk4Posted on 2007-08-23 at 06:37:48ID: 19754178
No, it is not possible. CSS Image filters are IE-specific and they are not supported by any other browser. You can't process images with JavaScript either.