-
-
Notifications
You must be signed in to change notification settings - Fork 4.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
doctum, dog, doggo, duc, duckdb, duf, dumpcap, dune, duplicacy, dupliβ¦
β¦city, dus, dwebp: add Korean translation (#14166)
- Loading branch information
Showing
12 changed files
with
342 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
# doctum | ||
|
||
> PHP APIμ λν λ¬Έμλ₯Ό μμ±. | ||
> λ λ§μ μ 보: <https://github.com/code-lts/doctum>. | ||
- νλ‘μ νΈ κ΅¬λ¬Έ λΆμ: | ||
|
||
`doctum parse` | ||
|
||
- νλ‘μ νΈ λ λλ§: | ||
|
||
`doctum render` | ||
|
||
- νλ‘μ νΈλ₯Ό ꡬ문 λΆμν ν λ λλ§: | ||
|
||
`doctum update` | ||
|
||
- νλ‘μ νΈμ νΉμ λ²μ λ§ κ΅¬λ¬Έ λΆμνκ³ λ λλ§: | ||
|
||
`doctum update --only-version={{λ²μ }}` | ||
|
||
- νΉμ ꡬμ±μ μ¬μ©νμ¬ νλ‘μ νΈλ₯Ό ꡬ문 λΆμνκ³ λ λλ§: | ||
|
||
`doctum update {{κ²½λ‘/λμ/ꡬμ±νμΌ.php}}` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
# dog | ||
|
||
> DNS μ‘°ν μ νΈλ¦¬ν°. | ||
> λ€μ±λ‘μ΄ μΆλ ₯μ μ 곡νκ³ , DNS-over-TLS λ° DNS-over-HTTPS νλ‘ν μ½μ μ§μνλ©°, JSONμ λ΄λ³΄λΌ μ μμ. | ||
> λ λ§μ μ 보: <https://dns.lookup.dog>. | ||
- νΈμ€νΈ μ΄λ¦κ³Ό μ°κ²°λ IPλ₯Ό μ‘°ν (A λ μ½λ): | ||
|
||
`dog {{example.com}}` | ||
|
||
- νΉμ λλ©μΈ μ΄λ¦κ³Ό κ΄λ ¨λ MX λ μ½λ μ νμ 쿼리: | ||
|
||
`dog {{example.com}} MX` | ||
|
||
- 쿼리ν νΉμ DNS μλ²λ₯Ό μ§μ (μ. Cloudflare): | ||
|
||
`dog {{example.com}} MX @{{1.1.1.1}}` | ||
|
||
- UDPκ° μλ TCPλ₯Ό ν΅ν 쿼리: | ||
|
||
`dog {{example.com}} MX @{{1.1.1.1}} --tcp` | ||
|
||
- λͺ μμ μΈμλ₯Ό μ¬μ©νμ¬ TCPλ₯Ό ν΅ν΄ νΉμ λλ©μΈ μ΄λ¦κ³Ό μ°κ²°λ MX λ μ½λ μ νμ 쿼리: | ||
|
||
`dog --query {{example.com}} --type MX --nameserver {{1.1.1.1}} --tcp` | ||
|
||
- DoH(DNS over HTTPS)λ₯Ό μ¬μ©νμ¬ νΈμ€νΈ μ΄λ¦(A λ μ½λ)κ³Ό μ°κ²¬λ IPλ₯Ό μ‘°ν: | ||
|
||
`dog {{example.com}} --https @{{https://cloudflare-dns.com/dns-query}}` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
# doggo | ||
|
||
> μ¬λμ μν DNS ν΄λΌμ΄μΈνΈ. | ||
> GolangμΌλ‘ μμ±λ¨. | ||
> λ λ§μ μ 보: <https://github.com/mr-karan/doggo>. | ||
- κ°λ¨ν DNS μ‘°νλ₯Ό μν: | ||
|
||
`doggo {{example.com}}` | ||
|
||
- νΉμ λ€μμλ²λ₯Ό μ¬μ©νμ¬ MX λ μ½λλ₯Ό 쿼리: | ||
|
||
`doggo MX {{codeberg.org}} @{{1.1.1.2}}` | ||
|
||
- HTTPSλ₯Ό ν΅ν΄ DNS μ¬μ©: | ||
|
||
`doggo {{example.com}} @{{https://dns.quad9.net/dns-query}}` | ||
|
||
- JSON νμμΌλ‘ μΆλ ₯: | ||
|
||
`doggo {{example.com}} --json | jq '{{.responses[0].answers[].address}}'` | ||
|
||
- μλ°©ν₯ DNS μ‘°νλ₯Ό μν: | ||
|
||
`doggo --reverse {{8.8.4.4}} --short` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
# duc | ||
|
||
> λμ€ν¬ μ¬μ©λμ μΈλ±μ±, κ²μ¬, μκ°ννκΈ° μν λꡬ λͺ¨μ. | ||
> Ducλ νμΌ μμ€ν λλ ν 리μ λμ ν¬κΈ°μ λν λ°μ΄ν°λ² μ΄μ€λ₯Ό μ μ§ λ° κ΄λ¦¬νμ¬, λ°μ΄ν°λ² μ΄μ€μμ 쿼리λ₯Ό νμ©νκ±°λ, λ°μ΄ν° μμΉλ₯Ό 보μ¬μ£Όλ λ©μλ κ·Έλνλ₯Ό μμ±. | ||
> λ λ§μ μ 보: <http://duc.zevv.nl>. | ||
- /usr λλ ν°λ¦¬λ₯Ό μμΈννμ¬, κΈ°λ³Έ λ°μ΄ν°λ² μ΄μ€ μμΉ ~/.duc.dbμ κΈ°λ‘: | ||
|
||
`duc index {{/usr}}` | ||
|
||
- /usr/local μλμ λͺ¨λ νμΌκ³Ό λλ ν°λ¦¬λ₯Ό λμ΄, κ·Έλν([g]raph)μ μλ νμΌ ν¬κΈ°λ₯Ό νμ: | ||
|
||
`duc ls -Fg {{/usr/local}}` | ||
|
||
- treeviewλ₯Ό λ°λ³΅μ μΌλ‘ μ¬μ©ν΄ /usr/local μλμ λͺ¨λ νμΌκ³Ό λλ ν°λ¦¬λ₯Ό λμ΄: | ||
|
||
`duc ls -Fg -R {{/usr/local}}` | ||
|
||
- sunburst κ·Έλνλ₯Ό μ¬μ©νμ¬ νμΌ μμ€ν μ νμνλ €λ©΄, κ·Έλν½ μΈν°νμ΄μ€λ₯Ό μμ: | ||
|
||
`duc gui {{/usr}}` | ||
|
||
- ncurses μ½μ μΈν°νμ΄μ€λ₯Ό μ€ννμ¬, νμΌ μμ€ν μ νμ: | ||
|
||
`duc ui {{/usr}}` | ||
|
||
- λ°μ΄ν°λ² μ΄μ€ μ 보 λ€ν: | ||
|
||
`duc info` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,36 @@ | ||
# duckdb | ||
|
||
> μ²λ¦¬ μ€μΈ λΆμ SQL μμ§μΈ DuckDBμ© λͺ λ Ήμ€ ν΄λΌμ΄μΈνΈ. | ||
> λ λ§μ μ 보: <https://duckdb.org>. | ||
- μμ λ©λͺ¨λ¦¬ λ΄ λ°μ΄ν°λ² μ΄μ€λ₯Ό μ¬μ©νμ¬ λνν μμ μμ: | ||
|
||
`duckdb` | ||
|
||
- λ°μ΄ν°λ² μ΄μ€ νμΌμμ λνν μμ μμ. νμΌμ΄ μμΌλ©΄, μλ‘μ΄ λ°μ΄ν°λ² μ΄μ€κ° μμ±λ¨: | ||
|
||
`duckdb {{κ²½λ‘/λμ/λ°μ΄ν°λ² μ΄μ€νμΌ}}` | ||
|
||
- CSV, JSON λλ Parquet νμΌμ μ§μ 쿼리: | ||
|
||
`duckdb -c "{{SELECT * FROM 'data_source.[csv|csv.gz|json|json.gz|parquet]'}}"` | ||
|
||
- SQL μ€ν¬λ¦½νΈλ₯Ό μ€ν: | ||
|
||
`duckdb -c ".read {{κ²½λ‘/λμ/μ€ν¬λ¦½νΈ.sql}}"` | ||
|
||
- λ°μ΄ν°λ² μ΄μ€ νμΌμ λν΄ μΏΌλ¦¬λ₯Ό μ€ννκ³ λνν μμ μ΄μ΄λ : | ||
|
||
`duckdb {{κ²½λ‘/λμ/λ°μ΄ν°λ² μ΄μ€νμΌ}} -cmd "{{SELECT DISTINCT * FROM tbl}}"` | ||
|
||
- λ°μ΄ν°λ² μ΄μ€ νμΌμμ SQL 쿼리λ₯Ό μ€ννκ³ λνν μμ μ΄μ΄λ : | ||
|
||
`duckdb {{κ²½λ‘/λμ/λ°μ΄ν°λ² μ΄μ€νμΌ}} -init {{κ²½λ‘/λμ/μ€ν¬λ¦½νΈ.sql}}` | ||
|
||
- `stdin`μμ CSVλ₯Ό μ½κ³ `stdout`μ CSVλ₯Ό μ°κΈ°: | ||
|
||
`cat {{κ²½λ‘/λμ/μμ€.csv}} | duckdb -c "{{COPY (FROM read_csv('/dev/stdin')) TO '/dev/stdout' WITH (FORMAT CSV, HEADER)}}"` | ||
|
||
- λμλ§ νμ: | ||
|
||
`duckdb -help` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
# duf | ||
|
||
> λμ€ν¬ μ¬μ©λ/λ¬΄λ£ μ νΈλ¦¬ν°. | ||
> λ λ§μ μ 보: <https://github.com/muesli/duf>. | ||
- μ κ·Ό κ°λ₯ν μ₯μΉ λͺ©λ‘: | ||
|
||
`duf` | ||
|
||
- λͺ¨λ νλͺ©μ λμ΄ (μ: μμ¬, μ€λ³΅ λλ μ‘μΈμ€ν μ μλ νμΌ μμ€ν ): | ||
|
||
`duf --all` | ||
|
||
- μ§μ λ μ₯μΉ λλ λ§μ΄νΈ μ§μ λ§ νμ: | ||
|
||
`duf {{κ²½λ‘/λμ/λλ ν°λ¦¬1 κ²½λ‘/λμ/λλ ν°λ¦¬2 ...}}` | ||
|
||
- μ§μ λ κΈ°μ€μ λ°λΌ μΆλ ₯ κ²°κ³Όλ₯Ό μ λ ¬: | ||
|
||
`duf --sort {{size|used|avail|usage}}` | ||
|
||
- νΉμ νμΌ μμ€ν μ νμνκ±°λ μ¨κΉ: | ||
|
||
`duf --{{only-fs|hide-fs}} {{tmpfs|vfat|ext4|xfs}}` | ||
|
||
- ν€λ³λ‘ μΆλ ₯μ μ λ ¬: | ||
|
||
`duf --sort {{mountpoint|size|used|avail|usage|inodes|inodes_used|inodes_avail|inodes_usage|type|filesystem}}` | ||
|
||
- ν λ§λ₯Ό λ³κ²½ (`duf`κ° μ¬λ°λ₯Έ ν λ§λ₯Ό μ¬μ©νμ§ λͺ»νλ κ²½μ°): | ||
|
||
`duf --theme {{dark|light}}` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
# dumpcap | ||
|
||
> λ€νΈμν¬ νΈλν½ λ€ν λꡬ. | ||
> λ λ§μ μ 보: <https://www.wireshark.org/docs/man-pages/dumpcap.html>. | ||
- μ¬μ© κ°λ₯ν μΈν°νμ΄μ€ νμ: | ||
|
||
`dumpcap --list-interfaces` | ||
|
||
- νΉμ μΈν°νμ΄μ€μμ ν¨ν·μ μΊ‘μ²: | ||
|
||
`dumpcap --interface {{1}}` | ||
|
||
- νΉμ μμΉλ‘ ν¨ν·μ μΊ‘μ²: | ||
|
||
`dumpcap --interface {{1}} -w {{κ²½λ‘/λμ/μΆλ ₯_νμΌ.pcapng}}` | ||
|
||
- νΉμ ν¬κΈ°μ νΉμ μ΅λ νμΌ μ νμ μ¬μ©ν΄ λ§ λ²νΌμ μ°κΈ°: | ||
|
||
`dumpcap --interface {{1}} -w {{κ²½λ‘/λμ/μΆλ ₯_νμΌ.pcapng}} --ring-buffer filesize:{{500000}} --ring-buffer files:{{10}}` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
# dune | ||
|
||
> OCaml νλ‘κ·Έλ¨μ© λΉλ μμ€ν . | ||
> λ λ§μ μ 보: <https://dune.build>. | ||
- λͺ¨λ νκ² λΉλ: | ||
|
||
`dune build` | ||
|
||
- μμ 곡κ°μ μ 리: | ||
|
||
`dune clean` | ||
|
||
- λͺ¨λ ν μ€νΈ μ€ν: | ||
|
||
`dune runtest` | ||
|
||
- μλμΌλ‘ λ‘λν νμκ° μλλ‘, μλμΌλ‘ λ‘λλ μ»΄νμΌλ λͺ¨λλ‘ utop REPLμ μμ: | ||
|
||
`dune utop` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,36 @@ | ||
# duplicacy | ||
|
||
> μ κΈ μλ μ€λ³΅ μ κ±° ν΄λΌμ°λ λ°±μ λꡬ. | ||
> λ λ§μ μ 보: <https://github.com/gilbertchen/duplicacy/wiki>. | ||
- νμ¬ λλ ν°λ¦¬λ₯Ό μ μ₯μλ‘ μ¬μ©νκ³ , SFTP μ μ₯μλ₯Ό μ΄κΈ°ννκ³ , μ μ₯μλ₯Ό λΉλ°λ²νΈλ‘ μνΈν: | ||
|
||
`duplicacy init -e {{snapshot_id}} {{sftp://[email protected]/path/to/storage/}}` | ||
|
||
- μ μ₯μμ μ€λ μ·μ κΈ°λ³Έ μ μ₯μμ μ μ₯: | ||
|
||
`duplicacy backup` | ||
|
||
- νμ¬ μ μ₯μμ μ€λ μ· λͺ©λ‘: | ||
|
||
`duplicacy list` | ||
|
||
- μ΄μ μ μ μ₯λ μ€λ μ·μΌλ‘ μ μ₯μλ₯Ό 볡μ: | ||
|
||
`duplicacy restore -r {{revision}}` | ||
|
||
- μ€λ μ·μ 무결μ±μ νμΈ: | ||
|
||
`duplicacy check` | ||
|
||
- κΈ°μ‘΄ μ μ₯μμ μ¬μ©ν λ€λ₯Έ μ μ₯μλ₯Ό μΆκ°: | ||
|
||
`duplicacy add {{μ€ν 리μ§_μ΄λ¦}} {{μ€λ μ·_μμ΄λ}} {{μ€ν 리μ§_μ£Όμ}}` | ||
|
||
- μ€λ μ·μ νΉμ λ²μ μ μ 리: | ||
|
||
`duplicacy prune -r {{λ²μ }}` | ||
|
||
- `m`μΌλ³΄λ€ μ€λλ λ²μ μ λν΄ `n`μΌλ§λ€ νλμ μ λ°μ΄νΈλ λ²μ μ μ μ§νμ¬ λ²μ μ μ 리: | ||
|
||
`duplicacy prune -keep {{n:m}}` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
# duplicity | ||
|
||
> μ¦λΆ, μμΆ, μνΈν λ° λ²μ λ³ λ°±μ μ μμ±. | ||
> λ€μν λ°±μλ μλΉμ€μ λ°±μ μ μ λ‘λν μλ μμ. | ||
> λ²μ μ λ°λΌ μΌλΆ μ΅μ μ μ¬μ©νμ§ λͺ»ν μλ μμ (μ: 2.0.0μ `--gio`). | ||
> λ λ§μ μ 보: <https://duplicity.gitlab.io>. | ||
- FTPSλ₯Ό ν΅ν΄ λλ ν°λ¦¬λ₯Ό μ격 μμ€ν μ λ°±μ νκ³ , λΉλ°λ²νΈλ‘ μνΈν: | ||
|
||
`FTP_PASSWORD={{ftp_λ‘κ·ΈμΈ_λΉλ°λ²νΈ}} PASSPHRASE={{μνΈ_λΉλ°λ²νΈ}} duplicity {{κ²½λ‘/λμ/μμ€/λλ ν 리}} {{ftps://μ¬μ©μ@νΈμ€νΈλͺ /νκ²/λλ ν 리/κ²½λ‘/}}` | ||
|
||
- 맀μ μ 체 λ°±μ μ μννμ¬ Amazon S3μ λλ ν°λ¦¬λ₯Ό λ°±μ : | ||
|
||
`duplicity --full-if-older-than {{1M}} s3://{{λ²ν·_μ΄λ¦[/μ λμ¬]}}` | ||
|
||
- WebDAV 곡μ μ μ μ₯λ λ°±μ μμ 1λ μ΄ λμ λ²μ μ μμ : | ||
|
||
`FTP_PASSWORD={{webdav_λ‘κ·ΈμΈ_λΉλ°λ²νΈ}} duplicity remove-older-than {{1Y}} --force {{webdav[s]://μ¬μ©μ@νΈμ€νΈλͺ [:ν¬νΈ]/μΌλΆ_λλ ν 리}}` | ||
|
||
- μ¬μ© κ°λ₯ν λ°±μ μ λμ΄: | ||
|
||
`duplicity collection-status "file://{{μ λ/κ²½λ‘/λμ/λ°±μ /λλ ν 리}}"` | ||
|
||
- SSHλ₯Ό ν΅ν΄ μ격 μμ€ν μ μ μ₯λ λ°±μ μ νμΌμ λμ΄: | ||
|
||
`duplicity list-current-files --time {{YYYY-MM-DD}} scp://{{μ¬μ©μ@νΈμ€νΈλͺ }}/{{κ²½λ‘/λμ/λ°±μ /λλ ν 리}}` | ||
|
||
- GnuPGλ‘ μνΈνλ λ‘컬 λ°±μ μ νμ λλ ν 리λ₯Ό μ§μ λ μμΉλ‘ 볡μ: | ||
|
||
`PASSPHRASE={{gpg_ν€_λΉλ°λ²νΈ}} duplicity restore --encrypt-key {{gpg_ν€_μμ΄λ}} --path-to-restore {{μλ/κ²½λ‘/볡μλλλ ν 리}} file://{{μ λ/κ²½λ‘/λμ/λ°±μ /λλ ν 리}} {{κ²½λ‘/λμ/λλ ν 리/λμ/볡μ/λμ}}` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
# dust | ||
|
||
> Dustλ μ΄λ€ λλ ν λ¦¬κ° λμ€ν¬ 곡κ°μ μ¬μ©νκ³ μλμ§μ λν μ¦κ°μ μΈ κ°μλ₯Ό μ 곡. | ||
> λ λ§μ μ 보: <https://github.com/bootandy/dust>. | ||
- νμ¬ λλ ν 리μ λν μ 보 νμ: | ||
|
||
`dust` | ||
|
||
- νλ μ΄μμ λλ ν 리μ λν μ 보λ₯Ό νμ: | ||
|
||
`dust {{κ²½λ‘/λμ/λλ ν°λ¦¬1 κ²½λ‘/λμ/λλ ν°λ¦¬2 ...}}` | ||
|
||
- 30κ° λλ ν°λ¦¬ νμ (κΈ°λ³Έκ°μ 21): | ||
|
||
`dust --number-of-lines {{30}}` | ||
|
||
- νμ¬ λλ ν 리μ λν μ 보λ₯Ό, μ΅λ 3λ¨κ³κΉμ§ νμ: | ||
|
||
`dust --depth {{3}}` | ||
|
||
- κ°μ₯ ν° λλ ν 리λ₯Ό λ΄λ¦Όμ°¨μμΌλ‘ 맨 μμ νμ: | ||
|
||
`dust --reverse` | ||
|
||
- νΉμ μ΄λ¦μ κ°μ§ λͺ¨λ νμΌκ³Ό λλ ν°λ¦¬λ₯Ό 무μ: | ||
|
||
`dust --ignore-directory {{νμΌ_λλ_λλ ν°λ¦¬_μ΄λ¦}}` | ||
|
||
- λ°±λΆμ¨ λ§λ λ° λ°±λΆμ¨μ νμνμ§ μμ: | ||
|
||
`dust --no-percent-bars` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
# dwebp | ||
|
||
> `dwebp`λ WebP νμΌμ PNG, PAM, PPM λλ PGM μ΄λ―Έμ§λ‘ μμΆ ν΄μ . | ||
> μ λλ©μ΄μ WebP νμΌμ μ§μλμ§ μμ. | ||
> λ λ§μ μ 보: <https://developers.google.com/speed/webp/docs/dwebp/>. | ||
- WebP νμΌμ PNG νμΌλ‘ λ³ν: | ||
|
||
`dwebp {{κ²½λ‘/λμ/μ λ ₯νμΌ.webp}} -o {{κ²½λ‘/λμ/μΆλ ₯νμΌ.png}}` | ||
|
||
- WebP νμΌμ νΉμ νμΌ νμμΌλ‘ λ³ν: | ||
|
||
`dwebp {{κ²½λ‘/λμ/μ λ ₯νμΌ.webp}} -bmp|-tiff|-pam|-ppm|-pgm|-yuv -o {{κ²½λ‘/λμ/μΆλ ₯νμΌ}}` | ||
|
||
- κ°λ₯ν κ²½μ°, λ©ν°μ€λ λ©μ μ¬μ©νμ¬ WebP νμΌμ λ³ν: | ||
|
||
`dwebp {{κ²½λ‘/λμ/μ λ ₯νμΌ.webp}} -o {{κ²½λ‘/λμ/μΆλ ₯νμΌ.png}} -mt` | ||
|
||
- WebP νμΌμ λ³ννλ λμμ, μλ₯΄κΈ° λ° ν¬κΈ° μ‘°μ λ κ°λ₯: | ||
|
||
`dwebp {{μ λ ₯.webp}} -o {{μΆλ ₯.png}} -crop {{x_μμΉ}} {{y_μμΉ}} {{λλΉ}} {{λμ΄;}} -scale {{λλΉ}} {{λμ΄}}` | ||
|
||
- WebP νμΌμ λ³ννκ³ μΆλ ₯μ λ€μ§μ: | ||
|
||
`dwebp {{κ²½λ‘/λμ/μ λ ₯νμΌ.webp}} -o {{κ²½λ‘/λμ/μΆλ ₯νμΌ.png}} -flip` | ||
|
||
- Convert a WebP νμΌμ λ³ννκ³ λμ½λ© νλ‘μΈμ€ μλλ₯Ό λμ΄κΈ° μν΄ μΈλ£¨ν νν°λ§μ μ¬μ©νμ§ μμ: | ||
|
||
`dwebp {{κ²½λ‘/λμ/μ λ ₯νμΌ.webp}} -o {{κ²½λ‘/λμ/μΆλ ₯νμΌ.png}} -nofilter` |