mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-22 16:02:46 +00:00
Update cheatsheets
This commit is contained in:
@@ -15,12 +15,12 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
|
||||
- Mark the specified color as transparent in the output image:
|
||||
|
||||
`pamtopng -transparent {{color}} {{path/to/image.pam}} > {{path/to/output.png}}`
|
||||
`pamtopng {{[-t|-transparent]}} {{color}} {{path/to/image.pam}} > {{path/to/output.png}}`
|
||||
|
||||
- Include the text in the specified file as tEXt chunks in the output:
|
||||
|
||||
`pamtopng -text {{path/to/file.txt}} {{path/to/image.pam}} > {{path/to/output.png}}`
|
||||
`pamtopng {{[-te|-text]}} {{path/to/file.txt}} {{path/to/image.pam}} > {{path/to/output.png}}`
|
||||
|
||||
- Cause the output file to be interlaced in Adam7 format:
|
||||
|
||||
`pamtopng -interlace {{path/to/image.pam}} > {{path/to/output.png}}`
|
||||
`pamtopng {{[-in|-interlace]}} {{path/to/image.pam}} > {{path/to/output.png}}`
|
||||
|
||||
Reference in New Issue
Block a user