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 decoder #7

Merged
merged 2 commits into from
May 12, 2021
Merged

add decoder #7

merged 2 commits into from
May 12, 2021

Conversation

johnnychen94
Copy link
Member

@johnnychen94 johnnychen94 commented May 12, 2021

Although decoder can be easily implemented in pure Julia. For completeness and consistency, here I just delegate all these operations to the libsixel

@codecov
Copy link

codecov bot commented May 12, 2021

Codecov Report

Merging #7 (c8e933d) into master (607847e) will increase coverage by 14.34%.
The diff coverage is 93.75%.

Impacted file tree graph

@@             Coverage Diff             @@
##           master       #7       +/-   ##
===========================================
+ Coverage   24.42%   38.76%   +14.34%     
===========================================
  Files           7        9        +2     
  Lines         262      325       +63     
===========================================
+ Hits           64      126       +62     
- Misses        198      199        +1     
Impacted Files Coverage Δ
src/encoder.jl 85.71% <ø> (ø)
src/interface.jl 0.00% <ø> (ø)
src/decoder.jl 91.48% <91.48%> (ø)
src/Sixel.jl 100.00% <100.00%> (ø)
src/backend/libsixel/decoder.jl 100.00% <100.00%> (ø)
src/backend/libsixel/CModule.jl 4.45% <0.00%> (+1.27%) ⬆️

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 607847e...c8e933d. Read the comment docs.

@johnnychen94 johnnychen94 merged commit 6318438 into master May 12, 2021
@johnnychen94 johnnychen94 deleted the jc/decoder branch May 12, 2021 12:16
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