Closed Crackvignoule closed 3 months ago
~@Crackvignoule Thanks for reporting this. Could you please share the TIFF image so that I can reproduce on my end? Thank you~
Nevermind, I see in the snippet it is generated.
@Crackvignoule Thank you for reporting this. We can confirm it is indeed a bug and it will be fixed in the next nvImageCodec release.
@Crackvignoule Thank you for reporting this. We can confirm it is indeed a bug and it will be fixed in the next nvImageCodec release.
Hi, it's me again, do you have any clue when the next release should arrive ? Thank you
@Crackvignoule We are targeting July (next month) for this release. Thank you for your patience.
This issue should be fixed with the new release v0.3.0. Please reopen if the issue persists.
Version
0.2.0.7
Describe the bug.
Hi, I'm encountering an issue when decoding 16-bit TIFF images using the nvImageCodec library. The decoded image appears to be duplicated and the range of pixel values is different from the expected range.
Expected result: The decoded image should match the original image, both in terms of pixel values and visual appearance.
Actual result: The decoded image appears to be duplicated and the range of pixel values is different from the expected range.
Expected Output:
Actual Output:
Minimum reproducible example
Environment details
Relevant log output
No response
Other/Misc.
The
allow_any_depth=True
parameter inDecodeParams
seems to be causing the issue. However, setting it to False is not a viable solution for me, as I need to preserve the original data type of the image. When allow_any_depth is set to False, the only remaining issue is the incorrect range of pixel values.Check for duplicates