You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The example file is no longer usable. With the latest master I'm getting:
LoadError: indexing Images.Image{ColorTypes.BGRA{FixedPointNumbers.UFixed{UInt8,8}},2,Array{ColorTypes.BGRA{FixedPointNumbers.UFixed{UInt8,8}},2}} with types Tuple{Tuple{Int64,Int64}} is not supported
while loading In[1], in expression starting on line 9
If the @compat is removed, the code runs, but the output image is very wrong. Any ideas what is going on here?
Edit: info
Using Julia v0.4.5.
The text was updated successfully, but these errors were encountered:
The example file is no longer usable. With the latest master I'm getting:
LoadError: indexing Images.Image{ColorTypes.BGRA{FixedPointNumbers.UFixed{UInt8,8}},2,Array{ColorTypes.BGRA{FixedPointNumbers.UFixed{UInt8,8}},2}} with types Tuple{Tuple{Int64,Int64}} is not supported
while loading In[1], in expression starting on line 9
If the
@compat
is removed, the code runs, but the output image is very wrong. Any ideas what is going on here?Edit: info
Using Julia v0.4.5.
The text was updated successfully, but these errors were encountered: