Is there any ImageMagick Java API ?
-Ken
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Yes. JMagick. It uses JNI.
By saying that it uses JNI, I am saying that it’s not a pure 100% Java API. you still need ImageMagick’s native (platform dependent) libraries.
There is also the possibility of using ImageMagick’s command line utilities to interface it with a Java application. It’s my preferred choice when using ImageMagick from a Java Web Application (you don’t need any special Java API for that).