The ASTC Encoder is a command-line executable that compresses and decompresses images using the Adaptive Scalable Texture Compression standard. Running on a standard PC, this tool allows content developers to evaluate the impressive quality and size benefits offered by this texture compression format,...
third_party_astc-encoder 是一个用于 Arm ASTC(Adaptive Scalable Texture Compression)编码器的官方存储库。AstC 是一种自适应可扩展的纹理压缩格式,它能够有效地压缩纹理数据,同时保持较高的压缩率和较低的计算复杂度。 在实际应用中,AstC 可以用于将纹理数据高效地传输到图形处理器或视频编解码器中。例如,在游戏...
ASTC(Adaptive Scalable Texture Compression)是由 Arm 和AMD 开发的一种先进的纹理压缩技术。它已被采纳为 OpenGL 和 OpenGL ES API 的官方 Khronos 扩展,并作为 Vulkan API 的一个标准可选功能。 ASTC Encoder 则是 Arm 官方推出的 ASTC 纹理压缩和解压命令行工具。 与早期的纹理压缩格式相比,ASTC 具有许多优势...
用d3d compute shader实时压缩astc纹理,实现的是ASTC的一个子集。 Features texture compress in realtime astc4x4 astc6x6 alpha channel normal map compress in linear or srgb space Dependencies d3d11 stb_image.h - for image loading Release astc_encoder v1.0 Usage astc_cs_enc.exe input_texture opti...
The Arm® Adaptive Scalable Texture Compression (ASTC) Encoder, astcenc, is a command-line tool for compressing and decompressing images using the ASTC texture compression standard.The ASTC formatThe ASTC compressed data format, developed by Arm® and AMD, has been adopted as an official ...
This is the official repository for the Arm® Adaptive Scalable Texture Compression (ASTC) Encoder, astcenc, a command-line tool for compressing and decompressing images using the ASTC texture compression standard.The ASTC formatThe ASTC compressed data format, developed by Arm® and AMD, has ...
CSharp-astc-encoder是一个基于C#的ASTC编码器开发技术。它是一个正在进行中的项目,它建立在原有的CSharp-ASTC编码器的基础上,并使用Apache 2许可证进行授权。ASTC编码器可以将图像压缩为ASTC格式,这是一种用于游戏和图形应用程序的高效视觉压缩格式。该项目的目标是提供一个在C#中实现的高质量、高性能的ASTC编码器...
https://developer.nvidia.com/astc-texture-compression-for-game-assets https://solidpixel.github.io/2020/03/02/astc-compared.html https://github.com/ARM-software/astc-encoder/tree/main entation/102162/0430/About-Arm-ASTC-Encoder?lang=en
Arm has released version 3.0 of its encoder for Adaptive Scalable Texture Compression (ASTC), the lossy compression algorithm popular with OpenGL (ES) and Vulkan that is royalty-free and available through official extensions.
1、克隆代码,CMake生成工程文件,vs直接编译; https://github.com/ARM-software/astc-encoder 2、命令备份 rem astcenc.exe -h set astc_command=D:\res\tps_test\proj\bg\astcenc.exe%astc_command% -cl ^D:\res\tps_test\proj\bg\output\output_by_astcenc\test.png^D:\res\tps_test\proj\bg\outp...