annotate CSP2/CSP2_env/env-d9b9114564458d9d-741b3de822f2aaca6c6caa4325c4afce/share/man/man1/gifecho.1 @ 68:5028fdace37b

planemo upload commit 2e9511a184a1ca667c7be0c6321a36dc4e3d116d
author jpayne
date Tue, 18 Mar 2025 16:23:26 -0400
parents
children
rev   line source
jpayne@68 1 '\" t
jpayne@68 2 .\" Title: gifecho
jpayne@68 3 .\" Author: [see the "Author" section]
jpayne@68 4 .\" Generator: DocBook XSL Stylesheets vsnapshot <http://docbook.sf.net/>
jpayne@68 5 .\" Date: 2 May 2012
jpayne@68 6 .\" Manual: GIFLIB Documentation
jpayne@68 7 .\" Source: GIFLIB
jpayne@68 8 .\" Language: English
jpayne@68 9 .\"
jpayne@68 10 .TH "GIFECHO" "1" "2 May 2012" "GIFLIB" "GIFLIB Documentation"
jpayne@68 11 .\" -----------------------------------------------------------------
jpayne@68 12 .\" * Define some portability stuff
jpayne@68 13 .\" -----------------------------------------------------------------
jpayne@68 14 .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
jpayne@68 15 .\" http://bugs.debian.org/507673
jpayne@68 16 .\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html
jpayne@68 17 .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
jpayne@68 18 .ie \n(.g .ds Aq \(aq
jpayne@68 19 .el .ds Aq '
jpayne@68 20 .\" -----------------------------------------------------------------
jpayne@68 21 .\" * set default formatting
jpayne@68 22 .\" -----------------------------------------------------------------
jpayne@68 23 .\" disable hyphenation
jpayne@68 24 .nh
jpayne@68 25 .\" disable justification (adjust text to left margin only)
jpayne@68 26 .ad l
jpayne@68 27 .\" -----------------------------------------------------------------
jpayne@68 28 .\" * MAIN CONTENT STARTS HERE *
jpayne@68 29 .\" -----------------------------------------------------------------
jpayne@68 30 .SH "NAME"
jpayne@68 31 gifecho \- generate a GIF from ASCII text
jpayne@68 32 .SH "SYNOPSIS"
jpayne@68 33 .HP \w'\fBgifecho\fR\ 'u
jpayne@68 34 \fBgifecho\fR [\-v] [\-s\ \fIcolormap\-size\fR] [\-f\ \fIforeground\fR] [\-c\ \fIR\fR\ \fIG\fR\ \fIB\fR] [\-t\ \fItext\fR] [\-h] [\fIgif\-file\fR]
jpayne@68 35 .SH "DESCRIPTION"
jpayne@68 36 .PP
jpayne@68 37 A program to generate GIF images out of regular text\&. Text can be one line or multi\-line, and is converted using 8 by 8 fixed font\&.
jpayne@68 38 .PP
jpayne@68 39 This program reads stdin if no text is provided on the command line (\-t), and will dump the created GIF file to stdout\&.
jpayne@68 40 .SH "OPTIONS"
jpayne@68 41 .PP
jpayne@68 42 \-v
jpayne@68 43 .RS 4
jpayne@68 44 Verbose mode (show progress)\&. Enables printout of running scan lines\&.
jpayne@68 45 .RE
jpayne@68 46 .PP
jpayne@68 47 \-s colormap\-size
jpayne@68 48 .RS 4
jpayne@68 49 Explicitly defines the size of the color map of the resulting gif image\&. Usually the image will be bicolor with fg as color 1, unless [\-f] is explicitly given in case the color map size will be big enough to hold it\&. However it is sometimes convenient to set the color map size to certain size while the fg color is small mainly so this image may be merged with another (images must match color map size)\&.
jpayne@68 50 .RE
jpayne@68 51 .PP
jpayne@68 52 \-f foreground
jpayne@68 53 .RS 4
jpayne@68 54 Select foreground index (background is always 0)\&. By default it is one and therefore the image result is bicolored\&. if FG is set to n then color map will be created with 2^k entries where 2^k > n for minimum k, assuming k <= 8\&. This color map will be all zeros except this foreground index\&. This option is useful if this text image should be integrated into other image colormap using their colors\&.
jpayne@68 55 .RE
jpayne@68 56 .PP
jpayne@68 57 \-c R G B
jpayne@68 58 .RS 4
jpayne@68 59 The color to use as the foreground color\&. White by default\&.
jpayne@68 60 .RE
jpayne@68 61 .PP
jpayne@68 62 \-t text
jpayne@68 63 .RS 4
jpayne@68 64 One line of text can be provided on the command line\&. Note you must encapsulate the Text within quotes if it has spaces (The quotes themselves are not treated as part of the text)\&. If no \-t option is provided, stdin is read until end of file\&.
jpayne@68 65 .RE
jpayne@68 66 .PP
jpayne@68 67 \-h
jpayne@68 68 .RS 4
jpayne@68 69 Print one line command line help, similar to Usage above\&.
jpayne@68 70 .RE
jpayne@68 71 .SH "NOTES"
jpayne@68 72 .PP
jpayne@68 73 There is a hardcoded limit of 100 the number of lines\&.
jpayne@68 74 .SH "AUTHOR"
jpayne@68 75 .PP
jpayne@68 76 Gershon Elber\&.