English 中文(简体)
Ico在未着重指出时被歪曲
原标题:Ico looking distorted when not highlighted
  • 时间:2012-05-06 18:58:09
  •  标签:
  • c#
  • ico

I created an Ico that has multiple sizes in it, among which is the 48 x 48. I noticed that when the icon is not highlighted, it looks distroted and nothing like I designed it, but when I highlight it it looks good and exactly how I designed it. Here is an image to show what I mean:

“entergraph

是否有任何人知道这种情况发生?

最佳回答

Does your ICO have an alpha channel? That is, does it use graduated transparency per-pixel?

如果你想从光明和黑暗的背景看好,那么,要么必须用硬墙设计,要么在边缘使用甲型混凝土,以便它能够看清。

如果看你看上去看到一些光明或黑暗的景点,那么你很可能需要一个支持甲型六氯环己烷的版本。 这有时被称为“ARGB”(alpha/red/green/blue)或RGBA。

问题回答

icon是ok的,两种情况都是一样的。

问题是,边界有明确的背景,因此,边界附近的混凝土更加清晰。 当你有很轻的背景时,这种影响几乎不会被感觉到(但是仍然被受过训练的眼睛所察觉)。





相关问题
Anyone feel like passing it forward?

I m the only developer in my company, and am getting along well as an autodidact, but I know I m missing out on the education one gets from working with and having code reviewed by more senior devs. ...

NSArray s, Primitive types and Boxing Oh My!

I m pretty new to the Objective-C world and I have a long history with .net/C# so naturally I m inclined to use my C# wits. Now here s the question: I feel really inclined to create some type of ...

C# Marshal / Pinvoke CBitmap?

I cannot figure out how to marshal a C++ CBitmap to a C# Bitmap or Image class. My import looks like this: [DllImport(@"test.dll", CharSet = CharSet.Unicode)] public static extern IntPtr ...

How to Use Ghostscript DLL to convert PDF to PDF/A

How to user GhostScript DLL to convert PDF to PDF/A. I know I kind of have to call the exported function of gsdll32.dll whose name is gsapi_init_with_args, but how do i pass the right arguments? BTW, ...

Linqy no matchy

Maybe it s something I m doing wrong. I m just learning Linq because I m bored. And so far so good. I made a little program and it basically just outputs all matches (foreach) into a label control. ...

热门标签