Skip to content

Commit

Permalink
Replace hardcoded u8 by the Pixel trait to allow 10 bit signals
Browse files Browse the repository at this point in the history
In the current implementation, 10-bit signals can be stored, but they are derived from 8-bit signals, offering no visual improvement. All incoming data has been assumed to be 8-bit sRGB. This PR takes the first step in removing these assumptions by enabling the storage of signals with higher bit depth. It lays the groundwork for full support of writing HDR images.
  • Loading branch information
hannes-vernooij committed Dec 12, 2024
1 parent 056ddcf commit fe0fa6e
Show file tree
Hide file tree
Showing 2 changed files with 146 additions and 226 deletions.
Loading

0 comments on commit fe0fa6e

Please sign in to comment.