我如何扭曲在Android上的图像?图像、Android

2023-09-05 23:07:55 作者:孜然味的小仙女

我新的编程,甚至新的到Android。我已成功地拍摄照片,然后利用它。我想知道我怎么能现在扭曲的形象,可以说,我拿某人的头的照片,如果我画头部周围一圈它会扭曲它。 这只会导致一个有趣的形象,是它的目的并不严重只是好玩。

I new to programming and even newer to Android. I have managed to take a picture and then draw on it. I was wondering how i could now distort the image, lets say i take a picture of someones head, if i draw a circle around the head it would distort it. This would just result in a funny image that is its purpose nothing serious just fun.

我真的AP preciate任何帮助。 谢谢

I would really appreciate any help. Thanks

推荐答案

如果你想看看如何实现在Android图像处理,然后看的此处。  除此之外,它只是一个图像处理的问题并没有什么具体到Android / Java的。可以以同样的方式做到这一点如在任何其他平台。

If you want to have a look at how to achieve Image Processing on Android, then look here. Other than that, it is just an Image Processing question and nothing specific to Android/Java. You can do it in the same way as in any other platform.