mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-22 08:22:08 +02:00
pamstretch: add Spanish translation (#14972)
This commit is contained in:
parent
5f6fed1204
commit
c3d0724dc2
1 changed files with 13 additions and 0 deletions
13
pages.es/common/pamstretch.md
Normal file
13
pages.es/common/pamstretch.md
Normal file
|
@ -0,0 +1,13 @@
|
||||||
|
# pamstretch
|
||||||
|
|
||||||
|
> Escala una imagen PAM interpolando entre píxeles.
|
||||||
|
> Vea también: `pamstretch-gen`, `pamenlarge`, `pamscale`.
|
||||||
|
> Más información: <https://netpbm.sourceforge.net/doc/pamstretch.html>.
|
||||||
|
|
||||||
|
- Escala una imagen PAM por un factor entero:
|
||||||
|
|
||||||
|
`pamstretch {{N}} {{ruta/a/la/imagen.pam}} > {{ruta/al/resultado.pam}}`
|
||||||
|
|
||||||
|
- Escala una imagen PAM por los factores especificados en las direcciones horizontales y verticales:
|
||||||
|
|
||||||
|
`pamstretch -xscale {{XN}} -yscale {{YN}} {{ruta/a/la/imagen.pam}} > {{ruta/al/resultado.pam}}`
|
Loading…
Add table
Reference in a new issue