question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

viewing the metadata of tif file

See original GitHub issue

Hi @marcomusy,

I tried to visualize a 3D volume in vedo. After loading the .tif file

from vedo import *

vol = Volume('3dtif.tif') #.printHistogram(logscale=True)
print(vol)
show(vol, axes=1, viewup='z')

I found only a blank volume. So I want to check the contents of the .tif file and I am not sure how to view the metadata in the tif file. Could you please help me with this?

3dtif.tif

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Comments:9 (5 by maintainers)

github_iconTop GitHub Comments

2reactions
DeepaMahmcommented, Jan 12, 2022

Hi @marcomusy , I couldn’t get this working with vedo cell.id.tif --slicer. I’ll give it a try in other python versions.

this works

vol = Volume('cell.id.tif')

plt = SlicerPlotter(
    vol,
    bg='white', bg2='lightblue',
    cmaps=("gist_ncar_r","jet","Spectral_r","hot_r","bone_r"),
    useSlider3D=False,
   )

I am really happy to share with you our recent work which uses vedo for visualization of simulation results (full text available here https://www.frontiersin.org/articles/10.3389/fnetp.2021.802881/full).

Wishing you a very happy New Year 😃

0reactions
marcomusycommented, Jan 12, 2022

Happy new Year! Thanks for the link I will definitely add it to the list of publications leveraging the library! Thanks also for all useful feedback which helped to improve the software significantly!

Read more comments on GitHub >

github_iconTop Results From Across the Web

View and Edit TIFF Metadata | Online and Free | Aspose.PDF
Open you browser in TIFF free application web site and go to Metadata tool. ... Click inside the file drop area to upload...
Read more >
TIFF Metadata Editor: Change TIFF Properties Online
1. Open this GroupDocs.Metadata free online tool in your favourite browser. 2. Click inside the file drop area to upload a TIFF file...
Read more >
Reading tiff image metadata in Python - Stack Overflow
Show activity on this post. _getexif() is only meant to be used with JPEG. JPEG requires unpacking of the metadata, TIFF does not....
Read more >
TIFF Metadata Format Specification and Usage Notes
Reading Exif Images. The TIFF reader may be used to read an uncompressed Exif image or the contents of the APP1 marker segment...
Read more >
How to extra metadata from tiff file : r/ImageJ - Reddit
image -> show info (or shortcut ctrl+I) will display image metadata. Then you can write a script in ImageJ to gather the fields...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found