Page 2 of 2
Re: [solved] custom icon in menubar became pale
Posted: 05 Apr 2024 19:50
by klownboy
My eyesight isn't what it used to be. With a large icon toolbar (24x24) I can't tell.

Re: [solved] custom icon in menubar became pale
Posted: 05 Apr 2024 20:07
by admin
Quality and speed are quite similar. I personally like PNG better because it's newer. (I'm a simple man.)
Re: [solved] custom icon in menubar became pale
Posted: 05 Apr 2024 23:20
by jupe
@lian00: If you are interested, I modified the icons so they won't be faded.
Re: [solved] custom icon in menubar became pale
Posted: 05 Apr 2024 23:42
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.
Re: [solved] custom icon in menubar became pale
Posted: 05 Apr 2024 23:48
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.
Re: [solved] custom icon in menubar became pale
Posted: 06 Apr 2024 00:48
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...
Re: [solved] custom icon in menubar became pale
Posted: 06 Apr 2024 10:16
by lian00
Maybe the simpliest thing to do is to convert them into one png. It will be enough for my usage.
Re: [solved] custom icon in menubar became pale
Posted: 06 Apr 2024 20:14
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); }
Re: [solved] custom icon in menubar became pale
Posted: 06 Apr 2024 22:01
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.
Re: custom icon in menubar became pale
Posted: 08 Apr 2024 09:41
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.