Search found 2 matches

by gammaburst
Fri Oct 01, 2010 5:02 pm
Forum: NConvert
Topic: Convert grayscale image to RGB with custom LUT
Replies: 0
Views: 1367

Convert grayscale image to RGB with custom LUT

I'd like to convert a series of 16-bit grayscale images to RGB while applying colorization or a custom RGB lookup table (LUT). I'm looking for an effect similar to MATLAB's "colormap(hot)" function. Can nconvert help me do this?
http://www.mathworks.com/help/techdoc/ref/colormap.html
by gammaburst
Sun Aug 15, 2010 11:42 pm
Forum: NConvert
Topic: How to change the two colors of a binary GIF?
Replies: 1
Views: 857

How to change the two colors of a binary GIF?

I'd like to use nconvert to output a binary (two-color) GIF with two arbitrary colors, like this example (amber text on dark green background):
http://i37.tinypic.com/2dv0rw8.gif

However, the "-binary nodither" option is forcing the two colors to black and white. Is there some way to do this ...