Using the imageapi_reflect.module combined with the imageflow.module. And... imagecache.module, imageapi.module, and views.module you can build an imageflow carousel.
How to put all this togther
- A content type called imageflow was created with a CCK field called 'imageflow_image'
- Content was created
- An imagecache preset was created that scaled images to a fixed with and height of 200px then added the reflection
- A view was created that added a page, filtered for published imageflow nodes, the page view was set to 'imageflow", and the only outputted field is the 'imageflow_image' set to 'do not group' and the imagecache preset linked with imageflow
