• Bad astc textures with astc-encoder
    Hello. I'm using the latest version of astcenc.exe from https://github.com/ARM-software/astc-encoder and have problems with several textures. For example: astcenc.exe -c "Build_Foam.tga" "Build_Foam...
  • Bad astc textures with astc-encoder
    Hello. I'm using the latest version of astcenc.exe from https://github.com/ARM-software/astc-encoder and have problems with several textures. For example: astcenc.exe -c "Build_Foam.tga" "Build_Foam...
  • ASTC encoder options for single channel (luminance) textures
    Hi, what would be the best/correct way to encode a single-channel luminance texture with the astc-encoder ? Since encoding time is important I would like to give this "hint" to the encoder instead of...
  • ASTC encoder options for single channel (luminance) textures
    Hi, what would be the best/correct way to encode a single-channel luminance texture with the astc-encoder ? Since encoding time is important I would like to give this "hint" to the encoder instead of...
  • ASTC encoder: why not least square and fitting error included
    My question is about "compute_ideal_colors_and_weight_1plane" in astc encoder , it computes a color line to fitting the texels in blocks, but it doesn't use the least squal method to fit the texels ,...