Tag

  • Show log

    Commit

  • Hash : 1c8433cb
    Author : Aleksey Vaneev
    Date : 2025-04-10T13:54:58

    Version 3.1: Implemented full C++ compliance, eliminated `stdlib.h` dependency.
    
    Removed a previously added scanline unbiasing since its positive effect was a compiler-dependent statistical error.
    
    Fixed a bug with bit-depth conversions (e.g., 16-bit to 8-bit).
    
    Fixed `sign conversion`, `nullptr`, and other compiler warnings.
    
    Optimized dithering function.
    
    Added 8-bit input gamma correction optimization.
    
    Added optional gamma correction bypass for alpha-channel (`AlphaIndex`).
    
    LANCIR: implemented WebAssembly SIMD128 support.
    
    Improved documentation.