Table of Contents

Name

fromcmap - convert a color map into an image with one scanline

Synopsis

fromcmap colors.map outimage.rgb

Description

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