freeimage.h

FreeImage_FIFSupportsICCProfiles

DLL_API BOOL DLL_CALLCONV FreeImage_FIFSupportsICCProfiles(FREE_IMAGE_FORMAT fif);

Retorna TRUE si el plugin perteneciente al FREE_IMAGE_FORMAT dado puede cargar o guardar un perfil ICC, FALSE en caso contrario.

// determine, whether profile support is present
if (FreeImage_FIFSupportsICCProfiles(FIF_TIFF)) {
    // profile support present
}