Currently, the image instance is encoded and saved in a refs folder, so we loose the metadata
We would like to copy the metadata in the data.json file
Current data.json structure :
{
"isLoading": false,
"images": {
"cc720446-9ef0-4b39-936d-f081b7e90655": {
"image": "0655a16f-d92d-4bb8-b250-e55ac43c2266",
"metadata": {
"name": "Silica_small.tif",
"relativePath": "Fribourg/Silica_small.tif"
},
"pipeline": [],
"rois": []
}
}
}