from small one page howto to huge articles all in one place
 

search text in:





Poll
What does your sytem tell when running "ulimit -u"?








poll results

Last additions:
using iotop to find disk usage hogs

using iotop to find disk usage hogs

words:

887

views:

187379

userrating:

average rating: 1.7 (102 votes) (1=very good 6=terrible)


May 25th. 2007:
Words

486

Views

250586

why adblockers are bad


Workaround and fixes for the current Core Dump Handling vulnerability affected kernels

Workaround and fixes for the current Core Dump Handling vulnerability affected kernels

words:

161

views:

138046

userrating:

average rating: 1.4 (42 votes) (1=very good 6=terrible)


April, 26th. 2006:

Druckversion
You are here: manpages





GIFCOMPOSE

Section: GIFLIB Documentation (1)
Updated: 2 May 2012
Index Return to Main Contents
 

NAME

gifcompose - image-composition minilanguage for GIFs  

SYNOPSIS

gifcompose [-v]
 

DESCRIPTION

The gifcompose program uses the GIFLIB utility tools to support a minilanguage for describing GIF pasteup sequences.  

SPECIFICATION SYNTAX

The gifcompose tool takes a series of text lines on stdin and interprets them as commands to do pasteup operations. The commands are:

gif <name>

Paste in <name>.gif

raw <name> <width> <height>

Paste in the given raw-format file (no suffix supplied). Raw format is a stream of 8-bit indices into the EGA color map. Accordingly, the width and height must be specified, and the source must be exactly width times height bytes long.

rgb <name> <width> <height>

Paste in the given RGB-format file (no suffix supplied). Raw format is a stream of 24-bit color values. Accordingly, the width and height must be specified, and the source must be exactly 3 times width times height bytes long.

text <text> [foreground <index>] [color <r> <g> <b>]

Copy 8x8 monospace font, with transparent background and index 1 as foreground. If the text string contains whitespaces, they must be escaped or the string must be quoted (shell conventions).

The optional suffix `foreground <n>' sets the foreground color index.

The optional suffix `color <r> <g> <b>' sets the RGB color to be used for the foreground index.

Each generator operation may be followed by any combination of the following suffixes:

at <x> <y>

Place the image at the given (upper-left-hand-corner) coordinates in the pasted-up result.

clip <name> <top-x> <top-y> <bottom-x> <bottom-y>

Clip image using the given rectange, paste it onto.

xflip

Flip the image around the X axis before placing it.

yflip

Flip the image around the Y axis before placing it.

left

Rotate the image 90 degrees counterclockwise before placing it.

right

Rotate the image 90 degrees clockwise before placing it.

screen size <x-size> <y-size>

Set the global screen size of the final image.

screen position <x> <y>

Set the global screen position of the final image.

Comments or comment lines may be preceded with `#' and will be ignored.  

OPTIONS

-v

Emit a report on each composition action to stderr as it happens.
 

BUGS

The suffix sequence `left left' sometimes mysteriously fails to work, probably due to some restriction in m[blue]gifflipm[][1].

No support for resizing or odd-angle rotations yet.

The `color' suffix of text is a no-op, because the present version of m[blue]gifovlym[][2] throws away color tables.

Error checking is rudimentary.  

AUTHOR

Eric S. Raymond esr@thyrsus.com  

NOTES

1.
gifflip
[set $man.base.url.for.relative.links]/gifflip.html
2.
gifovly
[set $man.base.url.for.relative.links]/gifovly.html


 

Index

NAME
SYNOPSIS
DESCRIPTION
SPECIFICATION SYNTAX
OPTIONS
BUGS
AUTHOR
NOTES





Support us on Content Nation
rdf newsfeed | rss newsfeed | Atom newsfeed
- Powered by LeopardCMS - Running on Gentoo -
Copyright 2004-2020 Sascha Nitsch Unternehmensberatung GmbH
Valid XHTML1.1 : Valid CSS : buttonmaker
- Level Triple-A Conformance to Web Content Accessibility Guidelines 1.0 -
- Copyright and legal notices -
Time to create this page: 19.8 ms