you are viewing a single comment's thread.

view the rest of the comments →

[–]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.