Adaptive Scalable Texture Compression (ASTC) is a lossy block-based texture compression algorithm developed by Jørn Nystad et al. of ARM Ltd. and AMD.
Questions tagged [astc]
7 questions
4
votes
2 answers
Which iOS devices don't support ASTC texture compression?
iPad 3 is definitely not. CPU decompression lags like hell, I want to know approximately how many user encounters this.

Geri Borbás
- 15,810
- 18
- 109
- 172
1
vote
1 answer
GL_INVALID_VALUE on glCompressedTexSubImage2D with an ASTC 8x8 texture
I have been experiencing a strange problem with glCompressedTexSubImage2D on my Android phone (Adreno 530 GPU) with an ASTC 8x8 texture. My setup originally contained a PBO used to facilitate asynchronous texture uploading, but I have pared it down…

Robert Rouhani
- 14,512
- 6
- 44
- 59
1
vote
3 answers
Encode ASTC on device (iOS)?
Is there any library able to encode image data to ASTC texture on demand?
I am aware it is CPU intensive, but interested anyway.

Geri Borbás
- 15,810
- 18
- 109
- 172
0
votes
0 answers
Is there an easy way to check whether an Android device supports ETC2 and ASTC?
Is there an easy way to check whether an Android device supports ETC2 and ASTC?
By the way, I don't want to create an OpenGL context to get the extensions, that’s because I need to know the support features to request the right texture resources…

realxie
- 109
- 3
0
votes
1 answer
ASTC for normal maps
I am trying to compress my normal map textures, so I am using ASTC 4x4.
It works completely good for other textures (aka diffuse), but quality lost for normal maps were too big.
Is there a way to improve ASTCs quality directly for Normal Maps ?
I…

Amin Madani
- 129
- 1
- 5
0
votes
1 answer
Remove KTX container from ASTC texture
Is there an easy way to remove the container from my ASTC 8x8 texture I have in a KTX file. I want to use ARM's astc-encoder tool to go from .astc -> .png but I only have the KTX file which is in ASTC 8x8 format

FrickeFresh
- 1,688
- 1
- 19
- 31
0
votes
1 answer
How do I decompress a .astc file with an additional .ccz extension? How do I view .ita files?
First, full disclosure: I'm very new to coding and very new to file dissecting, but its something I anticipate studying in school very soon, so please pardon my ignorance in future interactions.
As a project I've decided to dissect the files of a…

Ruby
- 9
- 3