[solved] custom icon in menubar became pale

Things you’d like to miss in the future...
klownboy
Posts: 4147
Joined: 28 Feb 2012 19:27

Re: [solved] custom icon in menubar became pale

Post by klownboy »

My eyesight isn't what it used to be. With a large icon toolbar (24x24) I can't tell. :whistle:
Windows 11, 23H2 Build 22631.3447 at 100% 2560x1440

admin
Site Admin
Posts: 60635
Joined: 22 May 2004 16:48
Location: Win8.1 @100%, Win10 @100%
Contact:

Re: [solved] custom icon in menubar became pale

Post by admin »

Quality and speed are quite similar. I personally like PNG better because it's newer. (I'm a simple man.)

jupe
Posts: 2809
Joined: 20 Oct 2017 21:14
Location: Win10 22H2 120dpi

Re: [solved] custom icon in menubar became pale

Post by jupe »

@lian00: If you are interested, I modified the icons so they won't be faded.
Attachments
Tama Icons PC.zip
(15.11 KiB) Downloaded 12 times

lian00
Posts: 368
Joined: 09 Jul 2014 17:12

Re: [solved] custom icon in menubar became pale

Post by lian00 »

jupe wrote: 05 Apr 2024 23:20 @lian00: If you are interested, I modified the icons so they won't be faded.
It’s very nice from you. Thanks a lot. Is there a tutorial for this ? There are 35 icons in the original pack and I could fix this - if it’s not too complicated.
Windows 10 64 bits

jupe
Posts: 2809
Joined: 20 Oct 2017 21:14
Location: Win10 22H2 120dpi

Re: [solved] custom icon in menubar became pale

Post by jupe »

I don't know if there is tutorial somewhere, you'd have to search, all you need to do is remove the bit depths that you don't want, I used paint.net because that is what I have already installed, but an app that specializes in icons would probably make it easier.

highend
Posts: 13339
Joined: 06 Feb 2011 00:33
Location: Win Server 2022 @100%

Re: [solved] custom icon in menubar became pale

Post by highend »

E.g. Axialis IconWorkshop (payware!)

Or with freeware tools (scriptable via XY^^):
https://sourceforge.net/projects/unix-u ... 32.tar.xz/

They can extract all icons as .png and recreate an .ico with the .pngs that you want...
One of my scripts helped you out? Please donate via Paypal

lian00
Posts: 368
Joined: 09 Jul 2014 17:12

Re: [solved] custom icon in menubar became pale

Post by lian00 »

Maybe the simpliest thing to do is to convert them into one png. It will be enough for my usage.
Windows 10 64 bits

jupe
Posts: 2809
Joined: 20 Oct 2017 21:14
Location: Win10 22H2 120dpi

Re: [solved] custom icon in menubar became pale

Post by jupe »

lian00 wrote: 06 Apr 2024 10:16 Maybe the simpliest thing to do is to convert them into one png. It will be enough for my usage.
You could do that with just XY if you wanted, here is a script if it helps, it will create a png of selected items, the output png's will go into the same folder.

Code: Select all

foreach($f, <selitems |>) { savethumb($f,, "100%",, "png",,, -1); }

lian00
Posts: 368
Joined: 09 Jul 2014 17:12

Re: [solved] custom icon in menubar became pale

Post by lian00 »

jupe wrote: 06 Apr 2024 20:14
lian00 wrote: 06 Apr 2024 10:16 Maybe the simpliest thing to do is to convert them into one png. It will be enough for my usage.
You could do that with just XY if you wanted, here is a script if it helps, it will create a png of selected items, the output png's will go into the same folder.

Code: Select all

foreach($f, <selitems |>) { savethumb($f,, "100%",, "png",,, -1); }
I did not imagine I could convert image files in XY ? I will use XnViewMP I think. Thanks for the tip.
Windows 10 64 bits

admin
Site Admin
Posts: 60635
Joined: 22 May 2004 16:48
Location: Win8.1 @100%, Win10 @100%
Contact:

Re: custom icon in menubar became pale

Post by admin »

admin wrote: 04 Apr 2024 23:32 2) Your whole shot looks somewhat pale. Why?
Found the reason. The extra large icons were too pale. Fixed in next beta.

Post Reply