You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In my last version of the script (about 11 days ago or something) I used a .webp image for my python icon and it worked flawlessly, but now I get an error
This is probably a handling in icon images you've added but since I haven had any problems with random formats and sizes I don't understand the change.
The text was updated successfully, but these errors were encountered:
Windows Terminal supports a variety of image formats, but Windows Explorer context menu only supports .ico.
In order to keep the script simple, it is intentional to only support .ico files, but .png files are also supported (because we need to read cached images from Windows Terminal's folders which are in .png format). That's why there was a warning.
I will try to revise the script to eliminate the errors though.
Workaround: You can always use another tool to convert .webp to .png or .ico.
Yeah I thought of the workaround as last resort because I find it annoying if I have to go and convert images to icons and stuff, always takes way longer that it's supposed to and I hate doing it.
I was extremely pleasantly surprised when the .webp just worked out of the box so it was quite a bummer to then see that it didn't anymore. But thanks for looking into it anyway.
In my last version of the script (about 11 days ago or something) I used a .webp image for my python icon and it worked flawlessly, but now I get an error
This is probably a handling in icon images you've added but since I haven had any problems with random formats and sizes I don't understand the change.
The text was updated successfully, but these errors were encountered: