I've got a little problem using nconvert:
The original file is called "test 6.JPG". Upper case extension!
Case 1:
Code: Select all
C:\Programme\XnView>nconvert -out jpeg -D "C:\plot\test 6.jpg"
** NCONVERT v5.10 (c) 1991-2008 Pierre-E Gougelet (Nov 19 2008/15:53:12) **
Version for Windows NT/9x/2000/Xp/Vista (All rights reserved)
** This is a freeware software (for non commercial use)
Conversion of C:\plot\test 6.jpg into C:\plot\test 6.jpg OK
Code: Select all
C:\Programme\XnView>nconvert -out jpeg -D "C:\plot\test 6.JPG"
** NCONVERT v5.10 (c) 1991-2008 Pierre-E Gougelet (Nov 19 2008/15:53:12) **
Version for Windows NT/9x/2000/Xp/Vista (All rights reserved)
** This is a freeware software (for non commercial use)
Conversion of C:\plot\test 6.JPG into C:\plot\test 6.jpg OK
In the case 2 the file will be deleted, which is not really what I want.
Maybe a bug?
Martin