Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

grfstrip(1) [debian man page]

GRFStrip(1)						    BSD General Commands Manual 					       GRFStrip(1)

NAME
GRFID -- A tool strip (some) real sprites from a GRF SYNOPSIS
[-hv] grfstrip origin dest [depth zoom] DESCRIPTION
GRFStrip strips all real sprites from a GRF and leaves only the ones specified in the tuples at the command line and the 8bpp normal zoom. The new GRF file will be written to dest. OPTIONS
-h Display the help message. -v Display the version. SEE ALSO
The documentation in /usr/share/doc/grfcodec/ AUTHOR
GRFStrip was written by Remko Bijker. This manual page was written by Remko Bijker. COPYRIGHT
GRFStrip is Copyright (C) 2012 by Remko Bijker. February 04, 2012

Check Out this Related Man Page

PDF::API2::NamedDestination(3pm)			User Contributed Perl Documentation			  PDF::API2::NamedDestination(3pm)

NAME
PDF::API2::NamedDestination - PDF::API2 named destination support METHODS
$dest = PDF::API2::NamedDestination->new $pdf $dest = PDF::API2::NamedDestination->new_api $api Returns a destination object. This method is different from 'new' that it needs an PDF::API2-object rather than a PDF::API2::PDF::File-object. $dest->link $page, %opts Defines the destination as launch-page with page $page and options %opts (-rect, -border or 'dest-options'). $dest->url $url, %opts Defines the destination as launch-url with url $url and options %opts (-rect and/or -border). $dest->file $file, %opts Defines the destination as launch-file with filepath $file and options %opts (-rect and/or -border). $dest->pdfile $pdfile, $pagenum, %opts Defines the destination as pdf-file with filepath $pdfile, $pagenum and options %opts (same as dest). $dest->dest( $page, -fit => 1 ) Display the page designated by page, with its contents magnified just enough to fit the entire page within the window both horizontally and vertically. If the required horizontal and vertical magnification factors are different, use the smaller of the two, centering the page within the window in the other dimension. $dest->dest( $page, -fith => $top ) Display the page designated by page, with the vertical coordinate top positioned at the top edge of the window and the contents of the page magnified just enough to fit the entire width of the page within the window. $dest->dest( $page, -fitv => $left ) Display the page designated by page, with the horizontal coordinate left positioned at the left edge of the window and the contents of the page magnified just enough to fit the entire height of the page within the window. $dest->dest( $page, -fitr => [ $left, $bottom, $right, $top ] ) Display the page designated by page, with its contents magnified just enough to fit the rectangle specified by the coordinates left, bottom, right, and top entirely within the window both horizontally and vertically. If the required horizontal and vertical magnification factors are different, use the smaller of the two, centering the rectangle within the window in the other dimension. $dest->dest( $page, -fitb => 1 ) (PDF 1.1) Display the page designated by page, with its contents magnified just enough to fit its bounding box entirely within the window both horizontally and vertically. If the required horizontal and vertical magnification factors are different, use the smaller of the two, centering the bounding box within the window in the other dimension. $dest->dest( $page, -fitbh => $top ) (PDF 1.1) Display the page designated by page, with the vertical coordinate top positioned at the top edge of the window and the contents of the page magnified just enough to fit the entire width of its bounding box within the window. $dest->dest( $page, -fitbv => $left ) (PDF 1.1) Display the page designated by page, with the horizontal coordinate left positioned at the left edge of the window and the contents of the page magnified just enough to fit the entire height of its bounding box within the window. $dest->dest( $page, -xyz => [ $left, $top, $zoom ] ) Display the page designated by page, with the coordinates (left, top) positioned at the top-left corner of the window and the contents of the page magnified by the factor zoom. A zero(0) value for any of the parameters left, top, or zoom specifies that the current value of that parameter is to be retained unchanged. AUTHOR
Alfred Reibenschuh perl v5.14.2 2014-03-09 PDF::API2::NamedDestination(3pm)
Man Page