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

Extend TSkCodec with methods for animated images #251

Open
schupeta opened this issue Jul 28, 2023 · 0 comments
Open

Extend TSkCodec with methods for animated images #251

schupeta opened this issue Jul 28, 2023 · 0 comments

Comments

@schupeta
Copy link

It would be great if ISkCodec/TSkCodec could be extended to detect frames from animated images.
I am aware that animated images can already be detected/displayed via TSkAnimationCodecPlayer.

However, what I need is the ability to access specific frame information (width, height, duration, etc).
In SkCodec.h there are the methods getFrameInfo, getFrameCount, getImage (with the specification of a frame index), etc. for this purpose.

It would be great if these methods could be provided as well.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants