.\
cgpsdims.pro
top cgPSDims
Utility
result = cgPSDims(filename [, /SUCCESS])
The purpose of this function is to return the dimensions of the bounding box of a PostScript file.
Parameters
- filename in required type=string
The name of a PostScript file from which the bounding box information will be obtained.
Keywords
- SUCCESS out optional type=boolean
This keyword will be set to 1 if the program is successful and to 0 otherwise.
Examples
Here is how to use this program:
IDL> ps_dims = cgPSDims('myoutput.ps')
Author information
- Author:
FANNING SOFTWARE CONSULTING:
David W. Fanning 1645 Sheely Drive Fort Collins, CO 80526 USA Phone: 970-221-0438 E-mail: david@idlcoyote.com Coyote's Guide to IDL Programming: http://www.idlcoyote.com
- Copyright:
Copyright (c) 2014, Fanning Software Consulting, Inc.
- History:
Change History:
Written, 15 January 2014 by David W. Fanning.
File attributes
Modification date: | Fri Mar 27 11:07:35 2015 |
Lines: | 127 |
Docformat: | rst rst |