How do I rotate an image?

后端 未结 4 1279
悲&欢浪女
悲&欢浪女 2021-02-08 07:46

See also: Why is my image rotation algorithm not working?

This question isn\'t language specific, and is a math problem. I will however use

4条回答
  •  滥情空心
    2021-02-08 07:54

    Note there's another solution apart from rotation matrices, that doesn't loose image information through aliasing. You can separate 2D image rotation into skews and scalings, which preserve the image quality.

    Here's a simpler explanation

提交回复
热议问题