ikaros-project / ikaros

An open infrastructure for system level brain modeling
GNU General Public License v2.0
23 stars 23 forks source link

Feature request webui: Pixel option for images #142

Closed trondarild closed 4 years ago

trondarild commented 4 years ago

Now images are automatically "blurred" so pixels are not explicitly shown (like with Grid). The option would turn off this blurring, showing the pixels as is. Grid could be used, but it is much slower than Image for large matrices.

Thanks!

birgerjohansson commented 4 years ago

I think this has to do with the jpeg compression. How large are the matrices?

christianbalkenius commented 4 years ago

This has to do with how images are shown by the browsers. I have not found a way to turn this off. You will have to use grid for now.

trondarild commented 4 years ago

Ok, thanks