当我双击2010视觉工作室(专业)的.ico 文件时, 它打开了看起来像一个图标编辑器的东西。 看起来从左侧取色和编辑像素应该很容易。
但我的鼠标是一个放大镜图标。 左键单击, 右键单击, 他们所做的就是在图标上切换缩放。 我无法想出如何做任何有用的事 。
我是不是漏掉了明显的东西?
当我双击2010视觉工作室(专业)的.ico 文件时, 它打开了看起来像一个图标编辑器的东西。 看起来从左侧取色和编辑像素应该很容易。
但我的鼠标是一个放大镜图标。 左键单击, 右键单击, 他们所做的就是在图标上切换缩放。 我无法想出如何做任何有用的事 。
我是不是漏掉了明显的东西?
Doh! 我需要启用 View - & gt; 工具栏 - & gt; 图像编辑器 。
感谢@detale。
您无法直接编辑 32 位颜色图标, 但您可以手动将其转换为 24 位 :
Right click > Add new icon
打开您的 Icon1.ico
文件。
right 点击 & gt; 新图像类型
或按 Ins
打开 新图标图像类型
对话框。
选择您想要的格式, 例如 96x96, 24位
或添加任何自定义大小和颜色深度 。
然后从您的 32 位图标文件复制/ 粘贴并保存 。
Et voilà! 您可以现在编辑您的 24 位颜色图标 。
图标由一个外部应用程序构建。
For Visual Studio 2008 & 2010 image editor,
"Using the Image Editor, you can view 32-bit images, but you cannot edit them."
对于作为按钮图标使用的 PNG 图像, 视像工作室无法编辑的图像, 您可以使用外部编辑器作为 MS Paint 。
""https://i.sstatic.net/cLDcb.png" alt="此处输入图像描述"/ >
视觉工作室可以编辑图标,但不能编辑 24 位颜色图标。
如果您周围有一个 Mac OS X 机器, 您可以编辑 Windows 图标, 使用包含自由开发者工具的图标撰写器应用程序。
我只是在做一些跨平台的Mac/Windows代码时 不小心发现了这个
I finally found an easy way to do it without visual studio, GIMP https://www.gimp.org/downloads/
视觉演播室 2022 (可免费) 设有一个图标编辑器。 以防您试图将彩色图像插入一个 256x256 24 位图标, 并且您的颜色被弄乱: 在右上方的编辑工具栏中, 有不透明/ 透明背景的选择器, 但是在您有 < 强性 > 矩形 < / 强性 > 或 < 强性 > 不规则区域选择工具 < / 强性 > 或 < 强性 > 区域选择工具 < / 强性 > 时, 您会在这里完成。 默认背景设置为透明, 您需要将其设置为 < 强性 > opaque < / 强性 > 以保留您的图像 。 ( 透明度有特殊颜色; 虽然我的图像没有包含颜色错误) 。
我正在使用C#,并需要附上一张空白(shortcut/link)档案和电子邮件给一个彩票账户。 问题是一对一幅通用形象的不实之词,没有像......那样显示双fold。
I wanted to know if there is a way to toggle desktop icon to show/hide when the desktop is double clicked. Similar to how it is done in Stardock Fences. I wanted it to be done using visual c#.
The default icon in Vista is listed under: HKEY_CLASSES_ROOT Unknown DefaultIcon As: %SystemRoot%System32shell32.dll,0 I want to load a 48x48 version of that Icon in C++. I have tried: ...
I m building a Google Reader client and wonder if it s possible to access a user s profile image (aka avatar) directly. When I navigate to the images in Reader itself, I find that they point to URLs ...
Once my installer finishes installing new versions of my application s exe, I d like to tell Explorer to use the new exe s icons for its shortcuts. However, I cannot figure out how to do this. From ...
I want to set the embedded icon for my executable console program to a custom icon. I know this is pretty much the same question as this one here, but I m using Visual C++ 2008 Express Edition, and ...
I m trying to roll my own implementation of IShellBrowser because I need to have a more full-featured File Open and Save As dialog than Windows allows that is compatible with XP (and ideally with ...
I want to add a custom column to the Inbox which is a Yes/No column. I want an icon to show in the Yes case. How can I do this? Everything I ve looked up is either about adding a column through the ...