debian man page for yafaray-xml

Query: yafaray-xml

OS: debian

Section: 1

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

YAFARAY(1)																YAFARAY(1)

NAME
yafaray - Yet Another Free RAYtracer
DESCRIPTION
yafaray [options] file_to_render
DESCRIPTION
yafaray is an advanced raytracing rendering systems that accepts an XML input file and produces an image output file based on its contents.
OPTIONS
-s strategy Use strategy to render the scene, where strategy is either threaded (fork multiple threads, which is the default), mono (use a single thread and process), or fork (fork multiple processes). fork is not implemented yet. -c N Use N processes or threads (depends on the strategy), for operating on an SMP computer or cluster. -r min_x:max_x:min_y:max_y Render only part of the frame, values between -1 and 1. The whole image is -r -1:1:-1:1. -z Optimize for running on a cluster by gzipping some data passed between processes. -p path Set an alternative path for the plugins. -v Show the program version.
SEE ALSO
See the documentation on the website for more information <http://www.yafaray.org/>.
AUTHOR
This manual page was written by Nick Rusnov <nickrusnov@debian.org> for the Debian system (and may be used by others). Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.1 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts and no Back-Cover Texts. 2011-07-20 YAFARAY(1)
Related Man Pages
granlib(1) - opensolaris
botti(1) - debian
pdp-config(1) - debian
rosegarden(1) - debian
yafaray-xml(1) - debian
Similar Topics in the Unix Linux Community
cannot fork process on IBM - AIX
Process based code vs. Thread based code
Does anyone have a copy of OpenMosix 2.4.26?
Need help in finding filesize , moving file , gzipping file
IPC-using fork() in a loop