-
Notifications
You must be signed in to change notification settings - Fork 22
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
encoder information #1
Comments
For creating PVR textures on OSX I can recommend the tools from https://community.imgtec.com/developers/powervr/installers/ in particular PVRTexTool You can either use the GUI or the following command for creating a PVR texture that is working for me on iOS WebGL:
For S3TC, take a look at https://github.com/BKcore/crunch-osx and use:
|
To create DDS you can also use ImageMagick:
Or use Compressonator CLI (a GUI is also available):
To create ATC/ATITC is more complicated, because the available tools are far to be perfect for that (contains bugs):
To pre "de"swizzle R and B channels (to fix Compressonator bug) you can use ImageMagick:
Then use:
Compressonator is Windows only application (both CLI and GUI), but works on macOS and Linux too with Wine |
I recreated the dxt1 texture with crunch and ImageMagick (osx) and got both times 131kb instead of 61kb out. What sorcery are you using there ?
Would love to bring the dxt1 texture down to 61kb! |
ok got it: you need to use CRN file format to get down to 61kb with crunch |
How do you create etc1 files? I've tried |
https://github.com/BinomialLLC/crunch is your friend |
@cpietsch How do you create this with the http://toji.github.io/texture-tester/textures/shannon-etc1.pvr |
sorry, indeed crunch doesn't support etc1:
You could check out https://www.binomial.info/buy-basis/ |
@cpietsch I'm working with legacy technology and it only supports etc1... 😄I will take a look at the link that you showed me anyway 😆 |
having information about the encoders used (which software and settings) would be great!
The text was updated successfully, but these errors were encountered: