freeimage.h

FreeImage_GetFileTypeU

DLL_API FREE_IMAGE_FORMAT DLL_CALLCONV FreeImage_GetFileTypeU(const wchar_t *filename, int size FI_DEFAULT(0));

Esta función funciona exactametne igual que FreeImage_GetFileType pero soporta nombres de fichero UNICODE.

Nótese que ésta función sólo funciona en sistemas operativos MS Windows. En otros sistemas la función no hace nada y retorna FIF_UNKNOWN.