Page 1 of 1

Ignoring Ctype option?

Posted: Mon Jun 27, 2005 5:17 am
by Guest
G'day all,
I tried the following, but unfortunately, the image created was only greyscale. Am I doing something wrong, or is this a bug?

./nconvert.exe -v -ctype rgba -o test.raw -size 12288 -out raw -resize 128 96 TestImage.cin

Thanks
Dave

Re: Ignoring Ctype option?

Posted: Mon Jun 27, 2005 7:24 am
by xnview
Anonymous wrote:G'day all,
I tried the following, but unfortunately, the image created was only greyscale. Am I doing something wrong, or is this a bug?

./nconvert.exe -v -ctype rgba -o test.raw -size 12288 -out raw -resize 128 96 TestImage.cin
:bugconfirmed: this option is only used in input

Posted: Mon Jun 27, 2005 8:42 am
by Guest
So is there a way to define the output format??

Thanks

Posted: Mon Jun 27, 2005 12:19 pm
by xnview
Anonymous wrote:So is there a way to define the output format??
I fix this problem

Posted: Tue Jun 28, 2005 12:19 am
by Guest
xnview wrote:
Anonymous wrote:So is there a way to define the output format??
I fix this problem
Ok, thanks :D

Dave