NConvert bug -multi option

Discussions on NConvert - the command line tool for image conversion and manipulation

Moderators: XnTriq, helmut, xnview

Post Reply
cday
XnThusiast
Posts: 3985
Joined: Sun Apr 29, 2012 9:45 am
Location: Cheltenham, U.K.

NConvert bug -multi option

Post by cday »

A regression seems to have been introduced for the -multi option somewhere between NConvert 6.51 and 7.25.

The following code works as expected with the attached test PNGs:

Code: Select all

nconvert_6.51 -out pdf -multi -c 5 -q 80 -o M.pdf *.png

But the following code produces a malformed multipage file using the same PNGs:

Code: Select all

nconvert_7.25 -out pdf -multi -c 5 -q 80 -o M.pdf *.png

Malformed multipage files also seem to be produced for some other file extensions, possibly dependent on the compression method used which complicates investigation, hopefully due to the same regression.
Attachments
Test files.zip
(2 MiB) Downloaded 47 times
User avatar
xnview
Author of XnView
Posts: 43595
Joined: Mon Oct 13, 2003 7:31 am
Location: France
Contact:

Re: NConvert bug -multi option

Post by xnview »

known issue (same problem affect XnView 2.47)
Pierre.
Post Reply