Install Imaging module
Module structure
artifactID | Description |
---|---|
|
Provides functionality to generate, filter, and manipulate images. |
|
Provides utility classes and helper functions for image processing. |
Installing with Maven
Maven is the easiest way to install the module. Add the following to your bundle:
<dependency>
<groupId>info.magnolia.imaging</groupId>
<artifactId>magnolia-imaging</artifactId>
<version>5.0.0-beta1</version> (1)
</dependency>
1 | Should you need to specify the module version, do it using <version> . |