Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.
 
 
 
 
 
 

28 linhas
749 B

  1. .TH img2irc 1 "2006-11-10" "libcaca"
  2. .SH NAME
  3. img2irc \- convert images to IRC coloured files
  4. .SH SYNOPSIS
  5. .B img2irc IMAGE [COLUMNS]
  6. .RI
  7. .SH DESCRIPTION
  8. .B img2irc
  9. convert images to colour ASCII characters and outputs them to text using
  10. mIRC colour codes.
  11. .PP
  12. .B img2irc
  13. can load the most widespread image formats: PNG, JPEG, GIF, PNG, BMP etc.
  14. By default the output text is 60 columns wide; this value can be changed
  15. by appending a second argument to the commandline.
  16. .SH EXAMPLES
  17. img2irc hello.jpg > hello.txt
  18. img2irc hello.jpg 40 > tinyhello.txt
  19. .SH BUGS
  20. This program could be merged into
  21. .B cacaview
  22. or expanded to support multiple output formats.
  23. .SH SEE ALSO
  24. cacaview(1)
  25. .SH AUTHOR
  26. This manual page was written by Sam Hocevar <sam@zoy.org>.