We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hello,
I have a folder ( icon.iconset ) with multiple resized images for different resolution and I want to produce the .icns file.
[email protected] icon_128x128.png [email protected] icon_16x16.png [email protected] icon_256x256.png [email protected] icon_32x32.png [email protected]
Thank you.
The text was updated successfully, but these errors were encountered:
Hi @gothicx, you can supply the largest size image to icnsify and it will build the smaller images for you.
icnsify
If you have a specific requirement that your pre-sized icons are used exactly as is, I can look into supporting that use-case.
Sorry, something went wrong.
No branches or pull requests
Hello,
I have a folder ( icon.iconset ) with multiple resized images for different resolution and I want to produce the .icns file.
icnsify -i icon.iconset -o icns
[email protected]
icon_128x128.png
[email protected]
icon_16x16.png
[email protected]
icon_256x256.png
[email protected]
icon_32x32.png
[email protected]
Thank you.
The text was updated successfully, but these errors were encountered: