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

Modify the class modifier to make it more friendly to other image lib… #109

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

Haoxiqiang
Copy link

I'm writing a wrapper for glide and I don't want to use the original source for a project.
for android, the following two APIs are required.

Apng.Companion.isApng(source)
ApngDrawable.decode(xxx)

@CLAassistant
Copy link

CLAassistant commented Sep 23, 2022

CLA assistant check
All committers have signed the CLA.

@r-ralph
Copy link
Member

r-ralph commented May 22, 2024

Thank you for creating a PR and sorry for late response.
Since the Apng and ApngDecoderJni classes can modify internal data/state without regard to current state, there are no plans to make these classes public to protect data integrity.
It is possible to work with the current public API only, even when used with Glide.

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.

None yet

3 participants