filename | IN: | Name of the file | |
image | IN: | Array containing the image data | |
width | IN: | Number of columns in the image | |
height | IN: | Number of rows in the image | |
compress | IN: | Type of compression to use, if any |
FORTRAN
|
integer function d8aimg(filename, image, width, height, compress)
| |
|
character*(*) filename, image
| |
|
integer width, height
| |
|
integer compress
|