Linux command
icontopbm 命令
文件
涉及管道、覆盖或删除,执行前请先确认路径和参数。
常用示例
Convert icon to PBM
icontopbm [file.icon] > [output.pbm]
Convert from stdin
cat [file.icon] | icontopbm > [output.pbm]
Convert and pipe
icontopbm [file.icon] | pnmtopng > [output.png]
说明
icontopbm converts a Sun icon file to PBM (Portable Bitmap) format. Sun icon files are a simple bitmap format historically used by Sun Microsystems workstations for desktop icons. The output is written to standard output in PBM format, which can be piped to other Netpbm tools for further conversion. Part of the Netpbm package of graphics manipulation tools.
FAQ
What is the icontopbm command used for?
icontopbm converts a Sun icon file to PBM (Portable Bitmap) format. Sun icon files are a simple bitmap format historically used by Sun Microsystems workstations for desktop icons. The output is written to standard output in PBM format, which can be piped to other Netpbm tools for further conversion. Part of the Netpbm package of graphics manipulation tools.
How do I run a basic icontopbm example?
Run `icontopbm [file.icon] > [output.pbm]` in a terminal, then adjust file names, paths, flags, or remote targets for your system.
Where can I find more icontopbm examples?
This page includes 3 examples for icontopbm, plus related commands for nearby Linux tasks.