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

Make set_icc_profile function accessible #2323

Closed
misl-smlz opened this issue Sep 13, 2024 · 0 comments
Closed

Make set_icc_profile function accessible #2323

misl-smlz opened this issue Sep 13, 2024 · 0 comments
Labels
kind: API missing or awkward public APIs

Comments

@misl-smlz
Copy link
Contributor

The set_icc_profile function for WebP images is currently not available for external use. This issue proposes making the function accessible for users outside the internal code, allowing them to set ICC profiles when processing WebP images. This change would improve the flexibility and usability of the library, particularly in scenarios where ICC profiles are needed.

Related PR: #2322

Steps to Reproduce:
N/A

Expected Behavior:
Users can access the set_icc_profile function externally.

Actual Behavior:
The function is not currently accessible.

Possible Solution:
Implement the change outlined in PR #2322.

@Shnatsel Shnatsel added the kind: API missing or awkward public APIs label Sep 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind: API missing or awkward public APIs
Projects
None yet
Development

No branches or pull requests

3 participants