I'm trying to add extra picture formats to Beyond Compare using NConvert (http://www.xnview.com/en/nconvert/) to convert them to PNG format.
The command I am using is:
nconvert -out png -o %t %s
I can see two files being created in the Temp directory, with names like BC34C72_1.tmp and BC34C73_1.tmp, but BC doesn't display the images and shows a "Conversion Error". If I manually compare the *.tmp files using Picture Compare, BC displays them correctly.
The command I am using is:
nconvert -out png -o %t %s
I can see two files being created in the Temp directory, with names like BC34C72_1.tmp and BC34C73_1.tmp, but BC doesn't display the images and shows a "Conversion Error". If I manually compare the *.tmp files using Picture Compare, BC displays them correctly.
Comment