开发者

Manipulating an image on App Engine

I'm trying to draw text to an image from Java in the Google App engine, but I've found no methods (since the java.awt.image.* isn't whitelisted) to do it with. I'm also trying to "layer" one image on top of another, which I can't figure out how to do.

Is there any way to draw text on an image or overlay one image over another in App Engine using Java? Has anyone found any other solutions to this开发者_StackOverflow中文版?


You have to use Google's Images API instead.

Not sure if it can do all you need it to, but it does include image composition.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜