Closed louisameline closed 4 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.
@louisameline since iOS doesn't support transparency just set #ffffff
for the background colour during the icon-genie initialisation. ;)
No, my goal is to provide a logo that will not feature a circle container, only the logo on a colored background. Thank you
There is no circle container applied by icon-genie
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.
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.
Yes that is right.
@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.
My logo looks like this:
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:
What do you think? Thank you