- Fix incorrect parameter names in crop_pixel_data. The parameters are upper bounds in that dimension, which wont necessarily be the new length of the dimension.
- Fix bug with test file not being named properly for reopening during test.
- Add function for calculating channel order based on channel masks.
- Add function for getting channel mapping to swap one channel order to match a different channel order.
- Add function for swapping dds channels around. Annoyingly complicated.
- Fix to dds loading where channels are now swapped to expected order if the order they are stored in the dds files != C_ORDER_BGRA