I'm using the recent version of images2PDF, 0.8.1.344. When using the GUI, I can set the quality for jpeg compression to values from 1% to 100%.
Now I wanted to set a compression of 100 percent in images2PDFC:
images2PDFC.exe /i [...] /e [...] /jq 100
According to the help screen, images2PDFC allows values "between 0 and 100" for the "jq" parameter. A value of "0" would be illegal for compression; so far so good. But currently, the command line version also disallows a value of "100" and only works with values from 1 to 99.
Could you please fix this in the next version?