Skew or Distort Image object in Java

前端 未结 2 1208
挽巷
挽巷 2021-01-22 17:33

Is it possible to skew or distort an Image object in Java? I \'pull\' one side of an image out, making it seem closer to me. (LIke 3D).

Any suggestions?

2条回答
  •  隐瞒了意图╮
    2021-01-22 17:34

    Yes. Lots of ways but I would start with the Advanced Imaging API. It provides a ton of advanced imaging functionality.

    But just to do the type of transform that you're talking about you might just need an Affine Transform. Sample results here for the previous link.

提交回复
热议问题