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

texturec fails to compress non-square textures to ETC2A and ETC2A1 #91

Open
ANTONBORODA opened this issue Feb 20, 2025 · 2 comments
Open
Labels

Comments

@ANTONBORODA
Copy link

As per title, texturec fails to compress any PNG texture that is not square (even if it has power of 2 size of the sides, but not square) with this output:

Error:
Failed to create output: ''

Tried on both macOS and windows. Same results on both.

@bkaradzic
Copy link
Owner

Provide texture, and command line you're using.

@ANTONBORODA
Copy link
Author

ANTONBORODA commented Feb 21, 2025

Here you go:
etc2test.png.zip (zipping it to make sure it's not going through any transformation on github side).
Command: ./texturec -f etc2test.png -o test.dds -t ETC2A (or -ETC2A1, doesn't matter).

@bkaradzic bkaradzic added the bug label Feb 21, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants