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

PNG support with fast FPNGE encoder #16

Closed
YorVeX opened this issue Jun 18, 2023 · 0 comments · Fixed by #17
Closed

PNG support with fast FPNGE encoder #16

YorVeX opened this issue Jun 18, 2023 · 0 comments · Fixed by #17
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@YorVeX
Copy link
Owner

YorVeX commented Jun 18, 2023

FPNGE is only an encoder. Decoding can be done using ImageSharp and in case that doesn't perform well enough later be replaced by a different decoder.

Unfortunately FPNG (without E) doesn't support decoding FPNGE encoded files, so the next best fast decoder would be wuffs, however, implementing this would take a lot of effort. Maybe this adapter code could be compiled into the library instead.

@YorVeX YorVeX added the enhancement New feature or request label Jun 18, 2023
@YorVeX YorVeX self-assigned this Jun 18, 2023
@YorVeX YorVeX changed the title FPNG(E) support FPNGE support Jun 18, 2023
@YorVeX YorVeX changed the title FPNGE support PNG support with fast FPNGE encoder Jun 18, 2023
@YorVeX YorVeX linked a pull request Jun 18, 2023 that will close this issue
@YorVeX YorVeX added this to the v1.0 release milestone Jul 2, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant