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

change the current implementation of quantization table matching #2

Open
Omoshirokunai opened this issue Jun 4, 2021 · 0 comments
Open
Labels
good first issue Good for newcomers help wanted Extra attention is needed

Comments

@Omoshirokunai
Copy link
Owner

Currently the quantization tables gotten from an image is directly compared with a hard coded list of photoshop tables, this was done for demo purposes and not really reliable/bugged.

A possible solution would be to have the list of tables in a format (.txt) outside the quantization_table.py file like done in the quantable_class folder that the quantization_table.py file can use to search and match the tables extracted from the image.

@Omoshirokunai Omoshirokunai added help wanted Extra attention is needed good first issue Good for newcomers labels Jun 4, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant