ilename
|
IN:
|
Name of the file
|
width
|
OUT:
|
Width of the image
|
height
|
OUT:
|
Height of the image
|
il
|
OUT:
|
File interlace mode of the image
|
FORTRAN
|
integer function d2gdims(filename, width, height, il)
|
|
character* (*) filename
|
|
integer width, height, il
|