-
Notifications
You must be signed in to change notification settings - Fork 0
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
Edit image metainfo #114
Comments
The type of 'pixelSize' should be: https://github.com/cheminfo/cheminfo-types/blob/main/src/core/Value.d.ts The allowed units could be for now: You can use 'input group' to input the value |
@lpatiny Should the pixel value and unit be saved in the same metadata ?
|
I would prefer it is saved in the same metadata but you are right that we didn't develop a way to display it so you can for now use 2 fields. |
Please add a 's' at units. |
There should be an edit button on each row of the images:
That allows to edit metadata information.
There should be 2 metadata information currently:
pixelSize
should be defined as a number + units. Like '1 mm' and corresponds to the size of 1 pixel.We will see later to convert this using
js-quantities
.The text was updated successfully, but these errors were encountered: