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

Add a netpbm encoder and decoder, fix some minor bugs #8

Merged
merged 5 commits into from
Aug 31, 2024
Merged

Conversation

matanlurey
Copy link
Owner

Closes #4.

@coveralls
Copy link

Pull Request Test Coverage Report for Build 10642236725

Details

  • 199 of 228 (87.28%) changed or added relevant lines in 8 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage decreased (-3.1%) to 96.878%

Changes Missing Coverage Covered Lines Changed/Added Lines %
lib/src/buffer.dart 20 21 95.24%
lib/src/format.dart 0 1 0.0%
lib/src/format/grayscale.dart 1 3 33.33%
lib/src/codec/netpbm.dart 163 188 86.7%
Totals Coverage Status
Change from base Build 10551163916: -3.1%
Covered Lines: 900
Relevant Lines: 929

💛 - Coveralls

@matanlurey matanlurey merged commit af664e0 into main Aug 31, 2024
1 check passed
@matanlurey matanlurey deleted the netpbm branch August 31, 2024 04:01
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.

Add PFM and PBM as codecs
2 participants