JuliaImages / ImageTransformations.jl

Geometric transformations on images for Julia
Other
46 stars 27 forks source link

[compat] ImageCore 0.10 #164

Closed timholy closed 1 year ago

timholy commented 1 year ago

Also drops the direct dependence on ColorVectorSpace, since that's loaded by ImageCore (in recent versions).

There appear to be subtle changes in brightness in the images (an I/O issue??), hence the change in test result. But I've checked visually and they aren't geometric issues that I can see.

codecov[bot] commented 1 year ago

Codecov Report

Patch coverage has no change and project coverage change: +0.23 :tada:

Comparison is base (7557c6c) 89.81% compared to head (da8db07) 90.04%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #164 +/- ## ========================================== + Coverage 89.81% 90.04% +0.23% ========================================== Files 8 8 Lines 216 221 +5 ========================================== + Hits 194 199 +5 Misses 22 22 ``` | [Impacted Files](https://app.codecov.io/gh/JuliaImages/ImageTransformations.jl/pull/164?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=JuliaImages) | Coverage Δ | | |---|---|---| | [src/ImageTransformations.jl](https://app.codecov.io/gh/JuliaImages/ImageTransformations.jl/pull/164?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=JuliaImages#diff-c3JjL0ltYWdlVHJhbnNmb3JtYXRpb25zLmps) | `85.71% <ø> (+2.38%)` | :arrow_up: | ... and [3 files with indirect coverage changes](https://app.codecov.io/gh/JuliaImages/ImageTransformations.jl/pull/164/indirect-changes?src=pr&el=tree-more&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=JuliaImages)

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.