开发者

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

开发者 https://www.devze.com 2023-04-13 02:04 出处:网络
I want to achive something 开发者_开发技巧like the Apple Photo booth stretch effect on android: example

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

精彩评论

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

关注公众号