> Attached is a very quick patch against current CVS which adds a rotation > control to the transformations page of the GUI. This is not intended for > a commit yet, but it might be a useful start for anyone who'd like to > start tackling the issues of how arbitrary rotations interact with the > existing transformation controls.
The patch works as advertised. Still, I don't think we should commit it just yet. I'm trying to find the time to prepare a 0.16 release. Your patch could trigger servral bugs. I already noticed that when rotating an image, the shown aspect ratio is not correct. I think it would be better to apply your patch after the 0.16 release. Then we will have time to iron out all the bugs. Also, it would be nice if the interactive rotation, would be a bit faster. This can be done by applying the rotation after the color transformation in interactive mode. This is somewhat complicated, and we should try doing it without making the image generation code too ugly. As it is, this part of the code is already showing its age and calls for a rehaul. Udi ------------------------------------------------------------------------------ Enter the BlackBerry Developer Challenge This is your chance to win up to $100,000 in prizes! For a limited time, vendors submitting new applications to BlackBerry App World(TM) will have the opportunity to enter the BlackBerry Developer Challenge. See full prize details at: http://p.sf.net/sfu/Challenge _______________________________________________ ufraw-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/ufraw-devel
