1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-08-08 01:35:41 +02:00
tldr/pages/common/pamtowinicon.md

16 lines
602 B
Markdown

# pamtowinicon
> Convert a PAM image to a Windows ICO file.
> More information: <https://netpbm.sourceforge.net/doc/pamtowinicon.html>.
- Convert a PAM image file to an ICO file:
`pamtowinicon {{path/to/input_file.pam}} > {{path/to/output.ico}}`
- Encode images with resolutions smaller than t in the BMP format and all other images in the PNG format:
`pamtowinicon {{[-pn|-pngthreshold]}} {{t}} {{path/to/input_file.pam}} > {{path/to/output.ico}}`
- Make all pixels outside the non-opaque area black:
`pamtowinicon {{[-t|-truetransparent]}} {{path/to/input_file.pam}} > {{path/to/output.ico}}`