Hello and thanks a lot for your reply.
Q1: Should i have know this? (in wich case i will have to invest more time to read the complete documentation of nconvert)
Or is some code missing (or a bug) in the "export to .BAT" feature?
Q2:
This only works if i place -colors 256 at the end of my command line but not if i place it after the -out gif option, wich should be either a bug, or documented somewhere. By reading the output of nconvert.exe -help, i understand there are options of type "Options" and options of type "Process", but they are already correctly grouped and ordered in my command, so this is not the problem.
This works:
Code: Select all
nconvert -npcd 2 -size 256x256+0 -ctype grey -corder inter -out gif -ratio -rtype lanczos -rflag orient -resize 190 0 -bgcolor 255 255 255 -canvas 210 0 center -colors 256 -o output\blabla.gif C:\temp\logos\abc.eps
This
doesn't works:
Code: Select all
nconvert -npcd 2 -size 256x256+0 -ctype grey -corder inter -out gif -colors 256 -ratio -rtype lanczos -rflag orient -resize 190 0 -bgcolor 255 255 255 -canvas 210 0 center -o output\blabla.gif C:\temp\logos\abc.eps
Q3:
I have a big quality difference beetween xbs file with xnview and the above nconvert command. I just can't use nconvert that way. What can i do? Is there a way to get the same quality?
I hope all these input will help you in your job, and that i will also find a solution.
Thanks a lot for your job.
ps: i'm also developper of softwares, and appreciate your work.