intn DF24setdims(int32 width, int32 height)
width
IN:
Number of columns in the image
height
Number or rows in the image
Purpose
Set the dimensions of the next image to be written to a file.
Return value
Returns SUCCEED (or 0) if successful and FAIL (or -1) otherwise.
FORTRAN
integer function d2sdims(width, height)
integer width, height