Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 271 Bytes

File metadata and controls

6 lines (4 loc) · 271 Bytes

pixel16

This is a python wrapper around two functions that will perform bitwise operations on arrays of unsigned short ints.

  1. uflip: flips the sign bit of an array of unsigned short integers.
  2. byteswap: swaps the bytes of an array of unsigned short integers.