Image metadata should be copied when creating a new layer
See original GitHub issueHi,
🚀 Feature
Existing metadata of an image should be copied when creating a new non-image layer. E.g. if an image has a certain voxel spacing defined in the metadata dict with the attribute spacing
than a newly created labels layer should have the same voxel spacing.
Motivation
Some image formats such as nifti (.nii.gz) have important metadata information such as spacing, affine transform or axis orientation. This information needs to be the same for all non-image layers that correspond to that image. Otherwise this can lead to problems with other software when exporting the new layers.
Pitch
A new non-image layer should copy the metadata dict of an already existing image layer.
Best, Karol
Issue Analytics
- State:
- Created 2 years ago
- Comments:6 (4 by maintainers)
Top Results From Across the Web
How to Add Metadata to Your Image Files - Artwork Archive
Image metadata can help protect digital images of your original artwork from being ... if the image is copied or exported to another...
Read more >How to Add Metadata To Photos & Images - Pixsy
Metadata is information hidden inside photos that can be used to prove copyright. Learn how to add metadata to images with Pixsy.
Read more >Copy or import metadata to an item—ArcGIS Pro
You can copy metadata content from another item. For example, you can copy metadata from one map to another, from a feature class...
Read more >Photoshop metadata and notes - Adobe Support
You can add notes anywhere on your Photoshop image canvas. When you create a note, an icon appears on the image. Select the...
Read more >Copying descriptions from feature layers to map im...
Copying descriptions from feature layers to map image layers with ArcGIS ... Feature Service metadata (service level, not item level) can be ...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Nothing seamless, but you can certainly make a plugin to do this, “copy metadata”
Then you can make a new layer, open the widget, and copy the attributes.
Any interest in opening a PR? We can certainly help out if you run into difficulty. Otherwise yes it’s still on the todo list, but waiting for someone to have time.
Thanks for the bump!