积极答复者
Tiles TileWideSmallImageAndText05 图片必须是PNG的图?

问题
-
TileWideSmallImageAndText05 图片必须是PNG的图?
其他的格式支持jpg格式的图
为什么只有TileWideSmallImageAndText05 只能支持png的图?
- 已编辑 Hades Chen 2012年8月17日 3:55
答案
-
Hi,
我使用RTM版win8实现这个没有出现问题。
这是我的结果:
右边的小图用的是jpg图片。
Aaron Xue [MSFT]
MSDN Community Support | Feedback to us
Get or Request Code Sample from Microsoft
Please remember to mark the replies as answers if they help and unmark them if they provide no help.
- 已建议为答案 Aaron XueModerator 2012年8月27日 3:26
- 已标记为答案 Aaron XueModerator 2012年8月28日 2:49
全部回复
-
Hi,
我使用RTM版win8实现这个没有出现问题。
这是我的结果:
右边的小图用的是jpg图片。
Aaron Xue [MSFT]
MSDN Community Support | Feedback to us
Get or Request Code Sample from Microsoft
Please remember to mark the replies as answers if they help and unmark them if they provide no help.
- 已建议为答案 Aaron XueModerator 2012年8月27日 3:26
- 已标记为答案 Aaron XueModerator 2012年8月28日 2:49
-
Hi,
我使用RTM版win8实现这个没有出现问题。
这是我的结果:
右边的小图用的是jpg图片。
Aaron Xue [MSFT]
MSDN Community Support | Feedback to us
Get or Request Code Sample from Microsoft
Please remember to mark the replies as answers if they help and unmark them if they provide no help.
我的还是32位 RP版本。。。
难道还是X86的事?我放JPG 格式的图片 磁贴没任何变化,一换上PNG 就没问题了。而且只有这个TileWideSmallImageAndText05 是这样的情况。。。
有点郁闷了。之前也是 打开外部连接也无法打开。
看来 我要换个64位系统试试。。。
- 已编辑 Hades Chen 2012年8月27日 10:12 字错了
-
Hi,
你可以看一看WriteableBitmap,通过这个可以对图片进行修改该,提供的方法非常有限,如果按照你的想法截取的话只能够来直接改像素了。
所以我不是很推荐这个,你可以使用第三方的开源工程,比如WriteableBitmapEx:
http://writeablebitmapex.codeplex.com/
Aaron Xue [MSFT]
MSDN Community Support | Feedback to us
Get or Request Code Sample from Microsoft
Please remember to mark the replies as answers if they help and unmark them if they provide no help.
- 已编辑 Aaron XueModerator 2012年8月31日 8:19 链接不对