ImageMagick Java API -
is there imagemagick java api ?
-ken
yes. jmagick. uses jni.
by saying it uses jni, saying it's not pure 100% java api. still need imagemagick's native (platform dependent) libraries.
there possibility of using imagemagick's command line utilities interface java application. it's preferred choice when using imagemagick java web application (you don't need special java api that).
Comments
Post a Comment