09-05-2012 06:07 AM
I have sometimes pictures that are tiled and some not. I would like to understand how the tiling feature works on this point.
09-05-2012 06:07 AM
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.
09-05-2012 06:07 AM
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.
09-05-2012 11:38 AM
Tiling is also not supported (OOTB) for all image types and can be extremely slow for images that are very large (500MB+).
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.