我怎样写的文字在图片上的Andr​​oid和保存呢?怎样写、文字、图片、oid

2023-09-12 02:12:42 作者:久了就旧了

我怎么能写的文字图像,然后将其保存在Android的?

How can I write text on an image and then save it in Android?

基本上我想让上的图像用户写一些东西,我的相机应用程序将点击他们。我可以编写和使用相机的preVIEW的OnDraw的方法展示给他们。但是,用户点击后,我想要写在图片中的文本,然后将图片保存它。

Basically I want to let user write something on the images which my camera app will click for them. I can write and show it to them using the onDraw method on the preview of the camera. But after the user has clicked the picture I want to write the text over the picture and then save it.

推荐答案

您必须实现一个画布,用户可以利用它,然后设置画布该特定图像的背景。这只是一种猜测,但它的某处有abouts。

You have to implement a canvas that allows the user to draw on it and then set the background of that canvas to that particular image. This is just a guess but its somewhere there abouts.