开发者

facebook style image resize java

开发者 https://www.devze.com 2023-01-29 06:06 出处:网络
Is there a java libra开发者_StackOverflowry that I can use to resize user uploaded images the way its done on facebook?Multiple options. Recently I used java-image-scaling and it works fine. Also java

Is there a java libra开发者_StackOverflowry that I can use to resize user uploaded images the way its done on facebook?


Multiple options. Recently I used java-image-scaling and it works fine. Also java.awt has Image.getScaledInstance(..) and I guess JAI also has such options.


There's a java library called JAI (Java Advanced Imaging). Here's an example of doing Image resizing.


Take a look at Aurigma. This is the Java plugin that Facebook used until recently; now I think they roll their own.

0

精彩评论

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