-
Suggestion
-
Resolution: Fixed
-
None
- 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 aCMMException. - 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.
- blocks
-
CONFSERVER-21418 CMMException causes image attachment thumbnails to not appear
- Closed
- has a regression in
-
CONFSERVER-27705 DelegatingThumbnailRenderer.StreamingImageRenderer does not dispose its ImageReaders
- Closed
- incorporates
-
CONFSERVER-20025 Image background color changes from black to white when changing size for transparent images
- Closed
- is related to
-
CONFSERVER-22069 Profile picture thumbnail generation can consume unlimited amount of memory
- Closed
- relates to
-
CONFSERVER-21588 Getting OOM when Confluence renders thumbnail
- Closed
- supersedes
-
CONFSERVER-9907 Thumbnail macro doesn't support transparency in GIF and PNG images
- Closed
-
CONFSERVER-9988 Prevent images without background from turning to a black background while using the gallery macro
- Closed