Skip to content

Commit

Permalink
Improved notes for R2-2
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkRivers committed Oct 8, 2020
1 parent f8bbcf2 commit 9fd1074
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ Release Notes
----
* Added new ConvertPixelFormat mbbo record with choices of Mono16Low and Mono16High.
This record controls how Mono12Packed and Mono12p pixel formats are decompressed.
Mono16Low means that the data is not left-shifted by 4 bits, so bits 12-15 are 0.
Mono16High means that the data is left-shifted by 4 bits, so bits 0-3 are 0.
- Mono16Low means that the data is not left-shifted by 4 bits, so bits 12-15 are 0.
- Mono16High means that the data is left-shifted by 4 bits, so bits 0-3 are 0.
This requires ADGenICam R1-7 or later because that contains the code to handle the left-shift option.
* Replaced the LeftShift record with ShiftDir and ShiftBits.
- ShiftDir selects the direction in which to shift UInt16 data. Choices are None, Left, and Right.
Expand Down

0 comments on commit 9fd1074

Please sign in to comment.