Discussions on NConvert - the command line tool for image conversion and manipulation
Moderators: XnTriq , helmut , xnview
cday
XnThusiast
Posts: 4185 Joined: Sun Apr 29, 2012 9:45 am
Location: Cheltenham, U.K.
Post
by cday » Thu Oct 06, 2016 11:09 am
Different versions of NConvert now produce different output filenames for this code:
Code: Select all
nconvert -xall -dpi 300 -out jpeg -o "%%###.jpg" Multipage.pdf
NConvert 6.05 x32:
Multipage001
Multipage002
Multipage003
Multipage004
NConvert 6.88 x32:
Multipage001-0
Multipage001-1
Multipage001-2
Multipage001-3
Tested using Ghostscript versions 9.15 x32 and 9.20 x32.
Pierre?
xnview
Author of XnView
Posts: 44917 Joined: Mon Oct 13, 2003 7:31 am
Location: France
Post
by xnview » Fri Oct 07, 2016 11:14 am
yes was changed in a previous version...
Pierre.
cday
XnThusiast
Posts: 4185 Joined: Sun Apr 29, 2012 9:45 am
Location: Cheltenham, U.K.
Post
by cday » Fri Oct 07, 2016 11:45 am
xnview wrote: yes was changed in a previous version...
Intentionally?
The current filenames are not the expected result which has caused some confusion, and are also not consistent with the documentation in the Help file.
Possibly a reason to do with processing multiple, multipage files??
The earlier filenames seem more desirable, the pages of a multipage file are numbered sequentially following the base filename...
xnview
Author of XnView
Posts: 44917 Joined: Mon Oct 13, 2003 7:31 am
Location: France
Post
by xnview » Mon Oct 10, 2016 2:09 pm
cday wrote: xnview wrote: yes was changed in a previous version...
Intentionally?
seems to be a bug
i'll fix it
Pierre.
cday
XnThusiast
Posts: 4185 Joined: Sun Apr 29, 2012 9:45 am
Location: Cheltenham, U.K.
Post
by cday » Tue Oct 11, 2016 10:54 am
xnview wrote: seems to be a bug
i'll fix it
Testing the new NConvert 6.92 (in the XnView 2.37 Extended/Full download) with this code:
Code: Select all
nconvert -xall -dpi 300 -out jpeg -o "%%###.jpg" Multipage.pdf
Expected output filenames:
Multipage001
Multipage002
Multipage003
Multipage004
Actual output filenames:
001
001002
001002003
001002003004
...
xnview
Author of XnView
Posts: 44917 Joined: Mon Oct 13, 2003 7:31 am
Location: France
Post
by xnview » Tue Oct 11, 2016 12:35 pm
I've fixed the problem with % (package updated)
Pierre.
cday
XnThusiast
Posts: 4185 Joined: Sun Apr 29, 2012 9:45 am
Location: Cheltenham, U.K.
Post
by cday » Tue Oct 11, 2016 2:22 pm
xnview wrote: I've fixed the problem with % (package updated)
I'm getting 'Bad version of libformat' error message...
xnview
Author of XnView
Posts: 44917 Joined: Mon Oct 13, 2003 7:31 am
Location: France
Post
by xnview » Tue Oct 11, 2016 6:43 pm
cday wrote: xnview wrote: I've fixed the problem with % (package updated)
I'm getting 'Bad version of libformat' error message...
it's fixed now
Pierre.
cday
XnThusiast
Posts: 4185 Joined: Sun Apr 29, 2012 9:45 am
Location: Cheltenham, U.K.
Post
by cday » Tue Oct 11, 2016 8:43 pm
xnview wrote: it's fixed now
Still getting same error message from downloaded XnView 2.37 Extended/Full ZIP version...
xnview
Author of XnView
Posts: 44917 Joined: Mon Oct 13, 2003 7:31 am
Location: France
Post
by xnview » Wed Oct 12, 2016 7:01 am
cday wrote: xnview wrote: it's fixed now
Still getting same error message from downloaded XnView 2.37 Extended/Full ZIP version...
now it's fixed
Sorry about this problem...
Pierre.
cday
XnThusiast
Posts: 4185 Joined: Sun Apr 29, 2012 9:45 am
Location: Cheltenham, U.K.
Post
by cday » Wed Oct 12, 2016 8:10 am
xnview wrote: now it's fixed
Sorry about this problem...
Thanks, NConvert 6.93 now works as expected...
As a general point, it would be better if the latest version of NConvert could always be downloaded from the NConvert download page, rather than sometimes only being available in the XnView Classic Extended/Full download... But I do appreciate the problem of maintaining so many software versions with quite frequent updates.