JuliaImages / OpenCV.jl

Use OpenCV in Julia!! 🚀
https://juliaimages.org/OpenCV.jl/dev/
MIT License
33 stars 13 forks source link

Feature request: FileIO.jl integration #34

Open rakeshksr opened 11 months ago

rakeshksr commented 11 months ago

FileIO.jl provides common IO interface for most of the packages in Julia ecosystem. Integration with FileIO.jl makes common interface to read(load) and write(save) for both Images and Videos. It solves half part of #30. Below are list of formats to add

Image Formats

Video Formats

Reference for Image formats https://docs.opencv.org/4.x/d4/da8/group__imgcodecs.html#ga288b8b3da0892bd651fce07b3bbd3a56

rakeshksr commented 11 months ago

I have created JuliaIO/FileIO.jl/pull/381, it covers most common image formats.