TiffImages.jl icon indicating copy to clipboard operation
TiffImages.jl copied to clipboard

Add support for CCITT-Group4 decoding

Open rlars opened this issue 5 months ago • 1 comments

I created an implementation which does work also with some larger files I tested (10k x 10k pixels) and compared these with the uncompressed output from GIMP. Would you want to integrate this?

rlars avatar Jun 15 '25 19:06 rlars

Codecov Report

Attention: Patch coverage is 66.48352% with 61 lines in your changes missing coverage. Please review.

Project coverage is 88.63%. Comparing base (ff965a6) to head (3dcb0e7). Report is 1 commits behind head on master.

Files with missing lines Patch % Lines
src/compression_t6.jl 66.28% 59 Missing :warning:
src/ifds.jl 83.33% 1 Missing :warning:
src/layout.jl 0.00% 1 Missing :warning:
Additional details and impacted files
@@            Coverage Diff             @@
##           master     #190      +/-   ##
==========================================
- Coverage   93.33%   88.63%   -4.71%     
==========================================
  Files          15       16       +1     
  Lines        1186     1364     +178     
==========================================
+ Hits         1107     1209     +102     
- Misses         79      155      +76     

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

:rocket: New features to boost your workflow:
  • :snowflake: Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

codecov-commenter avatar Jun 24 '25 22:06 codecov-commenter