JuliaIO / ImageMagick.jl

Thin Wrapper for the library ImageMagick
Other
53 stars 37 forks source link

Fix "tmp not defined" in exportimagepixels!() #176

Closed alyst closed 4 years ago

alyst commented 4 years ago

Probably this typo got exposed because I was calling *exportimagepixels!()` directly.

timholy commented 4 years ago

A test would be nice

codecov[bot] commented 4 years ago

Codecov Report

Merging #176 into master will increase coverage by 0.34%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #176      +/-   ##
==========================================
+ Coverage   71.42%   71.77%   +0.34%     
==========================================
  Files           3        3              
  Lines         371      372       +1     
==========================================
+ Hits          265      267       +2     
+ Misses        106      105       -1
Impacted Files Coverage Δ
src/libmagickwand.jl 68.47% <100%> (+0.65%) :arrow_up:
src/ImageMagick.jl 74.24% <0%> (ø) :arrow_up:

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 3a9ea3c...d2a9db3. Read the comment docs.

timholy commented 4 years ago

Thanks very much!