astc-encoder VS icer_compression

Compare astc-encoder vs icer_compression and see what are their differences.

astc-encoder

The Arm ASTC Encoder, a compressor for the Adaptive Scalable Texture Compression data format. (by ARM-software)

icer_compression

Progressive, error tolerant, wavelet-based image compression algorithm (by TheRealOrange)
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
astc-encoder icer_compression
1 5
981 623
3.0% -
8.0 6.1
1 day ago about 1 year ago
C C
Apache License 2.0 GNU General Public License v3.0 only
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

astc-encoder

Posts with mentions or reviews of astc-encoder. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-03-24.
  • Doubts about _CameraDepthTexture
    2 projects | /r/GameDevelopment | 24 Mar 2022
    A1: The optimization suggestion in the original text is to remove the meaningless Alpha channel (defined in the original text that the Alpha channel has the value of 1). This is indeed helpful for memory optimization. In your test case, whether it is in png or tga format, after entering the engine, it will be converted to the internal format (RGBA, ETC, ASTC, etc.) by the engine. Imagine taking ETC2 as an example. If there is no Alpha channel and the compression quality is acceptable, RGB_Compressed_ETC2_4bits can be used. If this meaningless Alpha channel is added, then we will automatically select RGBA_Compressed_ETC2_8bits when importing the settings in batches. In this way, the memory is doubled. Regarding the ASTC in the question, the definition of the Texture import format (https://github.com/Unity-Technologies/UnityCsReference/blob/master/Editor/Mono/AssetPipeline/TextureImporterEnums.cs) in the Unity editor source code has this comment: // ASTC uses 128bit block of varying sizes (we use only square blocks). It does not distinguish RGB/RGBA. That is, it has nothing to do with whether the Alpha channel is included. For an introduction to the ASTC format, I recommend you to read the ASTC Format Overview on Github: https://github.com/ARM-software/astc-encoder/blob/main/Docs/FormatOverview.md Regarding the issue of the new version of Unity mentioned in your previous reply, you can look at this issue on the Unity forum: https://forum.unity.com/threads/is-astc-rgb-encode-gone.660622 Some people may think that if the format of all textures in the project is ASTC, the meaning of removing Alpha is not very significant. In fact, it cannot be generalized. Although the size is the same, according to the test in (https://zhuanlan.zhihu.com/p/158740249), Whether there is an Alpha channel will affect the compression quality to a certain extent. Therefore, it must be used reasonably in the project.

icer_compression

Posts with mentions or reviews of icer_compression. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-03-23.

What are some alternatives?

When comparing astc-encoder and icer_compression you can also consider the following projects:

compressonator - Tool suite for Texture and 3D Model Compression, Optimization and Analysis using CPUs, GPUs and APUs

ImageMagick - 🧙‍♂️ ImageMagick 7

UnityCsReference - Unity C# reference source code.

fpng - Super fast C++ .PNG writer/reader

j40 - J40: Independent, self-contained JPEG XL decoder

guetzli - Perceptual JPEG encoder

include-what-you-use - A tool for use with clang to analyze #includes in C and C++ source files

rust-bindgen - Automatically generates Rust FFI bindings to C (and some C++) libraries.

single_file_libs - List of single-file C/C++ libraries.