Page 1 of 1

Posted: Wed May 12, 2004 2:03 am
by SuperMario
I have the same problem while converting a gif in jpg file. And the answer is still not given in this thread :-(
I use Nconvert 4.10.

These commands fail:
nconvert -in gif -out jpeg -o final.jpg final.gif
nconvert -out jpeg -o final.jpg final.gif

And this error comes:
Error: This picture cannot be written using this format (final.gif)

Best Regards,
SuperMario

Posted: Wed May 12, 2004 7:11 pm
by xnview
SuperMario wrote:These commands fail:
nconvert -in gif -out jpeg -o final.jpg final.gif
nconvert -out jpeg -o final.jpg final.gif
Try: nconvert -out jpeg -truecolors -o final.jpg final.gif
Pierre.

Posted: Thu May 13, 2004 2:44 pm
by SuperMario
Great, it works.

Thanks,
Mario