I have a tiff files in one folder where i need to generate thumbs for those multi tiff file.
Some TIFF files having extension .tif and some have .tiff
When I try to execute below command
Code: Select all
nconvert -out png -resize 87 112 -xall -o C:\thumbs\%.png C:\tiff\*.tif
Is there any setup needs to be done for server 2012 so that same command works for both .tif and .tiff files ?