I'm trying convert windows icon or bmp file to jpg as below:
D:\tmp>"d:\program files\xnview\nconvert" -quiet -o d:\tmp\test.jpg -out jpeg d:\tmp\music.ico
but got this response:
Error: This picture cannot be written using this format (d:\tmp\music.ico)
Where's wrong?
BTW, does nconvert support quotes if the path contains spaces? Thanks!
nconvert syntax: .ico to .bmp?
Moderators: XnTriq, helmut, xnview
-
- Author of XnView
- Posts: 44922
- Joined: Mon Oct 13, 2003 7:31 am
- Location: France
Re: nconvert syntax: .ico to .bmp?
JPEG can't be in colors, you must convert it. Use -truecolorsGuidance wrote:I'm trying convert windows icon or bmp file to jpg as below:
D:\tmp>"d:\program files\xnview\nconvert" -quiet -o d:\tmp\test.jpg -out jpeg d:\tmp\music.ico
but got this response:
Error: This picture cannot be written using this format (d:\tmp\music.ico)
Where's wrong?
Yes, use " ("my folder"BTW, does nconvert support quotes if the path contains spaces?
Pierre