Skip to content
New issue

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

save not defined? #55

Closed
KajWiik opened this issue Mar 1, 2016 · 1 comment
Closed

save not defined? #55

KajWiik opened this issue Mar 1, 2016 · 1 comment

Comments

@KajWiik
Copy link

KajWiik commented Mar 1, 2016

julia> using FileIO

julia> obj = load("M4L-prikooli.png")
RGB Images.Image with:
  data: 3000x3000 Array{ColorTypes.RGB{FixedPointNumbers.UFixed{UInt8,8}},2}
  properties:
    colorspace: sRGB
    spatialorder:  x y

julia> save("foo.png",obj)
ERROR: UndefVarError: save not defined

julia> Pkg.status("FileIO")
 - FileIO                        0.0.3

I guess I am missing something...? save() is mentioned in docs...

@KajWiik
Copy link
Author

KajWiik commented Mar 1, 2016

Nevermind, Pkg.update() solved that problem...sorry.

@KajWiik KajWiik closed this as completed Mar 1, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant