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

gifrotat(1)						      General Commands Manual						       gifrotat(1)

NAME
gifrotat - A program to rotate a GIF image by a specified angle. USAGE
gifrotat -a Angle [-q] [-s Width Height] [-h] gif-file If no gif-file is given, GifRotat will try to read a GIF file from stdin. MEMORY REQUIRED
Screen (of source image). OPTIONS
-a Angle Specifies the angle to rotate in degrees with respect to the X (horizontal) axis. [-q] Quiet mode. Defaults off on MSDOS, on under UNIX. Controls printout of running scan lines. Use -q- to invert. [-s Width Height] Since the rotated image will have the same image size as the original, some parts of the image will by clipped out and lost. By specifying a (bigger) size explicitly using the `-s' option, these parts may be saved. [-h] Print one line of command line help, similar to Usage above. NOTES
The image is rotated around its center. No filtering is performed on the output, which have the same color map as the input. This is mainly since filtering would require color quantization which is very memory/time intensive and out of MSDOS memory limits even for small images. AUTHOR
Gershon Elber Man page created by T.Gridel <tgridel@free.fr>, originally written by Eric S. Raymond <esr@thyrsus.com> giflib-tools gifrotat(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