1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-09-10 15:53:34 +02:00

winicontopam: add Dutch translation (#11786)

This commit is contained in:
Sebastiaan Speck 2023-12-18 15:07:08 +01:00 committed by GitHub
parent f9f1eb55cd
commit d701824321
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -0,0 +1,20 @@
# winicontopam
> Converteer een Windows ICO bestand naar een PAM bestand.
> Meer informatie: <https://netpbm.sourceforge.net/doc/winicontopam.html>.
- Lees een ICO bestand en converteer de beste kwaliteit afbeelding daarin naar het PAM formaat:
`winicontopam {{pad/naar/invoer_bestand.ico}} > {{pad/naar/uitvoer.pam}}`
- Converteer alle afbeeldingen in het invoerbestand naar PAM:
`winicontopam -allimages {{pad/naar/invoer_bestand.ico}} > {{pad/naar/uitvoer.pam}}`
- Converteer de n afbeelding in het invoerbestand naar PAM:
`winicontopam -image {{n}} {{pad/naar/invoer_bestand.ico}} > {{pad/naar/uitvoer.pam}}`
- Als de afbeelding(en) voor te extraheren bevatten transparantie data en een AND mask, scrhijf de AND mask naar het vijfde kanaal van het uitvoer PAM bestand:
`winicontopam -andmasks {{pad/naar/invoer_bestand.ico}} > {{pad/naar/uitvoer.pam}}`