Johann Weber wrote: > When using the "rotate" command to rotate an "image" object the > resulting rotated images exhibits jaggies which get worse the more > you rotate the image. Are there any ideas out there on how to > prevent or correct this problem?
I would put the image data into a variable or property and then put it back into the image before each rotation. There would be several ways to hide the momentary intermediate picture from the user, according to your situation. Then, you do have some jaggies, but they won't get worse, since each rotation starts from the original. Curry Kenworthy
