IMAGESIZE Name
IMAGESIZE Purpose
Compute actual postscript image size given available space.
Category
Calling Sequence
imagesize, xmx, ymx, arr, xout, yout
Inputs
xmx = max postscript X image size available in cm. in
ymx = max postscript Y image size available in cm. in
arr = image to display. in
Keyword Parameters
Outputs
xout = image X size in cm that fits in given space. out
yout = image Y size in cm that fits in given space. out
Common Blocks
Notes
Note: use for postscript tv, arr, xsize=xout, ysize=yout.
Modification History
R. Sterner, 11 Mar, 1990
Copyright (C) 1990, Johns Hopkins University/Applied Physics Laboratory
This software may be used, copied, or redistributed as long as it is not
sold and this copyright notice is reproduced on each copy made. This
routine is provided as is without any express or implied warranties
whatsoever. Other limitations apply as described in the file disclaimer.txt.