ai-cfia / ai-cfia/ailab-datastore
As a user, I want image file metadata to be saved alongside the binary data
- Lenguaje dominante
- Python
- Estrellas
- 3
- Forks
- 0
- Métricas de merge de PR
- Sin PR fusionados en 30 d
Descripción
## Description
Currently, only the binary data of image files is saved, without metadata like file name, format, and size. This makes it difficult to determine the file type when fetching and displaying images.
## Acceptance Criteria
- When an image file is saved, its metadata is stored alongside it.
- The stored metadata includes, if available: file name, MIME type or format, dimensions (width, height), file size, sort order etc.
- Metadata can be retrieved when accessing an image file.
- Existing images without metadata remain accessible without issues.
Guía de contribución
No hay ninguna guía de contribución indexada para este repositorio
Evaluación
Este issue todavía no se ha evaluado.