Incomplete "export for nconvert"
Posted: Sun Dec 01, 2019 11:04 am
In order to automate my workflow I wanted to use the button "export for nconvert".
My workflow includes crop, resize, watermark, converting png to jpg.
Unfortunately, the exported batch for nconvert is missing important parameters to be equivalent to the treatment using XnConvert.
Parameters for crop and resize are all exported, but for watermark and jpg, some are missing.
Here's an extract of the config file (*.xbs) that show which parameters are not exported to batch file:
When I tried to manually add these parameters to the batch file, I noticed that there is even no parameter offered by nconvert for stretching a watermark to a given percentage!
Could you please confirm my observations and tell me if this will be fixed in future versions?
(Merci en avance pour toutes les réponses)
My workflow includes crop, resize, watermark, converting png to jpg.
Unfortunately, the exported batch for nconvert is missing important parameters to be equivalent to the treatment using XnConvert.
Parameters for crop and resize are all exported, but for watermark and jpg, some are missing.
Here's an extract of the config file (*.xbs) that show which parameters are not exported to batch file:
Code: Select all
<Watermark ... no_alpha="false" delta_x="0" delta_y="-5" perc="80" size="3" ... />
<JPEG ... optimizeHuffman="true" DCTMethod="2" subSampling="2" smoothFactor="0" .... />
Could you please confirm my observations and tell me if this will be fixed in future versions?
(Merci en avance pour toutes les réponses)