cancel
Showing results for 
Search instead for 
Did you mean: 

How to make tiling work for my pictures ?

Benjamin_Jalon1
Elite Collaborator
Elite Collaborator

I have sometimes pictures that are tiled and some not. I would like to understand how the tiling feature works on this point.

1 ACCEPTED ANSWER

Benjamin_Jalon1
Elite Collaborator
Elite Collaborator

Normally this feature works for most of picture format, jpg extension included. The only bypass is on the definition of the picture.

Here is the default values:

  <extension target="org.nuxeo.ecm.platform.pictures.tiles.service.PictureTilingComponent"
    point="environment">
    <environment>
      <parameters>
        <!-- Image dimensions threshold tiling activation -->
        <parameter name="WidthThreshold">1200</parameter>
        <parameter name="HeightThreshold">1200</parameter>
      </parameters>
    </environment>
  </extension>

If you want to lowering the threshold contribute the previous xml fragment with your value in Advanced Settings > XML Extensions in studio.

View answer in original post

2 REPLIES 2

Benjamin_Jalon1
Elite Collaborator
Elite Collaborator

Normally this feature works for most of picture format, jpg extension included. The only bypass is on the definition of the picture.

Here is the default values:

  <extension target="org.nuxeo.ecm.platform.pictures.tiles.service.PictureTilingComponent"
    point="environment">
    <environment>
      <parameters>
        <!-- Image dimensions threshold tiling activation -->
        <parameter name="WidthThreshold">1200</parameter>
        <parameter name="HeightThreshold">1200</parameter>
      </parameters>
    </environment>
  </extension>

If you want to lowering the threshold contribute the previous xml fragment with your value in Advanced Settings > XML Extensions in studio.

Tiling is also not supported (OOTB) for all image types and can be extremely slow for images that are very large (500MB+).

Getting started

Find what you came for

We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.