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

Add more image types for saving #1791

Open
joeyballentine opened this issue May 9, 2023 · 3 comments
Open

Add more image types for saving #1791

joeyballentine opened this issue May 9, 2023 · 3 comments
Labels
enhancement New feature or request

Comments

@joeyballentine
Copy link
Member

People keep requesting support for weird formats. We should see what formats we're able to read and write using opencv and pil, and then just add support for everything we can.

@RunDevelopment
Copy link
Member

What weird formats do people request? I mostly see EXR, and we can't add support for that (#1628).

@joeyballentine
Copy link
Member Author

Someone just requested BMP, and i figure we may as well support at least reading any of those random other formats that pillow and opencv support (if we don't already)

@RunDevelopment RunDevelopment added the enhancement New feature or request label Jun 19, 2023
@RunDevelopment RunDevelopment changed the title Add more image types for saving and loading Add more image types for saving Aug 12, 2023
@RunDevelopment
Copy link
Member

I changed the issue to focus on saving images. We already use PIL and OpenCV to their fullest when loading images.

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

2 participants