Advertisement
Guest User

Untitled

a guest
Dec 20th, 2024
23
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.66 KB | None | 0 0
  1. ERROR: LoadError: MethodError: no method matching ConvertJuliaImgArray(::Matrix{RGBA{FixedPointNumbers.N0f8}})
  2. The function `ConvertJuliaImgArray` exists, but no method is defined for this combination of argument types.
  3.  
  4. Closest candidates are:
  5. ConvertJuliaImgArray(::Matrix{<:Color{T, 1}}) where T
  6. @ Main C:\JuliaCode\JuliaImageProcessing.jl:81
  7. ConvertJuliaImgArray(::Matrix{<:Color{T, N}}) where {T, N}
  8. @ Main C:\JuliaCode\JuliaImageProcessing.jl:60
  9.  
  10. Stacktrace:
  11. [1] top-level scope
  12. @ C:\test\Q95814.jl:125
  13. [2] include(fname::String)
  14. @ Main .\sysimg.jl:38
  15. [3] top-level scope
  16. @ REPL[26]:1
  17. in expression starting at C:\test\Q95814.jl:125
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement