Linux command
ppmtosixel 命令
文本
复制后可按需替换文件名、目录或参数。
常用示例
Convert PPM to Sixel
ppmtosixel [input.ppm]
Convert with raw output
ppmtosixel -raw [input.ppm]
说明
ppmtosixel converts PPM images to DEC Sixel format. Sixel enables inline graphics in compatible terminals. Part of Netpbm toolkit.
参数
- -raw
- Raw sixel output.
- -margin
- Add margin.
FAQ
What is the ppmtosixel command used for?
ppmtosixel converts PPM images to DEC Sixel format. Sixel enables inline graphics in compatible terminals. Part of Netpbm toolkit.
How do I run a basic ppmtosixel example?
Run `ppmtosixel [input.ppm]` in a terminal, then adjust file names, paths, flags, or remote targets for your system.
What does -raw do in ppmtosixel?
Raw sixel output.