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.

License

License

GroupId

GroupId

com.github.geko444
ArtifactId

ArtifactId

im4java
Last Version

Last Version

1.4.2
Release Date

Release Date

Type

Type

jar
Description

Description

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.
Project URL

Project URL

https://github.com/geko444/im4java/
Source Code Management

Source Code Management

https://github.com/geko444/im4java

Download im4java

How to add to project

<!-- 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"]

Dependencies

test (1)

Group / Artifact Type Version
junit : junit jar 3.8.1

Project Modules

There are no modules declared in this project.

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.

Versions

Version
1.4.2