BlueBrain / RTNeuron

Interactive visualization framework for geometrically detailed neuron simulations
GNU General Public License v3.0
30 stars 10 forks source link

Saving images from the RTNeuron ipython prompt #32

Closed anirban6908 closed 5 years ago

anirban6908 commented 5 years ago

Hi @hernando, RTNeuron is finally working once I moved my graphics to the NVidia graphics card. But I can't save the images using view.snapshot('5_neuron.png') I am getting the error Error writing file 5_neuron.png: Warning: Could not find plugin to write image to file "5_neuron.png". Is it looking for the OSG plugin? I haven't tried the latest app image. Is it fixed there? You mentioned you uploaded the latest app image on the repo - but on the release page version is from December 14. Can you please point me where it is? Or do I have to build the image using docker?

Thanks

hernando commented 5 years ago

Hi @anirban6908, I forgot to answer you about this issue last week. I can confirm you the reproducibility of this problem. I have fixed it for png, but not yet for other file formats. Once it's fixed for all, I'll upload a new AppImage.

hernando commented 5 years ago

Sorry for the delay, I was waiting for #34 to be merged before uploading a new AppImage. Now it should be possible to write png, jpeg, tiff and a few other file formats.

anirban6908 commented 5 years ago

So I just need to run the dockerfile to build the appImage right?

Thanks

On Tue, Feb 12, 2019 at 11:38 PM Juan Hernando notifications@github.com wrote:

Closed #32 https://github.com/BlueBrain/RTNeuron/issues/32.

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/BlueBrain/RTNeuron/issues/32#event-2135900837, or mute the thread https://github.com/notifications/unsubscribe-auth/AH3oIaKbnXfgywN21_R9b2nKRjacXOv9ks5vM8EQgaJpZM4aXIfs .

hernando commented 5 years ago

You can download the AppImage directly from here https://github.com/BlueBrain/RTNeuron/releases/download/3.0.0-rc1/rtneuron_x86_64.AppImage. If you want to build it yourself, you need to build the Docker image and run a container instance to do it.

anirban6908 commented 5 years ago

Got it. Thanks

On Wed, Feb 13, 2019 at 9:19 AM Juan Hernando notifications@github.com wrote:

You can download the AppImage directly from here https://github.com/BlueBrain/RTNeuron/releases/download/3.0.0-rc1/rtneuron_x86_64.AppImage. If you want to build it yourself, you need to build the Docker image and run a container instance to do it.

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/BlueBrain/RTNeuron/issues/32#issuecomment-463287127, or mute the thread https://github.com/notifications/unsubscribe-auth/AH3oIaLue9l4S-QN-zMxJYg85DRr9uJRks5vNEkzgaJpZM4aXIfs .