bmptopnm(1) General Commands Manual bmptopnm(1)NAME
bmptopnm - convert a BMP file into a portable anymap
SYNOPSIS
bmptopnm [bmpfile]
DESCRIPTION
Reads a Microsoft Windows or OS/2 BMP file as input. Produces a PBM, PGM, or PNM image as output. If the input is colormapped and con-
tains only black and white, the output is PBM. If the input is colormapped and contains only black white and gray, the output is PGM.
Otherwise, the output is PPM.
This program cannot convert BMP files with compressed (run length encoded) image data. It recognizes the compression and issues an error
message.
This program cannot convert BMP files with 16 bits per pixel (only because the author did not have a complete specification for them). It
recognizes the format and issues an error message.
SEE ALSO ppmtobmp(1), ppmtowinicon(1), ppm(5)AUTHOR
Copyright (C) 1992 by David W. Sanderson.
17 February 2002 bmptopnm(1)
Check Out this Related Man Page
pnmtov(1Vi)pnmtov(1Vi)NAME
pnmtov - convert portable anymap (PNM) image to Vista data file
SYNOPSIS
pnmtov [-option ...] [infile] [outfile]
DESCRIPTION
pnmtov converts an image from a portable anymap (PNM) file to a Vista data file. The following types of portable anymap may be converted:
o Portable bitmap (PBM) and its ``rawbits'' variant. A PBM image is converted to a single-band Vista image with bit pixels. Pixel values
0 and 1 are swapped since, for PBM images, 0 denotes white and 1 denotes black.
o Portable graymap (PGM) and its ``rawbits'' variant. A PGM image is converted to a single-band Vista image with ubyte pixels. The full
range of PGM pixel values is mapped to [0,255] in the returned image.
o Portable pixmap (PPM) and its ``rawbits'' variant. A PPM image is converted to an RGB color image (nbands: 3, ncolors: 3, color_interp:
rgb) with ubyte pixels. The full range of PPM pixel values is mapped to [0,255] in the returned image.
A wide range of filters are available for converting other image formats to PNM.
COMMAND LINE OPTIONS
pnmtov accepts the following options:
-help Prints a message describing options.
-in infile Specifies the input file, which is a PBM, PGM, or PPM file.
-out outfile Specifies the output file, which will be a Vista data file.
-name name Specifies the name to be given the converted image. Default: ``image''.
Input and output files can be specified on the command line or allowed to default to the standard input and output streams.
SEE ALSO VImage(3Vi), Vfile(5Vi), Vista(7Vi),
pnm(5), pbm(5), pgm(5), ppm(5)AUTHOR
Daniel Ko <ko@cs.ubc.ca>
Vista Version 1.12 3 March 1994 pnmtov(1Vi)
I need help!Many Thanks!
Now,I try to manage the shared memory inter-process .
Inevitably,I have to deal with the synchronous.
I know the pthread_rwlock in posix,and I compile ,then run successfully in Red Hat Enterprise 4.
I have a doubt about whether the Posix supports the system such as... (1 Reply)
Hi all,
I'm a user and a programmer of UNIX based systems (mainly FreeBSD and Linux).
I have never programmed or tried to fully understand the kernel layer. I haven't a special propouse for learning it, but I'd like to. Can anyone suggest me books, documentation or examples that may help me... (2 Replies)
Hi friends,
I hope everybody is fine. I have been studing operating system concepts at college, and I find this subject very interesting. I've decided that I must go into this field no matter what, hopefully someday I would design my own operating system. I have two choices infront of me, studying... (9 Replies)
I am thinking of developing an app' for Android mobile devices...
Two questions here:-
1) Does anyone _develop_ for the Android _mobile_ platform?
If so do you use OSX 10.7.5 or greater as your _development_platform_?
2) I know ********* is gonna say that the Android terminal/shell is... (13 Replies)
Hi everyone,
I know the following questions are noobish questions but I am asking them because I am confused about the basics of history behind UNIX and LINUX.
Ok onto business, my questions are-:
Was/Is UNIX ever an open source operating system ?
If UNIX was... (21 Replies)
Hi all,
I hope you are fine,
I'd like study Os I tried a book like Silberschatz it's a good book but like
other books it talks about the concepts abstractly and that's due to it try
to encompass many concepts from many operating systems in GENERAL.
i am not too much comfortable from these... (20 Replies)
I'm new on the site and do not write very well in English, I am now using osx platform and was attracted to her. For several searches on random websites for Unix content yours was the best and most interesting, I registered and already visualized some very interesting content. But I wonder where... (3 Replies)
Hi everyone,
I am new to this forum and this is my very first post, one i think i will look back at many years from now and have nothing to regret about.
This is simply because i recently installed Linux (Ubuntu) on my system and downloaded a book titled, The Unix Programming Environment. I... (7 Replies)
What is the point of this? Whenever I close my shell it appends to the history file without adding this. I have never seen it overwrite my history file.
# When the shell exits, append to the history file instead of overwriting it
shopt -s histappend (3 Replies)