ImageMagick.jl
ImageMagick.jl copied to clipboard
Fix path encoding problems on Windows
Calling setimagefilename() will break TIFF images. Investigating.
Let's try rebuilding this.
Codecov Report
Merging #144 into master will increase coverage by
7.58%. The diff coverage is100%.
@@ Coverage Diff @@
## master #144 +/- ##
==========================================
+ Coverage 53.26% 60.85% +7.58%
==========================================
Files 2 2
Lines 306 304 -2
==========================================
+ Hits 163 185 +22
+ Misses 143 119 -24
| Impacted Files | Coverage Δ | |
|---|---|---|
| src/libmagickwand.jl | 57.69% <100%> (+2.25%) |
:arrow_up: |
| src/ImageMagick.jl | 65.57% <0%> (+15.57%) |
:arrow_up: |
Continue to review full report at Codecov.
Legend - Click here to learn more
Δ = absolute <relative> (impact),ø = not affected,? = missing dataPowered by Codecov. Last update 3c4e1c1...69206af. Read the comment docs.
Merge? Or too old and close?
3D TIFF: Error During Test at /home/runner/work/ImageMagick.jl/ImageMagick.jl/test/constructed_images.jl:142
Got exception outside of a @test
Sanity check on directory count failed, this is probably not a valid IFD offset. `TIFFFetchDirectory' @ error/tiff.c/TIFFErrors/567
Would be nice to have this one working since it fixes a commonly reported issue (but this PR needs more work).