filename | IN: | Name of the file | |
image | IN: | Pointer to the image array | |
width | IN: | Number of columns in the image | |
height | IN: | Number of rows in the image |
FORTRAN
|
integer function d2pimg(filename, image, width, height)
| |
|
character*(*) filename
| |
|
<valid numeric data type> image
| |
|
integer width, height
|