Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migration of unmigrated content due to installation of a new plugin

 

Jira
serverMagnolia - Issue tracker
keyMGNLIMG-107

Here are a couple of things we could do with the imaging module to help DAM integration:

  • To use imaging for previews/thumbnails: provide an alternative to the ImagingServlet entry point - either directly as a VaadinComponent, or has a component that stores generated images in temporary files. (as an alternative, it could also generate data URIs)
  • To resize/filter images available in a DAM Provider: provide a ParameterProvider which knows the DAM API and it's composite keys
  • To generate links to resized images: refactor the ParameterProviderParameterProviderFactory API so that it can also generate links, not just decode them ?