Join Slack
Communities
Powered by
Is there any library for image/gif manipulation? s...
# getting-started
z
zt
09/14/2022, 9:56 PM
Is there any library for image/gif manipulation? such as resizing, blurring, color filters, etc
j
janvladimirmostert
09/14/2022, 10:02 PM
java.awt.Image can do some of that stuff blurring / filtering should be easy enough to write a simple algorithm for depending on how advance you want to go this also looks useful
https://www.tutorialspoint.com/java_dip/java_buffered_image.htm
3
Views
Open in Slack
Previous
Next