Media Module
Table of Contents
The Media module supports on-the-fly image transcoding to mobile formats and resizing including cropping and square cropping. It further supports capturing and transcoding particular pages from multi-page TIFF files and features built in caching. The Media module also supports efficient exporting search results to CSV and Excel.
Adding the media module
Add the media module dependency to your pom.xml
file:
<dependency>
<groupId>twigkit</groupId>
<artifactId>twigkit.media</artifactId>
<version>${project.parent.version}</version>
</dependency>