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

Refactoring #19

Merged
merged 3 commits into from
Feb 12, 2021
Merged

Refactoring #19

merged 3 commits into from
Feb 12, 2021

Conversation

mikowitz
Copy link
Owner

Various refactors:

  • Improve timing of defiltering Paeth-encoded lines by replacing multiple Enum.at calls with zipping relevant data into a single list to pass to Enum.reduce
  • Simplify code for determining which bit depth and color mode to use
  • Don't persist Line structs on the RawData
    • Eventually want to remove these entirely

@mikowitz mikowitz merged commit cbc9754 into main Feb 12, 2021
@mikowitz mikowitz deleted the refactoring branch February 12, 2021 17:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant