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

Save Bool image with 1-bit depth #172

Merged
merged 1 commit into from
Dec 12, 2019
Merged

Save Bool image with 1-bit depth #172

merged 1 commit into from
Dec 12, 2019

Conversation

timholy
Copy link
Member

@timholy timholy commented Dec 12, 2019

@codecov
Copy link

codecov bot commented Dec 12, 2019

Codecov Report

Merging #172 into master will increase coverage by 0.85%.
The diff coverage is 71.42%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #172      +/-   ##
==========================================
+ Coverage   71.11%   71.96%   +0.85%     
==========================================
  Files           3        3              
  Lines         367      371       +4     
==========================================
+ Hits          261      267       +6     
+ Misses        106      104       -2
Impacted Files Coverage Δ
src/libmagickwand.jl 67.82% <100%> (+1.15%) ⬆️
src/ImageMagick.jl 75.75% <66.66%> (+0.56%) ⬆️

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 84c9ead...7c11567. Read the comment docs.

@timholy timholy merged commit b80bccd into master Dec 12, 2019
@timholy timholy deleted the teh/bool branch December 12, 2019 10:57
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.

Type is not preserved while saving bi-level/depth=1/binary images to file in png format.
1 participant