Skip to content
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

Allow input as folder #19

Open
gothicx opened this issue Mar 30, 2023 · 1 comment
Open

Allow input as folder #19

gothicx opened this issue Mar 30, 2023 · 1 comment

Comments

@gothicx
Copy link

gothicx commented Mar 30, 2023

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

icon_128x128@2x.png
icon_128x128.png
icon_16x16@2x.png
icon_16x16.png
icon_256x256@2x.png
icon_256x256.png
icon_32x32@2x.png
icon_32x32.png
icon_512x512@2x.png

Thank you.

@JackMordaunt
Copy link
Owner

Hi @gothicx, you can supply the largest size image to icnsify and it will build the smaller images for you.

If you have a specific requirement that your pre-sized icons are used exactly as is, I can look into supporting that use-case.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants