Cannot convert from GIF to JPEG

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

Moderators: XnTriq, helmut, xnview

SuperMario

Post 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
User avatar
xnview
Author of XnView
Posts: 44584
Joined: Mon Oct 13, 2003 7:31 am
Location: France

Post 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.
SuperMario

Post by SuperMario »

Great, it works.

Thanks,
Mario