[solved] custom icon in menubar became pale
Forum rules
READ THIS AND DO IT!!!
Please include the following information:
1) Your XYplorer Version (e.g., v28.00.0801)
2) Your Windows Version (e.g., Win 11)
3) Your Screen Scaling Percentage (e.g., 125%).
We strongly recommend adding your Windows Version and Screen Scaling Percentage to the Location field in your Profile or to your Signature. That way, you only have to type them once, and we won't have to search for that vital information.
When attaching an Image, please use the Attachment tab at the bottom of your post and click "Add files".
READ THIS AND DO IT!!!
1) Your XYplorer Version (e.g., v28.00.0801)
2) Your Windows Version (e.g., Win 11)
3) Your Screen Scaling Percentage (e.g., 125%).
-
klownboy
- Posts: 4468
- Joined: 28 Feb 2012 19:27
- Location: Windows 11, 25H2 Build 26200.8737 at 100% 2560x1440
Re: [solved] custom icon in menubar became pale
My eyesight isn't what it used to be. With a large icon toolbar (24x24) I can't tell. 
-
admin
- Site Admin
- Posts: 66542
- Joined: 22 May 2004 16:48
- Location: Win8.1, Win10, Win11, all @100%
- Contact:
Re: [solved] custom icon in menubar became pale
Quality and speed are quite similar. I personally like PNG better because it's newer. (I'm a simple man.)
FAQ | XY News RSS | XY X
-
jupe
- Posts: 3462
- Joined: 20 Oct 2017 21:14
- Location: Win10 22H2 120dpi
Re: [solved] custom icon in menubar became pale
@lian00: If you are interested, I modified the icons so they won't be faded.
To see the attached files, you need to log into the forum.
-
lian00
- Posts: 429
- Joined: 09 Jul 2014 17:12
Re: [solved] custom icon in menubar became pale
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: 3462
- Joined: 20 Oct 2017 21:14
- Location: Win10 22H2 120dpi
Re: [solved] custom icon in menubar became pale
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: 14991
- Joined: 06 Feb 2011 00:33
- Location: Win Server 2022 @100%
Re: [solved] custom icon in menubar became pale
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...
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: 429
- Joined: 09 Jul 2014 17:12
Re: [solved] custom icon in menubar became pale
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: 3462
- Joined: 20 Oct 2017 21:14
- Location: Win10 22H2 120dpi
Re: [solved] custom icon in menubar became pale
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: 429
- Joined: 09 Jul 2014 17:12
Re: [solved] custom icon in menubar became pale
I did not imagine I could convert image files in XY ? I will use XnViewMP I think. Thanks for the tip.jupe wrote: ↑06 Apr 2024 20:14You 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); }
Windows 10 64 bits
-
admin
- Site Admin
- Posts: 66542
- Joined: 22 May 2004 16:48
- Location: Win8.1, Win10, Win11, all @100%
- Contact:
Re: custom icon in menubar became pale
Found the reason. The extra large icons were too pale. Fixed in next beta.
FAQ | XY News RSS | XY X
XYplorer Beta Club