NAME 

infotopam - convert Amiga .info icons to PAM

SYNOPSIS 

infotopam [-forcecolor] [-numcolors numcolors] [-selected] [index color ...] [filename]

Minimum unique abbreviation of option is acceptable. You may use double hyphens instead of single hyphen to denote options. You may use white space in place of the equals sign to separate an option name from its value.

EXAMPLES 

By default, infotopam converts the first icon in a .info file:

    infotopam amiga.info > amiga.first.pam

Use the -selected option to convert the second icon in a .info file. Here infotopam reads from Standard Input:

    infotopam -selected < amiga.info > amiga.second.pam

Use the -forcecolor option to force color conversion for a 1 bit-plane .info file:

    infotopam -forcecolor bw.info > bw.pam

Use -numcolors to override colors for indexes 0 and 3. Notice the two ways to specify the color:

    infotopam -numcolors 2 0 green 3 #FF0000 icon.info > icon.pam

Since Amiga monitors do not use square pixels, some icons may appear squished. Filtering the output through pamscale can fix this:

     infotopam squish.info | pamtopnm | pamscale -yscale 1.7 > normal.pnm