Search found 3 matches

by eriksson
Mon Jan 09, 2006 4:04 pm
Forum: NConvert
Topic: GIF to JPG using rflag decr fails
Replies: 4
Views: 3472

Re: GIF to JPG using rflag decr fails

Ok, you must add -truecolors

Thanks that did it!

I was just about to mention that -transparent 100 doesn't work but then I remembered that I'm converting GIF to JPG

I would have converted my GIFs to PNGs to preserve transparency but I need my images to end in .jpg for my "show random image ...
by eriksson
Sun Jan 08, 2006 6:37 pm
Forum: NConvert
Topic: GIF to JPG using rflag decr fails
Replies: 4
Views: 3472

Re: GIF to JPG using rflag decr fails

Could you post the command line used?

Because I had a problem with GIFs I extended my script, hopefully I will only need one line of code after you reply :D

For GIF:

nconvert -quiet -out jpeg -o %nr%.jpg -D -npcd 2 -size 256x256+0 -ctype rgb -ratio -rtype lanczos -resize 640 480 source_%nr ...
by eriksson
Sat Jan 07, 2006 1:50 pm
Forum: NConvert
Topic: GIF to JPG using rflag decr fails
Replies: 4
Views: 3472

GIF to JPG using rflag decr fails

Hi all!
I'm using nconvert in a .bat file. Works fine until it's time to convert GIF to JPG using rflag decr, this returns an error. When I remove rflag decr it works ok.

Note: rflag decr does work correctly with other formats I've tested.

So, is this not supported for GIFs? Would be really nice ...