intn DFR8addimage(char *filename, VOIDP image, int32 width, int32 height, uint16 compress)
Returns SUCCEED (or 0) if successful and FAIL (or -1) otherwise. | |
DFR8addimage is functionally equivalent to DFR8putimage, except that DFR8putimage cannot append image data; it only overwrites. |
integer function d8aimg(filename, image, width, height, compress) | |