Re: Rotation command in PDB

2000-04-24 Thread David Hodson
OK, here's my first cut at a PDB general 2d transform. It provides rotation, scaling (with separate x and y factors), and translation. General enough to be useful, but still easier to use than a full perspective operation. Sorry, not in patch format; but it all goes in tool_cmds.c, declaration

Re: Rotation command in PDB

2000-04-22 Thread David Hodson
Michael Lee wrote: The current gimp_rotate procedure does not allow for rotation around an arbitrary point even though its code is quite capable of it. It just selects the center of the image and uses that as the rotation origin. I added a gimp_rotate_around_point procedure and use it in