Image magick java

前端 未结 5 1059
误落风尘
误落风尘 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:21

    I tried using imagemagick from Java but found hardware accelerated 100% java library for image operations.

    https://github.com/thebuzzmedia/imgscalr

    "This library makes uses of efficient Java2D scaling techniques advocated by the Java2D team which provides hardware accelerated operations on most platforms."

提交回复
热议问题