Questions tagged [metadata]
The metadata tag has no summary.
20 questions
5
votes
1
answer
130
views
How to export SD file with metadata?
Despite the fact that Mathematica (V13.2) is able to import an SD file with corresponding metadata for each structure, e.g.
...
6
votes
1
answer
221
views
Listing the supported formats of BarcodeImage
BarcodeImage["string",format] generates a barcode image given a string and barcode format. The supported formats can be read off from its documentation.
...
0
votes
0
answers
100
views
How to extract detail subsection of Metadata
I am trying to get subsection of the Metadata such as image, title, url, title, description but it is impossible. Can you advise how to get this information from the follow code and results.
...
3
votes
0
answers
127
views
Persistent hyperlinks between notebooks in the same directory
Assume that I have two notebooks, one named A.nb, and the other named B.nb, and that they are in the same directory. Then, I ...
1
vote
1
answer
268
views
Hidden Metadata in DJI drone .JPG
I have imported a JPG file with MetaInformation (Exif/XMP) however all the available tags are not imported. The JPG is a DJI drone image with meta information as: altitude, YAW, GeoPosition, etc.
Some ...
2
votes
2
answers
263
views
Is it possible for a Mathematica notebook to display its own metadata like last modified date and filename when opened?
Abstract: when managing hundreds of notebook files without a git system (version management) it would be very convenient to automatically show its own filename and last modified date at the top when ...
1
vote
1
answer
351
views
Importing TIFF stack metadata
the data files I am working with are TIFF stacks, we generate them with a self-written microscope program (in matlab). Among other information, an ASCII value is saved for each image in the TIFF stack ...
6
votes
1
answer
147
views
Find image dimensions without importing the full image?
Is there a way to find the ImageDimensions of an image file without Import'ing each one? The reason being that I have a ...
2
votes
0
answers
252
views
Import JPG picture missing XMP / EXIF metadata tags
I used Google Picasa to tag a face in a JPG photo, which is stored as an XMP metadata tag within the photo itself:
Here is a link to the photo. If that URL has expired, you can download the pic as a ...
7
votes
2
answers
191
views
Store Dynamic-accessible hidden metadata in a cell
Is there a way to store metadata in a cell in such a way that it can be accessed with Dynamic?
Think of e.g. how ExternalLanguage cells work. We can select whether ...
3
votes
1
answer
144
views
Is it possible to store Meta Data in a Notebook?
I am creating multiple notebooks for a textbook that I would like to print with headers on every page. For example,
Notebook 1: Chapter 1, Section 1, "Addition"
Notebook 2: Chapter 1, Section 2, "...
1
vote
1
answer
682
views
Edit header information of a DICOM file and export it again
I have some DICOM files and want to edit a part of the Header and export the DICOM files with this edited header.
I know how to Import a DICOM files and extract the Header Information, but how to ...
4
votes
1
answer
171
views
? (Definition) versus ?? (Information)
What is the difference between ? Definition and ?? ...
4
votes
2
answers
898
views
How to add and export custom metainformation with image
v.10 In the documentation, it shows you can add custom metainformation to an image under Metainformation. However, I would like to export the image with the custom metainformation and be able to ...
2
votes
0
answers
211
views
FITS metadata problem
Looks to me that the FITS Export is borged. Here is the problem:
When I export out images with accustom metadata into a FITS file, Mathematica truncates and overwrites it.
Here is the metadata I ...