06-10-2019 08:50 AM
I am trying to override the picture conversion.
By default, Nuxeo provides following OOTB converters
I want to reduce the converters to
Following are the configurations that I have tried
target org.nuxeo.ecm.platform.picture.ImagingComponent 2. Added following extension to the OSGI-INF/picture-conversion-core-contrib.xml file Ref
<?xml version="1.0"?>
<component name="org.nuxeo.ecm.platform.picture.ImagingComponent.default.config.override">
<require>
org.nuxeo.ecm.platform.picture.ImagingComponent.default.config
</require>
<extension target="org.nuxeo.ecm.platform.picture.ImagingComponent" point="pictureConversions">
<pictureConversion chainId="Image.Blob.Resize" description="Thumbnail size" id="Thumbnail" maxSize="100" order="0" rendition="true"/>
<pictureConversion chainId="Image.Blob.Resize" description="Original jpeg image" id="OriginalJpeg" order="100" rendition="true"/>
</extension>
</component>
Even though the component is installed correctly on the Nuxeo server, the server is converting the images with default formats(ie. Thumbnail, Small, Medium, Large and Original).
What are the steps to override a default contribution in Nuxeo without Nuxeo studio?
06-11-2019 12:09 PM
Try disabling the default conversions. For example
<pictureConversion id="Large" enabled="false" />
06-11-2019 12:09 PM
Try disabling the default conversions. For example
<pictureConversion id="Large" enabled="false" />
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.