Install Imaging module
Digital asset management (DAM) Bundled: Extension
This is a technical preview of version To learn more or to request access for testing, contact us at dam5.feedback@magnolia-cms.com. |
Edition | CE |
---|---|
License |
|
Issues |
|
Maven site |
|
Latest |
4.1.0-beta1 |
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-beta1</version> (1)
</dependency>
1 | Should you need to specify the module version, do it using <version> . |