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
5 of 7 tasks
rakeshksr opened this issue Oct 8, 2023 · 1 comment
Open
5 of 7 tasks

Feature request: FileIO.jl integration #34

rakeshksr opened this issue Oct 8, 2023 · 1 comment
Labels
enhancement New feature or request

Comments

@rakeshksr
Copy link
Member

rakeshksr commented Oct 8, 2023

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
Member Author

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

@rakeshksr rakeshksr reopened this Oct 9, 2023
@rakeshksr rakeshksr added the enhancement New feature or request label Oct 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant