mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-29 23:24:55 +02:00
pamtowinicon: add Dutch translation (#11787)
This commit is contained in:
parent
e5ba7088c7
commit
f9f1eb55cd
1 changed files with 16 additions and 0 deletions
16
pages.nl/common/pamtowinicon.md
Normal file
16
pages.nl/common/pamtowinicon.md
Normal file
|
@ -0,0 +1,16 @@
|
||||||
|
# pamtowinicon
|
||||||
|
|
||||||
|
> Converteer een PAM afbeelding naar een Windows ICO bestand.
|
||||||
|
> Meer informatie: <https://netpbm.sourceforge.net/doc/pamtowinicon.html>.
|
||||||
|
|
||||||
|
- Converteer een PAM afbeelding naar een ICO bestand:
|
||||||
|
|
||||||
|
`pamtowinicon {{pad/naar/invoer_bestand.pam}} > {{pad/naar/uitvoer.ico}}`
|
||||||
|
|
||||||
|
- Encodeer afbeeldingen met resoluties kleiner dan t in het BMP formaat en alle andere afbeeldingen in het PNG formaat:
|
||||||
|
|
||||||
|
`pamtowinicon -pngthreshold {{t}} {{pad/naar/invoer_bestand.pam}} > {{pad/naar/uitvoer.ico}}`
|
||||||
|
|
||||||
|
- Maak alle pixels buiten het doorzichtige vlak zwart:
|
||||||
|
|
||||||
|
`pamtowinicon -truetransparent {{pad/naar/invoer_bestand.pam}} > {{pad/naar/uitvoer.ico}}`
|
Loading…
Add table
Reference in a new issue