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
Especially when compressing uint16 images, it is important for me to be able to allow an error bound of more than 9, but for some reason, line 92 in _jpegls.pyx restricts the max value to 9: int32_t near_lossless = _default_value(level, 0, 0, 9)
The text was updated successfully, but these errors were encountered:
Especially when compressing uint16 images, it is important for me to be able to allow an error bound of more than 9, but for some reason, line 92 in
_jpegls.pyx
restricts the max value to 9:int32_t near_lossless = _default_value(level, 0, 0, 9)
The text was updated successfully, but these errors were encountered: