-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #2 from MosesofEgypt/develop
Merge Develop. Version bumped from (1, 0, 2) to (1, 0, 3) Fixed 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. Fixed bug with test file not being named properly for reopening during test. Added function for calculating channel order based on channel masks. Added function for getting channel mapping to swap one channel order to match a different channel order. Added 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 Commented out debug code.
- Loading branch information
Showing
7 changed files
with
107 additions
and
34 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
__pycache__/ | ||
v7.1.lnk | ||
tests/ | ||
.vs/ | ||
Release/ | ||
Debug/ | ||
*.db | ||
*.suo | ||
*.pyd |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.