Linux command
ppmtouil 命令
文本
Uses pipes, overwrite, or deletion. Check paths and options first.
命令示例
Convert PPM to UIL format
ppmtouil [input.ppm] > [output.uil]
Specify name
ppmtouil -name [iconname] [input.ppm] > [output.uil]
说明
ppmtouil converts PPM images to UIL (User Interface Language) format for Motif X11 GUI development. Part of Netpbm toolkit.
参数
- -name _string_
- Name for the UIL icon.
FAQ
What is the ppmtouil command used for?
ppmtouil converts PPM images to UIL (User Interface Language) format for Motif X11 GUI development. Part of Netpbm toolkit.
How do I run a basic ppmtouil example?
Run `ppmtouil [input.ppm] > [output.uil]` in a terminal, then adjust file names, paths, flags, or remote targets for your system.
What does -name _string_ do in ppmtouil?
Name for the UIL icon.