mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-29 23:24:55 +02:00
ppmquant, pnmquant pnmremap: add Dutch translation (#11809)
This commit is contained in:
parent
2794e64d8f
commit
c2d2b6fa9a
3 changed files with 41 additions and 0 deletions
9
pages.nl/common/pnmquant.md
Normal file
9
pages.nl/common/pnmquant.md
Normal file
|
@ -0,0 +1,9 @@
|
||||||
|
# pnmquant
|
||||||
|
|
||||||
|
> Kwantiseer de kleuren in een PNM afbeelding naar een kleinere set.
|
||||||
|
> Dit commando is een combinatie van `pnmcolormap` en `pnmremap` en accepteert de combinatie van hun opties, behalve `-mapfile`.
|
||||||
|
> Meer informatie: <https://netpbm.sourceforge.net/doc/pnmquant.html>.
|
||||||
|
|
||||||
|
- Genereer een afbeelding door alleen gebruik te maken van `n_kleuren` of minder kleuren zo dichtbij mogelijk van de invoerafbeelding:
|
||||||
|
|
||||||
|
`pnmquant {{n_kleuren}} {{pad/naar/invoer.pnm}} > {{pad/naar/uitvoer.pnm}}`
|
20
pages.nl/common/pnmremap.md
Normal file
20
pages.nl/common/pnmremap.md
Normal file
|
@ -0,0 +1,20 @@
|
||||||
|
# pnmremap
|
||||||
|
|
||||||
|
> Vervang de kleuren in een PNM afbeelding.
|
||||||
|
> Meer informatie: <https://netpbm.sourceforge.net/doc/pnmremap.html>.
|
||||||
|
|
||||||
|
- Vervang de kleuren in een afbeelding met diegene gespecificeerd in een kleurenpalet:
|
||||||
|
|
||||||
|
`pnmremap -mapfile {{pad/naar/kleurenpalet_bestand.ppm}} {{pad/naar/invoer.pnm}} > {{pad/naar/uitvoer.pnm}}`
|
||||||
|
|
||||||
|
- Gebruik Floyd-Steinberg dithering voor het representeren van missende kleuren in het kleurenpalet:
|
||||||
|
|
||||||
|
`pnmremap -mapfile {{pad/naar/kleurenpalet_bestand.ppm}} -floyd {{pad/naar/invoer.pnm}} > {{pad/naar/uitvoer.pnm}}`
|
||||||
|
|
||||||
|
- Gebruik de eerste kleur in het palet voor het representeren van missende kleuren in het kleurenpalet:
|
||||||
|
|
||||||
|
`pnmremap -mapfile {{pad/naar/kleurenpalet_bestand.ppm}} -firstisdefault {{pad/naar/invoer.pnm}} > {{pad/naar/uitvoer.pnm}}`
|
||||||
|
|
||||||
|
- Gebruik de gespecificeerde kleur voor het representeren van de missende kleuren in het kleurenpalet:
|
||||||
|
|
||||||
|
`pnmremap -mapfile {{pad/naar/kleurenpalet_bestand.ppm}} -missingcolor {{kleur}} {{pad/naar/invoer.pnm}} > {{pad/naar/uitvoer.pnm}}`
|
12
pages.nl/common/ppmquant.md
Normal file
12
pages.nl/common/ppmquant.md
Normal file
|
@ -0,0 +1,12 @@
|
||||||
|
# ppmquant
|
||||||
|
|
||||||
|
> Dit commando is vervangen met `pnmquant` en `pnmremap`.
|
||||||
|
> Meer informatie: <https://netpbm.sourceforge.net/doc/ppmquant.html>.
|
||||||
|
|
||||||
|
- Bekijk documentatie voor `pnmquant`:
|
||||||
|
|
||||||
|
`tldr pnmquant`
|
||||||
|
|
||||||
|
- Bekijk documentatie voor `pnmremap`:
|
||||||
|
|
||||||
|
`tldr pnmremap`
|
Loading…
Add table
Reference in a new issue