quasarframework / icongenie

CLI tool to generate all the icons and splashscreens for your Quasar Apps
https://quasar.dev/icongenie/introduction
MIT License
182 stars 17 forks source link

Feature request: be able to provide a specific no-opacity version of the logo #85

Closed louisameline closed 4 years ago

louisameline commented 5 years ago

My logo looks like this:

image

With the outer shadow and gradient, it doesn't work to just use a plain background color in lieu of transparency. I need to be able to provide a specific no-opacity version of the logo myself for iOS, and not let the genie try to "fix" my transparent logo like this:

image

What do you think? Thank you

nothingismagick commented 5 years ago

You need to tell me what you are targeting. I assume you mean Cordova - I forget which one it is, but I think iOS prevents you from having transparent backgrounds for some reason.

mesqueeb commented 5 years ago

@louisameline since iOS doesn't support transparency just set #ffffff for the background colour during the icon-genie initialisation. ;)

louisameline commented 5 years ago

No, my goal is to provide a logo that will not feature a circle container, only the logo on a colored background. Thank you

nothingismagick commented 5 years ago

There is no circle container applied by icon-genie

louisameline commented 5 years ago

Sure, the circle is mine, but it should be present only on images that have transparency. Hence the need for me to provide two separate images.

mesqueeb commented 5 years ago

So basically you want to provide a different icon for Android (where transparency is supported) and iOS (where it is not ) That would be a nice feature I think so too, At least if that's what you mean.

louisameline commented 5 years ago

Yes that is right.

rstoenescu commented 4 years ago

@louisameline This will be possible with the complete rewrite of Icon Genie v2. Individual modes can be generated with different options. And also multiple profile files can be used to automate everything.