Skip to content

Save metadata when exporting as pixelium file #110

@moonayyur

Description

@moonayyur

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": []
    }
  }
}

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

Status

Todo

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions