Export description from 3d data

how can I export a description of 3D data (information about this data) in a txt file or binary file ,…?

Most file formats have some kind of header that store description and you can often add custom fields. What would you like to do exactly?

1 Like

i need matrix presentation
can i export description as an matrix presentation?

What do you mean by “matrix representation”? Volume IJK to RAS (or LPS) matrix is already saved in volume files.

apart from the image that I’m going to save, I need a descriptive file on this image (txt file , matrix representation, json, …) how can i do this ?
any type of file where i found values

If you prefer not to store metadata inside your data file then it is even simpler. You can use standard Python commands to write this additional file with any content you need.