You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Image format support like P010/P012 input processing for real 10/12 bit images + possibility sending real 16 Bit per channel color informations to led devices.
#678
Open
SJunkies opened this issue
Nov 26, 2023
· 0 comments
· May be fixed by #968
Images could only be processed as 8bit format. All color informations above are lost if input would be higher than 8 bit. 10/12/16 Bit per channel LED strips like HD108 can only use upscaled 8bit color informations from images or directly color informations.
What does the proposed API look like?
How should this be implemented in your opinion?
New format detection and processing + separate 48 bit rgb format / 16Bit per channel image processesing ... extend 16 bit color processing for led color detections ... etc etc etc... the whole system need 16Bit per channel image/color processing support ...
Are you willing to work on this yourself?
I tried but failed because of the deep 8 bit implementation of the whole project...
The text was updated successfully, but these errors were encountered:
Feature request
What problem does this feature solve?
Images could only be processed as 8bit format. All color informations above are lost if input would be higher than 8 bit. 10/12/16 Bit per channel LED strips like HD108 can only use upscaled 8bit color informations from images or directly color informations.
What does the proposed API look like?
How should this be implemented in your opinion?
New format detection and processing + separate 48 bit rgb format / 16Bit per channel image processesing ... extend 16 bit color processing for led color detections ... etc etc etc... the whole system need 16Bit per channel image/color processing support ...
Are you willing to work on this yourself?
I tried but failed because of the deep 8 bit implementation of the whole project...
The text was updated successfully, but these errors were encountered: