AllenCell / AllenCell/vole-core

Do not convert XY slices to 8bit at fetch time

Abierto
#121 1 comentario 0 reacciones 0 asignados Ver en GitHub
Lenguaje dominante
TypeScript
Estrellas
106
Forks
11
Merge medio
3 d 51 min
PR fusionados (30 d)
12

Descripción

## Use Case

The viewer currently is programmed to convert zarr data to 8-bit intensity when it is fetched. This 8-bit format is used throughout the viewer for performance reasons. In XY mode for single slices, we can keep the slices in their native format for higher dynamic range and more faithful reproduction when viewing.

## Solution

Not sure how easy or hard this is yet:
Let slices stay in their native data type. Load into textures and let the shader do the necessary LUTs and only go to 8-bit when drawing final pixels in fragment shader...

Guía de contribución

Abrir la guía de contribución

Evaluación

Este issue todavía no se ha evaluado.

Recibe los nuevos issues en tu correo

Un resumen breve de issues de GitHub para principiantes.