imFileOpenAs

Opens the file for reading using a specific format. It must exists. Also reads file header. * See also \ref imErrorCodes and \ref format. * * \verbatim im.FileOpenAs(file_name, format: string) -> ifile: imFile, error: number [in Lua 5] \endverbatim * \ingroup file

version(IM)
extern (C) @nogc nothrow
imFileOpenAs
(
const(char)* file_name
,
const(char)* format
,
int* error
)

Meta