Answer the question
In order to leave comments, you need to log in
Java libraries for working with graphics?
Hello toaster!
Bottom line: I'm learning Java development. Created a maven project with Hibernate, Spring, Apache POI.
I pull data with "hibernet" from the MySQL database and display reports (word, excel or table in html),
HTTP requests for CRUD.
I want to work with graphics. I don't know which library to choose and how to work with it.
What methods should do:
- text to image (raster and vector)
- image cropping
- image download by http request
- combine image with text
- gif animation
- the same report from the database in jpeg
(I will be grateful for links to tutorials)
Answer the question
In order to leave comments, you need to log in
JMagick - https://mvnrepository.com/artifact/jmagick/jmagick - wrapper around ImageMagick, uses JNI to interact with ImageMagick API . ImageMagick itself has a very rich toolkit for working with images, including gif animations.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question