How to make tiling work for my pictures ?

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

0 votes

1 answers

1292 views

ANSWER



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.

0 votes



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