Hi,
My photo index currently does not (officially) supports the WMF format,
But for minimal WMF support you can try to do the following :
Close the application,
Open the 'MyPhotoIndex.Plugins.ImageFormatProviders.config' file from C:\MyProjects\MyPhotoIndex\Client\BuildDirectory\Desktop\Providers (You can do it with any text editor)
and add the following line under <ImageFormatProviders> :
<provider extention="Wmf" type="MyPhotoIndex.Plugins.ImageFormatProviders.ImageFormatProvider, MyPhotoIndex.Plugins.ImageFormatProviders"/>
(Don't forget to make a copy of this file first
)
Now, you will get some WMF support although the equality will vary.
Regards,
Asaf,