-
-
Notifications
You must be signed in to change notification settings - Fork 113
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
Add example code which can extract multiple icons as one .ico file #258
Comments
Hmm... There exists also following article if it can be used ? |
Hi @tapika! I have discussed the possibility to export multiple icons as single .ico files with other contributors. Our goal was to align this implementation with the behavior of other popular PE file utilities in terms of exporting the same formats etc. |
I think this PR already opened, unless you close it. Florian Grieskamp was also asking on .exe samples which can be used for testing - you can use these readytorun executable file for example: https://github.com/tapika/swupd/releases Btw - I have tried to locate software I have used once upon a time to check multiple icons - and there exists And shimgen from here can be even used for roundtrip testing - so you extract icon, provide it to .net compiler, and get it back to another executable.
|
See following answer: https://stackoverflow.com/a/74411477/2338477
Would it be possible to code example which would replace
IconLib.Unofficial
nuget package use ?The text was updated successfully, but these errors were encountered: