letmaik / rawpy

📷 RAW image processing for Python, a wrapper for libraw
https://pypi.python.org/pypi/rawpy
MIT License
587 stars 67 forks source link

ushort for get and raw data struct #185

Closed gjkunde closed 1 year ago

gjkunde commented 1 year ago

Hello,

do I read the code right that the raw get is limited to 8 bit ? How would read in raw that has more bits ?

Thanks gjk

letmaik commented 1 year ago

ushort is 16 bits, see also https://numpy.org/doc/stable/reference/c-api/dtype.html.

gjkunde commented 1 year ago

Oh my, vielen Dank

On Wed, Nov 16, 2022 at 1:13 PM Maik Riechert @.***> wrote:

ushort is 16 bits, see also https://numpy.org/doc/stable/reference/c-api/dtype.html.

— Reply to this email directly, view it on GitHub https://github.com/letmaik/rawpy/issues/185#issuecomment-1317609677, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABX5YSVHW6OY4ZHXCGPR3LLWIU56LANCNFSM6AAAAAASCTAOCQ . You are receiving this because you authored the thread.Message ID: @.***>