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
Android studio's Image Asset Studio defaults to generating webp icons.
I am able to pass the glob of the source files to add_badge
add_badge
add_badge( shield: "staging-#{version}-orange", alpha_channel: true, custom: '../staging-badge.png', glob: "./android/app/src/main/res/mipmap-*/ic_launcher.webp", )
However the generation is hardcoded to output "png"
Could we get an option to specify the output format to webp? I believe imagemagic can output a composite image made up of different source formats?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Android studio's Image Asset Studio defaults to generating webp icons.
I am able to pass the glob of the source files to
add_badge
However the generation is hardcoded to output "png"
Could we get an option to specify the output format to webp?
I believe imagemagic can output a composite image made up of different source formats?
The text was updated successfully, but these errors were encountered: