We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
This is occurring with using FileIO, ImageMagick https://cirrus-ci.com/task/5170470732693504?command=test#L11
using FileIO, ImageMagick
NoDecodeDelegateForThisImageFormat `JPEG' @ error/constitute.c/ReadImage/560 Stacktrace: [1] handle_error(::ErrorException, ::FileIO.File{FileIO.DataFormat{:JPEG}}) at /.julia/packages/FileIO/JAtC1/src/error_handling.jl:80 [2] handle_exceptions(::Array{Any,1}, ::String) at /.julia/packages/FileIO/JAtC1/src/error_handling.jl:75 [3] #load#27(::Base.Iterators.Pairs{Union{},Union{},Tuple{},NamedTuple{(),Tuple{}}}, ::typeof(FileIO.load), ::FileIO.File{FileIO.DataFormat{:JPEG}}) at /.julia/packages/FileIO/JAtC1/src/loadsave.jl:193 [4] load(::FileIO.File{FileIO.DataFormat{:JPEG}}) at /.julia/packages/FileIO/JAtC1/src/loadsave.jl:172
The text was updated successfully, but these errors were encountered:
I would bet this is fixed on Julia 1.3?
Sorry, something went wrong.
Is this still an issue?
Maybe reopen if still an issue?
No branches or pull requests
This is occurring with
using FileIO, ImageMagick
https://cirrus-ci.com/task/5170470732693504?command=test#L11
The text was updated successfully, but these errors were encountered: