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

Feature request: FileIO.jl integration #34

Open
7 tasks
rakeshksr opened this issue Oct 8, 2023 · 1 comment
Open
7 tasks

Feature request: FileIO.jl integration #34

rakeshksr opened this issue Oct 8, 2023 · 1 comment

Comments

@rakeshksr
Copy link
Contributor

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

  • PNG
  • JPEG
  • BMP
  • TIFF
  • JP2
  • WEBP

Video Formats

  • To-Do

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

@rakeshksr
Copy link
Contributor Author

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

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