Java library for image masking task

Is there any convenient library for masking in Java? Caring for an element by multiplying elements, masking boundary elements, etc. Thank!

+3
source share
1 answer

1) The Java Advanced Visualization API provides a set of object-oriented interfaces that support a simple high-level programming model that makes it easy to manipulate images .: http://java.sun.com/javase/technologies/desktop/media/jai/ Tutorials: https : //jaistuff.dev.java.net/docs/jaitutorial.pdf

2) API : http://www.jhlabs.com/ip/filters/index.html

+3

Source: https://habr.com/ru/post/1730660/


All Articles