Image effects are not displayed in Confluence 5.5 or later

Platform Notice: Data Center Only - This article only applies to Atlassian products on the Data Center platform.

Note that this KB was created for the Data Center version of the product. Data Center KBs for non-Data-Center-specific features may also work for Server versions of the product, however they have not been tested. Support for Server* products ended on February 15th 2024. If you are running a Server product, you can visit the Atlassian Server end of support announcement to review your migration options.

*Except Fisheye and Crucible

Symptoms

Image effects (such as blur, taped, shadow) do not appear on a page or in the image properties dialog.

Cause 1

Displaying image effects can be memory intensive, and has been known to cause out of memory errors. Confluence 5.5 and later limits the threads that are dedicated to displaying image effects so that it does not impact your whole instance. When there are no threads available, Confluence will display the image without the image effect.

Cause 2

If this issue occurs all the time regardless of the load in the Confluence it is probably cause by corrupted file in the Confluence installation folder.

Resolution 1

If you regularly encounter this problem you can add the following arguments in the JVM options to adjust number of threads and queues. (Please see this documentation Configuring System Properties on how to configure these)

1 2 3 -Datlassian.image_filter.thread_pool_configuration.core_pool_size = 4 -Datlassian.image_filter.thread_pool_configuration.max_pool_size = 4 -Datlassian.image_filter.thread_pool_configuration.queue_size = 10

Resolution 2

Reinstall the Confluence using a newly downloaded installation file.

Updated on April 8, 2025

Still need help?

The Atlassian Community is here for you.