Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Tex2ImgCodec #28

Merged
merged 20 commits into from
Mar 1, 2024
Merged

Add Tex2ImgCodec #28

merged 20 commits into from
Mar 1, 2024

Conversation

Trimatix
Copy link
Owner

@Trimatix Trimatix commented Feb 26, 2024

Coverage Badge

Notes for reviewer:

  • New codec discovery system - will probably remove this later
  • Add Tex2ImgCodec
    • No compression support, but can decompress PVRTC14A, ATC, DXT1, DXT5, and ETC1

Copy link

github-actions bot commented Mar 1, 2024

Coverage

Coverage Report
FileStmtsMissCoverMissing
src/AEPi
   codec.py36392%21, 39, 118
   constants.py51198%41
   exceptions.py14750%10–11, 21–23, 30–31
src/AEPi/codecs
   Tex2ImgCodec.py22386%10–11, 27
   __init__.py9456%9–12
src/AEPi/image
   AEI.py2171593%119, 179, 183, 196, 223, 286, 292–295, 300, 321, 328, 364, 451–452
   texture.py19289%29, 49
src/AEPi/lib
   binaryio.py24196%64
   imageOps.py9278%13–14
src/tests/image
   test_AEI.py199199%29
TOTAL7223995% 

Tests Skipped Failures Errors Time
43 0 💤 0 ❌ 0 🔥 0.297s ⏱️

Copy link

sonarcloud bot commented Mar 1, 2024

Quality Gate Passed Quality Gate passed

Issues
16 New issues
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
0.0% Duplication on New Code

See analysis details on SonarCloud

@Trimatix Trimatix merged commit b8208a5 into dev Mar 1, 2024
2 checks passed
@Trimatix Trimatix deleted the import-dxt1-5 branch March 1, 2024 19:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant