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 boolean property to allow webp format export #757

Open
wants to merge 3 commits into
base: develop
Choose a base branch
from

Conversation

MichaelOliveiraBx
Copy link

Related to this issue

Compose can read webp format and on iOS the size of the app with Compose Multiplatform is a problem (~25Mo in addition)
Allow wepb will reduce significantly the size.

@Alex009 Alex009 changed the base branch from master to develop August 26, 2024 09:13
@Alex009 Alex009 requested review from Alex009 and ExNDY August 26, 2024 09:13
@MichaelOliveiraBx
Copy link
Author

I can rebase on develop to remove the first commit, and maybe I have forget to add this feature on the Readme ?

Comment on lines +49 to +51
if (allowWebpImageFormat) {
formats.add("images/**/*.webp")
}
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

if it will be allowed - how it will works on platforms? sample should be added in resources-gallery and compose-resources-gallery samples

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

Successfully merging this pull request may close these issues.

2 participants