Fix the Thumbnail rendering that fails for transparent images (PNG/GIF) and for certain images with embedded color profiles (CMMException)

XMLWordPrintable

      • Update atlassian-core with Wojciech's change
      • Optionally add my JAI based renderer for the JPEGs that cannot be rendered.
      • Fix the thumbnail servlet (all the thumbnails are currently stored as JPEG)
      • Write an upgrade task that removes all the JPEG thumbnails.

      Note:

      • Added stream based renderer for images that exceed a certain dimension (currently 5000px).
      • Added a JAI based renderer that will be used as a fallback renderer for images
        with embedded colour profiles that cause a CMMException.
      • Updated upgrade task.
      • Added an adaptive strategy that take the available free memory into account in order to decide whether to use
        the raster based (high quality, high memory consumption) or stream based (lower quality,
        low memory consumption, faster) approach.

        1. thumbnail-rendering-problems.png
          147 kB
          Stefan Saasen
        2. image-thumbnail-problem.png
          43 kB
          Stefan Saasen

            Assignee:
            Stefan Saasen (Inactive)
            Reporter:
            Stefan Saasen (Inactive)
            Votes:
            1 Vote for this issue
            Watchers:
            5 Start watching this issue

              Created:
              Updated:
              Resolved: