imFileGetInfo

Returns file information. * image_count is the number of images in a stack or * the number of frames in a video/animation or the depth of a volume data. \n * compression and image_count can be NULL. \n * These information are also available as attributes: * \verbatim FileFormat (string) \endverbatim * \verbatim FileCompression (string) \endverbatim * \verbatim FileImageCount IM_INT (1) \endverbatim * See also \ref format. * * \verbatim ifile:GetInfo() -> format: string, compression: string, image_count: number [in Lua 5] \endverbatim * \ingroup file

version(IM)
extern (C) @nogc nothrow
void
imFileGetInfo

Meta