You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
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