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

fix: update TIFF decoder #575

Merged
merged 1 commit into from
Oct 31, 2021
Merged

fix: update TIFF decoder #575

merged 1 commit into from
Oct 31, 2021

Conversation

targos
Copy link
Member

@targos targos commented Oct 31, 2021

Fixes: #574

@codecov-commenter
Copy link

codecov-commenter commented Oct 31, 2021

Codecov Report

Merging #575 (bfbcc86) into legacy (93d3cce) will decrease coverage by 0.30%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           legacy     #575      +/-   ##
==========================================
- Coverage   83.92%   83.61%   -0.31%     
==========================================
  Files         163      163              
  Lines        5473     5597     +124     
  Branches     1268     1394     +126     
==========================================
+ Hits         4593     4680      +87     
- Misses        780      817      +37     
  Partials      100      100              
Impacted Files Coverage Δ
src/image/compute/countAlphaPixels.js 81.81% <0.00%> (-8.19%) ⬇️
src/image/filter/divide.js 61.11% <0.00%> (-3.60%) ⬇️
src/image/filter/subtract.js 61.11% <0.00%> (-3.60%) ⬇️
src/image/filter/hypotenuse.js 78.26% <0.00%> (-3.56%) ⬇️
src/util/kernel.js 91.30% <0.00%> (-3.44%) ⬇️
src/image/filter/multiply.js 60.00% <0.00%> (-3.16%) ⬇️
src/util/converter.js 86.66% <0.00%> (-2.99%) ⬇️
src/image/transform/warping.js 80.64% <0.00%> (-2.41%) ⬇️
src/image/core/checkProcessable.js 69.69% <0.00%> (-2.18%) ⬇️
src/image/operator/paintMasks.js 62.85% <0.00%> (-1.85%) ⬇️
... and 55 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 93d3cce...bfbcc86. Read the comment docs.

@targos targos merged commit 8a09396 into legacy Oct 31, 2021
@targos targos deleted the fix-tif branch October 31, 2021 09:00
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.

Memory overflow/leak in LZW implementation?
2 participants