Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

f-spot(1) [debian man page]

f-spot(1)						      General Commands Manual							 f-spot(1)

NAME
f-spot - A program to manage a photo collection SYNOPSIS
f-spot [option] DESCRIPTION
f-spot is a program that manages a photo collection, with the ability to import directly from a digital camera. OPTIONS
--view FILE OR DIRECTORY View a specified image or directory --import URI Import from the given URI --slideshow Display a slideshow --shutdown Shutdown a running f-spot server --debug Run f-spot with mono in debug mode -?, --help Show help message --usage Display brief usage message AUTHOR
This manual page was written by Andrew Burton adb@iinet.net.au for the Debian GNU/Linux system (but may be used by others). f-spot(1)

Check Out this Related Man Page

PS_SETCOLOR(3)								 1							    PS_SETCOLOR(3)

ps_setcolor - Sets current color

SYNOPSIS
bool ps_setcolor (resource $psdoc, string $type, string $colorspace, float $c1, float $c2, float $c3, float $c4) DESCRIPTION
Sets the color for drawing, filling, or both. PARAMETERS
o $psdoc - Resource identifier of the postscript file as returned by ps_new(3). o $type - The parameter $type can be both, fill, or fillstroke. o $colorspace - The colorspace should be one of gray, rgb, cmyk, spot, pattern. Depending on the colorspace either only the first, the first three or all parameters will be used. o $c1 - Depending on the colorspace this is either the red component (rgb), the cyan component (cmyk), the gray value (gray), the iden- tifier of the spot color or the identifier of the pattern. o $c2 - Depending on the colorspace this is either the green component (rgb), the magenta component (cmyk). o $c3 - Depending on the colorspace this is either the blue component (rgb), the yellow component (cmyk). o $c4 - This must only be set in cmyk colorspace and specifies the black component. BUGS
The second parameter is currently not always evaluated. The color is sometimes set for filling and drawing just as if fillstroke were passed. RETURN VALUES
Returns TRUE on success or FALSE on failure. PHP Documentation Group PS_SETCOLOR(3)
Man Page