Warning: file_get_contents(/data/phpspider/zhask/data//catemap/9/silverlight/4.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
在Silverlight 3应用程序中显示Ico文件_Silverlight_Image_Icons - Fatal编程技术网

在Silverlight 3应用程序中显示Ico文件

在Silverlight 3应用程序中显示Ico文件,silverlight,image,icons,Silverlight,Image,Icons,我需要在Silverlight 3应用程序中将从任意网站获取的favicon.ico文件显示为BitmapImage,但Silverlight 3的BitmapImage仅支持PNG和JPG。有什么建议吗?因为Silverlight没有内置此功能,所以您需要自己解码 考虑使用Joe Stegman的博客中的图标解码器实现

我需要在Silverlight 3应用程序中将从任意网站获取的favicon.ico文件显示为BitmapImage,但Silverlight 3的BitmapImage仅支持PNG和JPG。有什么建议吗?

因为Silverlight没有内置此功能,所以您需要自己解码

考虑使用Joe Stegman的博客中的图标解码器实现