GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
PIX-PPM(1) BRL-CAD PIX-PPM(1)

pix-ppm - convert a BRL-CAD PIX or BW format image to a PPM format image

pix-ppm [-a] [-s squaresize] [-w file_width] [-n file_height] [-# bytes_per_pixel] [-o PPM_file] [PIX_file] > PPM_file

pix-ppm converts a BRL PIX(5) format file to a PPM (Portable PixMap) format file on the standard output. The PPM file created will be either an RGB file with 3 bytes per pixel (default) or a B&W file with 1 byte per pixel.

PIX image files do not contain information about their size. The size of the input PIX image file must be specified if the dimensions are not the default 512x512 size.

-a
autosize the input file to determine file image height and width

-s squaresize

sets both the width and the height for the input to be squaresize

-w file_width

tells pix-ppm that the input is file_width pixels wide

-n file_height

tells pix-ppm that the input is file_height scanlines tall

-# bytes_per_pixel

tells pix-ppm how many bytes there are per pixel in the input PIX or BW file

-o PPM_file

tells pix-ppm to write image data to the specified PPM_file output file. The pix-ppm command will not write out binary image data directly to a terminal device as a safeguard.

brlcad(1), pix-png(1), pix-bw(1), bw-pix(1), pix-fb(1), pix(5), bw(5)

BRL-CAD Team

This software is Copyright (c) 2009-2019 by the United States Government as represented by U.S. Army Research Laboratory.

Reports of bugs or problems should be submitted via electronic mail to devs@brlcad.org
06/07/2022 BRL-CAD

Search for    or go to Top of page |  Section 1 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.