Table of Contents
fromcmap - convert a color map into an image with one scanline
fromcmap
colors.map outimage.rgb
fromcmap converts a color map into an
RGB image with scanline. The width of the image will be the number of colors
in the color map. Each pixel will contain the RGB color of the corresponding
color map entry.
Table of Contents