I want to make sure I'm not missing anything important here, but when completing the comparable actions in nconvert and xnconvert the file size that xnconvert exports is much smaller.
e.g. the following actions in xnconvert:

and export settings


vs the following nconvert script (which has metadata removed)
Code: Select all
./nconvert -quiet -out jpeg -keepfiledate \
-o "FILE NAME HIDDEN" \
-ratio -rtype lanczos -rflag decr \
-dpi 300 \
-resize 6000 9000 \
-q 100 -opthuff -dct 2 -subsampling 0 \
-rmeta \
-rexifthumb -buildexifthumb \
"FILE NAME HIDDEN"

Am I missing something here?