im4java

im4java is a pure-java interface to the ImageMagick commandline. It is not meant as a replacement for JMagick, but as an addition. For details about the project, please visit the main project page.

Лицензия

Лицензия

Группа

Группа

com.github.geko444
Идентификатор

Идентификатор

im4java
Последняя версия

Последняя версия

1.4.2
Дата

Дата

Тип

Тип

jar
Описание

Описание

im4java
im4java is a pure-java interface to the ImageMagick commandline. It is not meant as a replacement for JMagick, but as an addition. For details about the project, please visit the main project page.
Ссылка на сайт

Ссылка на сайт

https://github.com/geko444/im4java/
Система контроля версий

Система контроля версий

https://github.com/geko444/im4java

Скачать im4java

Как подключить последнюю версию

<!-- https://jarcasting.com/artifacts/com.github.geko444/im4java/ -->
<dependency>
    <groupId>com.github.geko444</groupId>
    <artifactId>im4java</artifactId>
    <version>1.4.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.geko444/im4java/
implementation 'com.github.geko444:im4java:1.4.2'
// https://jarcasting.com/artifacts/com.github.geko444/im4java/
implementation ("com.github.geko444:im4java:1.4.2")
'com.github.geko444:im4java:jar:1.4.2'
<dependency org="com.github.geko444" name="im4java" rev="1.4.2">
  <artifact name="im4java" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.geko444', module='im4java', version='1.4.2')
)
libraryDependencies += "com.github.geko444" % "im4java" % "1.4.2"
[com.github.geko444/im4java "1.4.2"]

Зависимости

test (1)

Идентификатор библиотеки Тип Версия
junit : junit jar 3.8.1

Модули Проекта

Данный проект не имеет модулей.

Introduction

im4java is a pure-java interface to the ImageMagick commandline. It is not meant as a replacement for JMagick, but as an addition.

License

im4java is licensed under the LGPL (see file COPYING.LIB). Since im4java is a wrapper libary, you should also make sure that you comply to the individual license-statements of all the tools you use indirectly through im4java.

Documentation

All documentation is now available in HTML and PDF. Point your browser to doc/index.html. The documentation in the downloaded package usually is a copy of the documentation available on the im4java-website.

Note that the source-distribution only contains the source for the documentation (in doc-src/xdocs).

Feedback

Any feedback (bug-reports, suggestions, criticism) is welcome. Currently, JMagick and im4java share a single mailing-list. You should register to the jmagick-users mailing-list at jmagick.sourceforge.net.

Версии библиотеки

Версия
1.4.2