What is your favorite library for image processing in Java?

Asked 2 years ago, Updated 2 years ago, 87 views

I use JAI media apis and ImageMagick. ImageMagick has several scalability issues and is not very attractive because it is based on JNI. Compared to ImageMagick, JAI's quality is too low when calculating resizing. Do you have a good library for image processing with pure janitor, commercial or open source?

java image-processing image-manipulation

2022-09-22 22:23

1 Answers

ImageJ is the fastest image processing program in the world among image processing libraries. It can be used as a library in other applications. This structure is not very fancy, but it is good for basic image processing.


2022-09-22 22:23

If you have any answers or tips


© 2024 OneMinuteCode. All rights reserved.