AllenCell / AllenCell/vole-core

Do not convert XY slices to 8bit at fetch time

未關閉
#121 1 則留言 0 個 reaction 已指派 0 人 在 GitHub 檢視
主要語言
TypeScript
星號
106
分支
11
平均合併
3 天 51 分鐘
30 天內合併 PR
12

描述

## 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...

貢獻指南

開啟貢獻指南

評估

這個 Issue 還沒有評估資料。

把新 issue 寄到你的電子郵件信箱

精選適合新手參與的 GitHub issue 摘要。