Options (3)
booleanConvert all images in the input file to PAM
Example:
winicontopam {{[-al|-allimages]}} {{path/to/input_file.ico}} > {{path/to/output.pam}}-ibooleanConvert the n'th image in the input file to PAM
Example:
winicontopam {{[-i|-image]}} {{n}} {{path/to/input_file.ico}} > {{path/to/output.pam}}booleanIf the image(s) to be extracted contain graded transparency data and an AND mask, write the AND mask into the fifth channel of the output PAM file
Example:
winicontopam {{[-an|-andmasks]}} {{path/to/input_file.ico}} > {{path/to/output.pam}}Examples (4)
Read an ICO file and convert the best quality image contained therein to the PAM format
winicontopam path/to/input_file.ico > path/to/output.pamConvert all images in the input file to PAM
winicontopam [-al|-allimages] path/to/input_file.ico > path/to/output.pamConvert the n'th image in the input file to PAM
winicontopam [-i|-image] n path/to/input_file.ico > path/to/output.pamIf the image(s) to be extracted contain graded transparency data and an AND mask, write the AND mask into the fifth channel of the output PAM file
winicontopam [-an|-andmasks] path/to/input_file.ico > path/to/output.pammade by @shridhargupta | data from tldr-pages