-
-
Notifications
You must be signed in to change notification settings - Fork 515
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Select the largest frame of ICO files #994
Comments
Okay, thank you very much |
For example, the size of the image opened by ImageGlass will be displayed incompletely as shown below. Below is the original file of the icon for reference, thank you |
@d2phap, acutally, I'm having an issue about how the icons are handled. ImageGlass.Icon.Handling.mp4What can be done about this? Any workarounds or it works that way? Is it going to be fixed by default any time soon? Thanks. |
@K0media :
Could you state what your actual issue is? I see you clicking on what are presumably icon files, zooming in and out, and clicking on another icon. What is it about the ImageGlass behavior which is unacceptable? |
It's simple. It is handled abnormally by IG, while it displays fine on other media viewers. I'll record another screencast to show you. (I'd record a video with audio explaining details, but that would take longer. I can do it if necessary later, though.) ImageGlass.Icon.Handling.and.Windows.App.mp4As you can see above, some icons display fine in "normal" resolution, but some others are distorted and pixelated that we almost can't see the proper format. And, when opening with another app, such as Windows 10 default Photos app, it displays fine with the anti-aliasing effect. There should be something wrong here... I tried customizing options, but it's still mishandled by IG. Also, I can share the icon pack if needed, so you can research better on it. |
@K0media |
Right, I understand now. Thanks for the detailed videos! TLDR; sorry to say but this is the current state of ImageGlass, no workarounds possible. Some of these other apps presumably are taking advantage of the different sized icons contained in the ICO. [E.g. as you zoom in, the apps use the next larger icon file as necessary.] ImageGlass (currently) does not: the first, smallest icon file is the only one used and zooming just gets big pixels. I'm not quite sure what's going on with the anti-aliasing. I.e. is that a feature of the other media apps or something in the newest icon formats that I'm unaware of? Either way, ImageGlass isn't currently supporting it. OK, from wikipedia:
ImageGlass is not doing this. |
I think you're overcomplicating how other viewers are handling ICO files. This format usually contains several different images for different sizes. Most image viewers are displaying the largest of them by default, but ImageGlass always displays the first one, which is often the smallest one. Displaying the largest image from ICO file by default is enough. Dynamic switching to the closest size is nice of course, but it requires much more changes in ImageGlass to implement it. |
Yes, Strongly Agree |
My thanks for the feedback! My ignorance of the ICO format is showing ... |
I spent my time today to refactor the code for ICO file, so now IG will display the largest frame of the viewing ICO file by default. This change will be included in the next official release (soon). |
released v8.2! |
Hi, can you add support for ICO icon files, for example, this icon contains seven icons of different sizes. If you use the WINDOWS default file manager, you can browse the seven icons separately, but ImageGlass can only display the first one by default , And some icons are displayed abnormally, such as the following, so can you add a button to switch the icons in the ICO file and browse normally, thank you very much
The text was updated successfully, but these errors were encountered: