MGNLIMG-107 - Getting issue details... STATUS

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 ?
  • No labels