astc-encoder VS j40

Compare astc-encoder vs j40 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)

j40

J40: Independent, self-contained JPEG XL decoder (by lifthrasiir)
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 j40
1 9
981 216
3.0% -
8.0 0.0
1 day ago over 1 year ago
C C
Apache License 2.0 GNU General Public License v3.0 or later
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.

j40

Posts with mentions or reviews of j40. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-10-29.

What are some alternatives?

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

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

rdopng - Rate-Distortion Optimized Lossy PNG/QOI Encoding Tool

UnityCsReference - Unity C# reference source code.

virtual-fido - A Virtual FIDO2 USB Device

icer_compression - Progressive, error tolerant, wavelet-based image compression algorithm

base16384 - Encode binary files to printable utf16be.

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

libjxl - JPEG XL image format reference implementation

opusfile - Stand-alone decoder library for .opus streams

ultrajson - Ultra fast JSON decoder and encoder written in C with Python bindings

guetzli - Perceptual JPEG encoder