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
FBFADE(1) BRL-CAD FBFADE(1)

fbfade - fade a frame buffer image in or out

fbfade [-H] [-f input_image_name] [-s input_square_size] [-w input_width]
[-n input_height] [-S output_square_size] [-W output_width] [-N output_height]
[[-F ] output_frame_buffer_name]

fbfade gradually displays an image on a frame buffer, one randomly chosen pixel at a time.

-H
(high resolution) Assumes 1024 by 1024 pixels for default input image size instead of 512 by 512. Explicitly-specified sizes override the default, and if actual input image size is smaller than requested, the actual size will be used. If output frame buffer size is not specified, the revised input size will be requested for output. If actual output frame buffer size is greater than requested, only the lower-left portion of the frame buffer will be used. Actual sizes depend on details of specific frame buffers.

-f input_image_name

Inputs the image to be displayed from the specified frame buffer or pix(5) file, instead of using pure background (which fades out the image already on the output frame buffer).

-s input_square_size

Specifies input image width and height.

-w input_width

Specifies input image width.

-n input_height

Specifies input image height.

-S output_square_size

Specifies output frame buffer width and height.

-W output_width

Specifies output frame buffer width.

-N output_height

Specifies output frame buffer height.

-F output_frame_buffer_name

Outputs to the specified frame buffer instead of the one specified by the FB_FILE environment variable (or the default, if FB_FILE is not set). If this is the last option specified, the -F is optional.

fbfade works best in conjunction with a frame buffer having very fast access to pixels.

The following shell script can be used to produce a slick slide show:

fbclear

for i in *.pix

do fbfade -f $i

sleep 15

done fbfade

libfb(3), pix(5).

Error messages are intended to be self-explanatory.

Douglas A. Gwyn, BRL/VLD-VMB; Gary S. Moss, BRL/VLD-VMB

This software is Copyright (c) 1989-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.