Visual Studio 2010是否允许您编辑图标?
问题描述:
当我双击Visual Studio 2010(Professional)中的.ico文件时,它会打开看起来像图标编辑器的内容。看起来应该很容易从左边选择颜色并编辑像素。
When I double click on a .ico file in Visual Studio 2010 (Professional), it opens what looks like an icon editor. It looks like it should be really easy to pick a color from the left and edit pixels.
但我的鼠标是放大镜图标。左键单击,右键单击,他们所做的就是切换图标上的缩放。我无法弄清楚如何做任何有用的事情。
But my mouse is a magnifying glass icon. Left click, right click, all they do is toggle zoom on the icon. I can't figure out how to do anything useful.
我错过了一些明显的东西吗?这个图标视图看起来没用吗?
Am I missing something obvious? Is this icon view as useless as it seems?
答
Doh!我需要启用视图 - >工具栏 - >图像编辑器。
Doh! I needed to enable View -> Toolbars -> Image Editor.
感谢@detale。