mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-08-17 20:15:44 +02:00
13 lines
396 B
Markdown
13 lines
396 B
Markdown
![]() |
# asciitopgm
|
||
|
|
||
|
> Ubah format gambar ASCII menuju suatu berkas PGM.
|
||
|
> Informasi lebih lanjut: <https://netpbm.sourceforge.net/doc/asciitopgm.html>.
|
||
|
|
||
|
- Baca data ASCII sebagai input dan hasilkan gambar PGM dengan nilai piksel yang merupakan perkiraan "kecerahan" karakter ASCII:
|
||
|
|
||
|
`asciitopgm {{jalan/menuju/input}} > {{jalan/menuju/output.pgm}}`
|
||
|
|
||
|
- Tampilkan informasi versi:
|
||
|
|
||
|
`asciitopgm -version`
|