I'm not saying build your own pixel rewriter. I'm saying that most tools only expose multiples of 90 because that's good enough 99.999% of the time. Pretty much any tool is going to be build on top of a graphics library of some sort, and I've yet to see such a library that doesn't support arbitrary rotation angles. So it'd just be a matter of making the CFC or CF/CFX tag leverage that capability.
For example, Alagad Image Component uses the Java 2D libraries, which certainly support arbitrary rotation, though I don't know if AIC exposes it. If it's not there, adding it would be trivial. I suspect that many (most?) other tools work in similar fashion. cheers, barneyb On 10/30/05, Claude Schneegans <[EMAIL PROTECTED]> wrote: > >>adding arbitrary rotation angles would be pretty trvial > to your choice of image manipulators, as long as you can get the > source. > > I wouldn't say so: rotation by an angle being a multiple of 90º is > pretty trivial, because the transformation can be reduced to some > symetry. All pixels are preserved, and no new pixel has to be created. > Any angle rotation is quite a different and more complex algorithm, this > is why most tools provide only 90º rotations. > -- Barney Boisvert [EMAIL PROTECTED] 360.319.6145 http://www.barneyb.com/ Got Gmail? I have 100 invites. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Logware (www.logware.us): a new and convenient web-based time tracking application. Start tracking and documenting hours spent on a project or with a client with Logware today. Try it for free with a 15 day trial account. http://www.houseoffusion.com/banners/view.cfm?bannerid=67 Message: http://www.houseoffusion.com/lists.cfm/link=i:4:222658 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

