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

Support encoding and decoding parameters #3

Open
jmeaster30 opened this issue Aug 3, 2023 · 0 comments
Open

Support encoding and decoding parameters #3

jmeaster30 opened this issue Aug 3, 2023 · 0 comments
Labels
Bitmap Stuff with bitmap encoding/decoding enhancement New feature or request GIF Stuff with GIF encoding/decoding HUGE this one will take a while JPEG Stuff with JPEG encoding/decoding PNG Stuff with PNG encoding/decoding QOI Stuff with QOI encoding/decoding

Comments

@jmeaster30
Copy link
Owner

Almost all of the image formats have parameters to control properties of the file and how it is encoded/decoded.

I am not sure if there is much to do for decoding since all the parameters are baked into the file itself but the resulting Image object is completely agnostic to the file format it came from so we will need to provide the ability for the user to configure anything they need

@jmeaster30 jmeaster30 added enhancement New feature or request HUGE this one will take a while Bitmap Stuff with bitmap encoding/decoding PNG Stuff with PNG encoding/decoding JPEG Stuff with JPEG encoding/decoding QOI Stuff with QOI encoding/decoding GIF Stuff with GIF encoding/decoding labels Aug 3, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bitmap Stuff with bitmap encoding/decoding enhancement New feature or request GIF Stuff with GIF encoding/decoding HUGE this one will take a while JPEG Stuff with JPEG encoding/decoding PNG Stuff with PNG encoding/decoding QOI Stuff with QOI encoding/decoding
Projects
None yet
Development

No branches or pull requests

1 participant