You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In reality we should keep the original image and not recreate a PNG. @moonayyur could you check what should be changed in order to be able to save back in the .ium file the original image ?
The name should also be the original name. We we unzip a .ium file we need to get back the original name.
How to deal with conflict of name ???
If the name is already there we add a number
colonies.jpg
colonies.1.jpg
colonies.2.jpg
...
I'm not sure why we are using a UUID to name the images, but if possible, I would simply use the 'unique' name (as generate before). When unzipping the ium file, it would be much easier to understand which image corresponds to which meta information (result of ROI's analysis, for example).
Currently, the image instance is encoded and saved in a
refs
folder, so we loose the metadataWe would like to copy the metadata in the
data.json
fileCurrent
data.json
structure :The text was updated successfully, but these errors were encountered: