Skip to content

Convert gif to png sprite. #106

Answered by saucecontrol
Tyme-Bleyaert asked this question in Q&A
Discussion options

You must be logged in to vote

It would be possible, but it would be very inefficient with the API as currently designed because you'd have to start the decode process over for each extracted frame.

In general, I don't have plans to expand the API to cover all general-purpose image manipulation (SkiaSharp or ImageSharp will be your best bets for that), but this is kind of an interesting case for a custom image encoder because you're outputting them stacked/wrapped vertically so they wouldn't have to be in memory all at once. I'll add this to my list of considerations for when I open up those APIs to public.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by Tyme-Bleyaert
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants