re_endofimagefile()

extern int XXX_API re_endofimagefile(ReFileHandle filehandle);
    

Parameter:

filehandle
handle of an image file, opened with re_openimagefile().

Return value:

1 if the end of file has been reached by reading the file, 0 else.

Comment:

After reading images from multi image files, this function signals if the last image from the file has been read. The end of the file is signaled with the return value 1, otherwise the value 0 is returned.

Reference: