[Top] [Prev] [Next] [Bottom]

DFR8addimage/d8aimg

intn DFR8addimage(char *filename, VOIDP image, int32 width, int32 height, uint16 compress)
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

Purpose

DFR8addimage appends the RIS8 for the image to the file.

Return value

Returns SUCCEED (or 0) if successful and FAIL (or -1) otherwise.

Description

DFR8addimage is functionally equivalent to DFR8putimage, except that DFR8putimage cannot append image data - it only overwrites.

FORTRAN

integer function d8aimg(filename, image, width, height, compress)

character* (*) filename, image

integer width, height

integer compress



[Top] [Prev] [Next] [Bottom]

hdfhelp@ncsa.uiuc.edu
HDF User's Reference Manual, Draft 06/09/97, NCSA HDF Development Group.