ReferenceTests.jl icon indicating copy to clipboard operation
ReferenceTests.jl copied to clipboard

Image IO backend is sensitive to storage types

Open johnnychen94 opened this issue 5 years ago • 0 comments

In some rare cases:

@test_reference "refrence.png" img # this fails
@test_reference "refrence.png" n0f8.(clamp01!(img)) # this works

johnnychen94 avatar Jul 21 '20 13:07 johnnychen94