Install Imaging module
Digital asset management (DAM) Bundled: Extension
| Edition | CE |
|---|---|
License |
|
Issues |
|
Maven site |
|
Latest |
4.1.0 |
|
Imaging 4.1 is compatible with Magnolia 6.3 but is not the default version. Use it only with DAM 5.0. For details, see the DAM 5.0 compatibility table.
|
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>4.1.0</version> (1)
</dependency>
| 1 | Should you need to specify the module version, do it using <version>. |