Ppmsvgalib User Manual
NAMESYNOPSIS
DESCRIPTION
OPTIONS
SEE ALSO
AUTHOR
NAME
ppmsvgalib - display PPM image on Linux console using Svgalib
SYNOPSIS
ppmsvgalib
[-mode=mode]
All options can be abbreviated to their shortest unique prefix. You may use two hyphens instead of one to designate an option. You may use either white space or an equals sign between an option name and its value.
DESCRIPTION
This program is part of Netpbm(1)
ppmsvgalib displays a PPM image on a Linux virtual console using the Svgalib facility. Svgalib is a popular means of displaying Graphics in Linux without the use of the X Window System. (To display a Netpbm image in an X window, see pamx).
If you run ppmsvgalib with a version of Svgalib earlier than 1.9, you must run it with CAP_SYS_RAWIO capability (on most Linux systems, that means you run it as superuser), because Svgalib uses the ioperm() system call to access the console hardware. Newer Svgalib has its own device driver, so you need only proper permissions on a device special file to access the console.
ppmsvgalib is not capable of using color mapped video modes. These are the old video modes that are usually called ’8 bit’ color modes.
ppmsvgalib is a bare displayer. It won’t do any manipulation of the image and is not interactive in any way. If you want a regular interactive graphics viewer that uses Svgalib, try zgv (not part of Netpbm).
To exit ppmsvgalib while it is displaying your image, send it a SIGINTR signal (normally, this means ’hit control C’).
ppmsvgalib draws a white border around the edges of the screen. It does this to help you isolate problems between the image you’re displaying and the facilities you’re using to display it.
(Note: if the image you’re displaying reaches the edges of the screen, it will replace the white border).
ppmsvgalib places the image in the center of the screen.
If your image is too big to display in the video mode you selected, ppmsvgalib fails. You can use pamcut to cut out a part of the image to display or use pamscale to shrink the image to fit.
If you want to play with ppmsvgalib, ppmcie is a good way to generate a test image.
To be pedantic, we must observe that ppmsvgalib displays a PPM image in the correct colors only if the display has a transfer function which is the exact inverse of the gamma function that is specified in the PPM specification. Happily, most CRT displays and the modern displays that emulate them, are pretty close.
Running the PPM image through pnmgamma can help cause ppmsvgalib to display the correct colors.
OPTIONS
-mode=mode
This tells ppmsvgalib what video mode to use. mode is the Svgalib video mode number. You can get a list of all the video modes and their Svgalib video mode numbers with the program vgatest that is packaged with Svgalib. (Unfortunately, the various interesting programs that are packaged with Svgalib are typically not installed on systems that have the Svgalib library installed).
In practice, there are probably only two modes you’ll ever care about: 25 is the standard SVGA direct color mode, which is 1024 columns by 768 rows with 8 bit red, green, and blue components for each pixel and no fancy options. 28 is the same, but with the popular higher resolution of 1280 x 1024.
But if you have an older video controller (with less than 4MB of memory), those modes aren’t available, you might like mode 19, which is 640 x 480 and takes less than a megabyte of video memory. This is a standard VGA video mode.
SEE ALSO
pamx(1) , pamcut(1) , pamscale(1) , ppmcie(1) , ppm(5) , zgv, Svgalib, vgatest
AUTHOR
By Bryan Henderson, January 2002.
Contributed to the public domain.
More Linux Commands
manpages/_tracef.3ncurses.html
_tracef(3ncurses) - curses debugging routines (Man Page)....
The trace routines are used for debugging the ncurses libraries, as well as applications which use the ncurses libraries. These functions are normally available
manpages/isnormal.3.html
isnormal(3) - floating-point classification macros (ManPage)
Floating point numbers can have special values, such as infinite or NaN. With the macro fpclassify(x) you can find out what type x is. The macro takes any float
manpages/set_field_opts.3form.html
set_field_opts(3form) - set and get field options (ManPage)
The function set_field_opts sets all the given fields option bits (field option bits may be logically-ORed together). The function field_opts_on turns on the gi
manpages/XF86VidModeGetDotClocks.3.html
XF86VidModeGetDotClocks(3) - Extension library for the XFree
These functions provide an interface to the server extension XFree86-VidModeExtension which allows the video modes to be queried and adjusted dynamically and mo
manpages/sasl_setprop.3.html
sasl_setprop(3) - Set a SASL property - Linux manual page...
sasl_setprop sets the value of a SASL property. For example an application should tell the SASL library about any external negotiated security layer (i.e. TLS).
manpages/field_validation.3form.html
field_validation(3form) - data type validation for fields...
The function set_field_type declares a data type for a given form field. This is the type checked by validation functions. The predefined types are as follows:
manpages/seed48.3.html
seed48(3) - generate uniformly distributed pseudo-random num
These functions generate pseudo-random numbers using the linear congruential algorithm and 48-bit integer arithmetic. The drand48() and erand48() functions retu
manpages/strchrnul.3.html
strchrnul(3) - locate character in string - Linux man page
The strchr() function returns a pointer to the first occurrence of the character c in the string s. The strrchr() function returns a pointer to the last occurre
manpages/Tk_DeleteEventHandler.3.html
Tk_DeleteEventHandler(3) - associate procedure callback with
Tk_CreateEventHandler arranges for proc to be invoked in the future whenever one of the event types specified by mask occurs in the window specified by tkwin. T
manpages/mcprint_sp.3ncurses.html
mcprint_sp(3ncurses) - curses screen-pointer extension......
This implementation can be configured to provide a set of functions which improve the ability to manage multiple screens. This feature can be added to any of th
manpages/term.5.html
term(5) - format of compiled term file. - Linux manual page
STORAGE LOCATION Compiled terminfo descriptions are placed under the directory /usr/share/terminfo. Two configurations are supported (when building the ncurses
manpages/gnutls_psk_set_client_credentials_function.3.html
gnutls_psk_set_client_credentials_function.3................
This function can be used to set a callback to retrieve the username and password for client PSK authentication. The callbacks function form is: int (*callback)
