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

HEIC not supported/cannot be identify #8579

Open
2 tasks done
Kira-Kitsune opened this issue Oct 22, 2024 · 1 comment
Open
2 tasks done

HEIC not supported/cannot be identify #8579

Kira-Kitsune opened this issue Oct 22, 2024 · 1 comment
Labels
enhancement New feature or request

Comments

@Kira-Kitsune
Copy link

Actions before raising this issue

  • I searched the existing issues and did not find anything similar.
  • I read/searched the docs

Steps to Reproduce

  1. Upload an .heic image via /api/tasks/{id}/data

Expected Behavior

Should be able to support .heic, it's a common file format used by Apple

Possible Solution

No response

Context

I have a system that stores images, I want an easy way to upload those images to CVAT, I made my own implementation of uploading to the API on a local instance.

Environment

- Server version: 2.22.0
- Core version: 15.2.0
- Canvas version: 2.20.9
- UI version: 1.66.1
@Kira-Kitsune Kira-Kitsune added the bug Something isn't working label Oct 22, 2024
@bsekachev bsekachev added enhancement New feature or request and removed bug Something isn't working labels Oct 22, 2024
@bsekachev
Copy link
Member

Basically CVAT supports the image format which are supported by stock Pillow Python library.
We do not have any plans regarding HEIC support, but you may try to contribute.

But the easiest way for you, I believe, will be to convert it to something more commonly used.

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