Image magick java

前端 未结 5 1051
误落风尘
误落风尘 2020-12-08 03:07

How can I modify image from java through ImageMagick? Is there any way of doing it?

5条回答
  •  伪装坚强ぢ
    2020-12-08 03:19

    How to Install JMajick on Windows

    1. Go to http://downloads.jmagick.org/6.3.9/ (or any other version of your choice)
    2. Download ImageMagick-6.3.9-0-Q8-windows-dll.exe and jmagick-win-6.3.9-Q8.zip.
    3. Install the exe file. This will install ImageMagick which is a prerequisite for JMagick to work.
    4. Now extract the zip file. This will give jmagick.dll and jmagick.jar.
    5. Copy the jmagick.jar to you lib folder and include it in the classpath.
    6. Copy the jmagick.dll to the root installation directory of ImageMagic and add it as an entry to the PATH environment variable.
    7. JMagick is installed :).

提交回复
热议问题