Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

raw2gif(1) [debian man page]

raw2gif(1)						      General Commands Manual							raw2gif(1)

NAME
raw2gif - A program to convert RAW image data into GIF files. Only one image can be handled. The RAW image file is assumed to hold one pixel color in one byte, and therefore the file size must be Width times Height as specified by the -s option below. USAGE
raw2gif [-q] -s Width Height [-p ColorMapFile] [-h] RawFile If no RawFile is given, Raw2Gif will try to read RAW data from stdin. The generated GIF File is dumped to stdout. MEMORY REQUIRED
Line. OPTIONS
[-q] Quiet mode. Defaults off on MSDOS, on under UNIX. Controls printout of running scan lines. Use -q- to invert. -s Width Height the dimensions of the image MUST be specified in the command line. The RAW image file size must be exactly Width times Height bytes (each byte is one pixel color). [-p ColorMapFile] Color map to load for given RAW image. This file has 4 integers in line (ColorIndex Red Green Blue), and the ColorIndex is in order starting from 1. See GifClrMp, which can also use/create these bitmap files. If no color map is specified, uses the EGA 16 color pallete as default color map. [-h] Print one line of command line help, similar to Usage above. AUTHOR
Gershon Elber Man page created by T.Gridel <tgridel@free.fr>, originally written by Eric S. Raymond <esr@thyrsus.com> giflib-tools raw2gif(1)

Check Out this Related Man Page

rgb2gif(1)						      General Commands Manual							rgb2gif(1)

NAME
rgb2gif - A program to convert 24 bit images to a GIF image using color quantization. USAGE
rgb2gif [-q] [-c #Colors] [-1] -s Width Height [-h] RGBFile If no RGBFile is given, RGB2Gif will try to read a GIF file from stdin. MEMORY REQUIRED
Screen. OPTIONS
[-q] Quiet mode. Defaulte off on MSDOS, on under UNIX. Controls printout of running scan lines. Use -q- to invert. [-c #Colors] Specifies number of colors to use, in bits per pixels, so `-c 8' specifies actually 256 colors (maximum and default). [-1] Only one file in the format of RGBRGB... triplets (Each of R, G, B is a byte) is read from input. This file size is 3 * Width * Height (see `-s' below. If stdin is used for input, this option is implicitly applied. The default (if not '-1') is 3 files with the names RGBFile.R, RGBFile.G, RGBFile.B, each of which is Width * Height bytes. [-s Width Height] Specifies the size of the image to read. [-h] Print one line of command line help, similar to Usage above. AUTHOR
Gershon Elber Man page created by T.Gridel <tgridel@free.fr>, originally written by Eric S. Raymond <esr@thyrsus.com> giflib-tools rgb2gif(1)
Man Page

5 More Discussions You Might Find Interesting

1. Filesystems, Disks and Memory

RAW File System

Hi Guys, I'm a windows user.......... I got a hard drive that windows recognize as a RAS FS ....and I don't know what is RAW file system ... can you help me guys ??? is there any way that I can access the data written on this drive from windows 2000 operations system ??? Thanks & Best... (1 Reply)
Discussion started by: night1901
1 Replies

2. Shell Programming and Scripting

Sorting/Filed Defining/Output problem

need a little help with a few tid bits. I wrote a script that checks the resoluion of image files and writes them out to a file then sorts the resolutions by largets Width. Then take the sorted files information and toss all the 835 widths into a seperate file. Ignore the redundancies its a... (1 Reply)
Discussion started by: TiredOrangeCat
1 Replies

3. Programming

RAW socket and CONFIG_FILTER

Hi, Im doin a project on DHCp client-server setup. i have to use RAW sockets in the code for this. The call PF_PACKET, SOCK_RAW as the first two arguments. The code compiles but when i try to start the Dhcp client, I get an error saying "Make sure CONFIG_PACKET and CONFIG_FILTER is enabled". I... (4 Replies)
Discussion started by: yannifan
4 Replies

4. HP-UX

Converting RAW Disks to Filesystem

Hi, We have a new server which has 2.7 TB RAW Disk.Outof this we want to convery 1.2 TB to filesystem and nfs mount it on one of the servers. After our activity we need to convert this back to RAW Disks. Please let me know if this is possible and the complexity involved. Regards, VN (1 Reply)
Discussion started by: narayanv
1 Replies

5. Shell Programming and Scripting

Help with incrementing data in some field

Hi I have the below set of lines , i need to duplicate these lines 1000 times, also eevrytime when it is incremented , it should increment the one in Blue color. 130400030000010000200001 130400030000010000200002 140050030000010000200005A eg: 130400030000010000200001... (5 Replies)
Discussion started by: santhoshks
5 Replies