Chris Xue
Chris Xue
`Get()` has 100% CPU usage because it uses [busy waiting](https://en.wikipedia.org/wiki/Busy_waiting) strategy when the buffer is empty. Ideally we should add a new method which returns as soon as we find...
I updated ylockerman's code to make it compatible with Gephi 0.8.2. See my repository https://github.com/chrisxue815/gephi-plugin-image-preview Actually it was quite easy. I just replaced 2 package dependencies.
BTW, is it possible to display images in the Graph window instead of Preview? As in the Graph window we can select a single node and see its neighbors, but...