开发者

Java photo manipulation library (want to achive something like Apple Photo booth stretch effect)

I want to achive something 开发者_开发技巧like the Apple Photo booth stretch effect on android: example

Is there already a Java library which implements this kind of manipulation or do I have to write one from scrap (start manually manipulateing pixels on bitmap etc)? If I have to write it from scrap, how would the general logic would look like?


I would advise you the jhlabs filters API: http://www.jhlabs.com/ip/filters/index.html

with the Wrap effect: http://www.jhlabs.com/ip/filters/WarpFilter.html

I've used it for my java software http://decoration.japplis.com which is a JavaSE software. It may need small changes for Android (it's open source).

0

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜