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

Feature Request: WebP Support for CPP Targets #1868

Open
NipponSunrise opened this issue Nov 30, 2024 · 1 comment
Open

Feature Request: WebP Support for CPP Targets #1868

NipponSunrise opened this issue Nov 30, 2024 · 1 comment

Comments

@NipponSunrise
Copy link

Hello! I'd like to propose adding WebP support for CPP targets in Lime.

WebP is an amazing image format that offers significant advantages: smaller file sizes compared to PNG and JPEG, support for both lossless and lossy compression, and excellent quality preservation. It’s widely used across the web to save bandwidth and reduce load times, and its benefits make it a great choice for modern applications.

Currently, Lime supports WebP only for HTML5 targets, which is great for web projects. However, it would be fantastic to have WebP support extended to CPP targets (Android, iOS, Windows, macOS) as well. From what I understand, there are no significant technical barriers to implementing this — it just needs to be done!

In my case, my project is built entirely around WebP assets for HTML5, and introducing a separate set of assets for CPP builds would be extremely inconvenient and inefficient. Expanding WebP support across all platforms would greatly simplify workflows and ensure consistency for developers relying on this format.

Would love to hear the community's thoughts and whether this can be considered for future updates to Lime.

Thanks!

@dimensionscape
Copy link
Member

No objections here. Just make the PR. :D

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

2 participants