www.LinuxHowtos.org





GIF2RGB

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

NAME

gif2rgb - convert images saved as GIF to 24-bit RGB  

SYNOPSIS

gif2rgb [-v] [-1] [-o outfile] [-h] [gif-file]
 

OPTIONS

-v

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

-1

Only one file in the format of RGBRGB... triplets (Each of R, G,B is a byte) is being written. This file size is 3 * Width * Height. If stdout is used for output, this option is implicitly applied. The default (if not `-1') is 3 files with the names OutFileName.R, OutFileName.G, OutFileName.B, each of which is Width * Height bytes.

-o

specifies the name of the out file (see also `-1' above).

-h

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

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

AUTHOR

Gershon Elber.


 

Index

NAME
SYNOPSIS
OPTIONS
AUTHOR