donkirkby/live-py-plugin

Add Pillow support

Closed this issue · 4 comments

Make Image.show(), or ImageShow.show() display the image on the live canvas. It looks like you can register a new display method.

Also look for some tutorial ideas.

Until then, you can use space-tracer to display a Pillow image like this:

live_image = LivePillowImage(image)
live_image.display()

Working on it.

Thanks for the help, @mtkalms. I wrote up issue #532 about the problem you had with installing Python support on the community edition of IDEA. If you have time, could you try it again and make sure you're trying to install the community edition?

Hey @donkirkby, I didn't have that problem, as you told me it would not work with IDEA CE. I'll try it out and comment on issue #532.