mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-08-04 12:35:34 +02:00
pamenlarge: add Spanish translation (#14935)
This commit is contained in:
parent
f0d995b418
commit
3967d51020
1 changed files with 13 additions and 0 deletions
13
pages.es/common/pamenlarge.md
Normal file
13
pages.es/common/pamenlarge.md
Normal file
|
@ -0,0 +1,13 @@
|
|||
# pamenlarge
|
||||
|
||||
> Agranda una imagen PAM duplicando píxeles.
|
||||
> Vea también: `pbmreduce`, `pamditherbw`, `pbmpscale`.
|
||||
> Más información: <https://netpbm.sourceforge.net/doc/pamenlarge.html>.
|
||||
|
||||
- Amplía la imagen especificada por el factor dado:
|
||||
|
||||
`pamenlarge -scale {{N}} {{ruta/a/la/imagen.pam}} > {{ruta/al/resultado.pam}}`
|
||||
|
||||
- Amplía la imagen especificada por los factores especificados horizontal y verticalmente:
|
||||
|
||||
`pamenlarge -xscale {{XN}} -yscale {{YN}} {{ruta/a/la/imagen.pam}} > {{ruta/al/resultado.pam}}`
|
Loading…
Add table
Reference in a new issue