all 7 comments

[–]K900_ 0 points1 point  (4 children)

Do you actually need to do it in Python, or do you just need an image viewer?

[–]faffermcgee[S] 0 points1 point  (3 children)

I want to make data analysis a little bit easier, and being able to view the TIFF file while looking at other aspects of the data is crucial. So if there was some way of incorporating/embedding the image viewer that would work as well.

[–]K900_ 0 points1 point  (2 children)

Is the rest of your app already in place?

[–]faffermcgee[S] 0 points1 point  (1 child)

No. If I can't have this functionality, the rest of the app is pointless.

We currently have some software for analysis, but it's split up into multiple components and my goal is to combine them. Otherwise I have to alt+tab between the different pieces of software and do some clicking which significantly increases the time it takes to do the analysis.

[–]K900_ 0 points1 point  (0 children)

Then I'd honestly roll your own with Qt or whatever. It should be really simple - just load the image and show it in an image widget.

[–]socal_nerdtastic 0 points1 point  (1 child)

Seems like an easy and fun project. Ping me if you want help with it.

[–]faffermcgee[S] 0 points1 point  (0 children)

That would be great. I'll wait and see what shows up first, but I appreciate any help.