Is there any library for image/gif manipulation? s...
# getting-started
z
Is there any library for image/gif manipulation? such as resizing, blurring, color filters, etc
j
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