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

Add export sizes #50

Open
behroozbc opened this issue Mar 28, 2021 · 9 comments
Open

Add export sizes #50

behroozbc opened this issue Mar 28, 2021 · 9 comments

Comments

@behroozbc
Copy link

behroozbc commented Mar 28, 2021

hi
please support 152x152 and 144x144
thanks

@behroozbc behroozbc changed the title Add export size 152x152 Add export sizes Mar 28, 2021
@NotWoods
Copy link
Owner

Hi, can you provide some examples where you need these sizes? I'd prefer to keep the list shorter

@behroozbc
Copy link
Author

hi,
I work with angular (11) when I want to make pwa app add this sizes 72 , 96 , 128 ,144, 152, 192,384, 512 .
I want to generate 144 and 152 for angular set this sizes .
thanks

@2zqa
Copy link

2zqa commented Jun 28, 2021

To keep the list short, you could add categories, e.g. angular PWA (all I can think off top of my head). These categories would automatically export all the required image sizes.

@ntorrey
Copy link

ntorrey commented Jun 8, 2022

+1
I actually get an error in the application manifest file (inspecting it in Google Chrome's dev tools) without the 144 size icon. For now I just manually resize one of the generated icons to 144 but it would be nice not to have to do that extra step.

@NotWoods
Copy link
Owner

NotWoods commented Jun 9, 2022

Can you attach a screenshot of the error?

@ntorrey
Copy link

ntorrey commented Jun 12, 2022

Actually it looks like I misinterpreted the error message. It requires an image of at least 144px. Also the error message refers more to the purpose attribute being set to 'any'.
Image001

@seba9999
Copy link

seba9999 commented Mar 1, 2023

+1 I have the same chrome devtool warning ! Would be nice to have the 144px size please :)

@ntorrey
Copy link

ntorrey commented Mar 1, 2023

+1 I have the same chrome devtool warning ! Would be nice to have the 144px size please :)

Did you read my comment above? As long as you have an image larger than 144px as well as the attribute set to 'any' for at least one of the icons in your manifest file you should be good to go.

@seba9999
Copy link

seba9999 commented Mar 1, 2023

Oh ! I misinterpreted the error message AND your post ^^'

Sorry... Since I've added a 144px with purpose: maskable any it worked !

I assume that adding any to whatever image > 144 I had with purpose: maskable should work too

Thanks

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

5 participants