JuliaIO / VideoIO.jl

Reading and writing of video files in Julia via ffmpeg
https://juliaio.github.io/VideoIO.jl/stable
Other
128 stars 53 forks source link

Document need to import Images, ImageView before VideoIO if needed #11

Closed kmsquire closed 10 years ago

kmsquire commented 10 years ago

Currently, if Images or ImageView are not loaded before VideoIO, functionality that depends on them won't be available.

(Is there an issue regarding triggers for calling package code upon the load of another package?)

lucasb-eyer commented 10 years ago

Are you looking for JuliaLang/julia#2025?

kmsquire commented 10 years ago

Thanks Lucas! That's relevant, but it was actually https://github.com/JuliaLang/julia/pull/6884 that I was thinking of.

kmsquire commented 10 years ago

Fixed by 8754afee44