Skip to content

Commit

Permalink
Update for R2-2
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkRivers committed Nov 15, 2020
1 parent b90c6b7 commit 1ae4751
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 @@ -12,7 +12,7 @@ files respectively, in the configure/ directory of the appropriate release of th

Release Notes
=============
### R2-2 (October XXX, 2020)
### R2-2 (November 15, 2020)
----
* Added new ConvertPixelFormat mbbo record with choices of Mono16Low and Mono16High.
This record controls how Mono12Packed and Mono12p pixel formats are decompressed.
Expand All @@ -31,7 +31,7 @@ Release Notes
- Note that when decompressing Mono12Packed and Mono12p it may still be desirable to
use ShiftDir and ShiftBits. For example on FLIR cameras if AdcBitDepth=10 then the data unpacked
with ConvertPixelFormat will be 12 bits with a range of 0-4095, with bits 0 and 1 both 0.
By using ShiftDir=Right and ShiftBits=2 then the data will be truly 10 bits, with a range of 0-1024.
By using ShiftDir=Right and ShiftBits=2 then the data will be truly 10 bits, with a range of 0-1023.

### R2-1 (October 2, 2020)
----
Expand Down

0 comments on commit 1ae4751

Please sign in to comment.