mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-09-09 19:33:49 +02:00
pamtogif: add Spanish translation (#12709)
This commit is contained in:
parent
701ca25cc6
commit
18424b0a7e
1 changed files with 17 additions and 0 deletions
17
pages.es/common/pamtogif.md
Normal file
17
pages.es/common/pamtogif.md
Normal file
|
@ -0,0 +1,17 @@
|
|||
# pamtogif
|
||||
|
||||
> Convierte una imagen Netpbm en una imagen GIF no animada.
|
||||
> Vea también: `giftopnm`, `gifsicle`.
|
||||
> Más información: <https://netpbm.sourceforge.net/doc/pamtogif.html>.
|
||||
|
||||
- Convierte una imagen Netpbm en una imagen GIF no animada:
|
||||
|
||||
`pamtogif {{ruta/a/imagen.pam}} > {{ruta/a/imagen_de_salida.gif}}`
|
||||
|
||||
- Marca el color especificado como transparente en el archivo GIF de salida:
|
||||
|
||||
`pamtogif -transparent {{color}} {{ruta/a/imagen.pam}} > {{ruta/a/imagen_de_salida.gif}}`
|
||||
|
||||
- Incluye el texto especificado como comentario en el archivo GIF de salida:
|
||||
|
||||
`pamtogif -comment "{{¡Hola Mundo!}}" {{ruta/a/imagen.pam}} > {{ruta/a/imagen_de_salida.gif}}`
|
Loading…
Add table
Reference in a new issue