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

search text in:





Poll
Which filesystem do you use?






poll results

Last additions:
using iotop to find disk usage hogs

using iotop to find disk usage hogs

words:

887

views:

187351

userrating:

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


May 25th. 2007:
Words

486

Views

250582

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:

137943

userrating:

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


April, 26th. 2006:

Druckversion
You are here: manpages





GIFTEXT

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

NAME

giftext - dump GIF pixels and metadata as text  

SYNOPSIS

giftext [-v] [-c] [-e] [-z] [-p] [-r] [-h] [gif-file]
 

DESCRIPTION

A program to dump (text only) general information about GIF file.

If no GIF file is given, giftext will try to read a GIF file from stdin.  

OPTIONS

-v

Verbose mode (show progress). Enables printout of running scan lines.

-c

Dumps the color maps.

-e

Dumps encoded bytes - the pixels after compressed using LZ algorithm and chained to form bytes. This is the form the data is saved in the GIF file. Dumps in hex - 2 digit per byte.

-z

Dumps the LZ codes of the image. Dumps in hex - 3 digits per code (as we are limited to 12 bits).

-p

Dumps the pixels of the image. Dumps in hex - 2 digit per pixel (<=byte).

-r

Dumps raw pixels as one byte per pixel. This option inhibits all other options and only the pixels are dumped. This option may be used to convert GIF files into raw data. Note: the color map can be extracted by gifclrmp utility. If more than one image is included in the file, all images will be dumped in order.

-h

Print one line of command line help, similar to Usage above.
 

AUTHOR

Gershon Elber.


 

Index

NAME
SYNOPSIS
DESCRIPTION
OPTIONS
AUTHOR





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: 15.9 ms