• Show log

    Commit

  • Hash : 479fa1d8
    Author : DRC
    Date : 2017-11-18T11:33:05

    tjLoadImage(): Don't convert RGB to grayscale
    
    Loading RGB image files into a grayscale buffer isn't a particularly
    useful feature, given that libjpeg-turbo can perform this conversion
    much more optimally (with SIMD acceleration on some platforms) during
    the compression process.  Also, the RGB2GRAY() macro was not producing
    deterministic cross-platform results because of variations in the
    round-off behavior of various floating point implementations, so
    `tjunittest -bmp` was failing in i386 builds.
    

  • Properties

  • Git HTTP https://git.kmx.io/kc3-lang/libjpeg-turbo.git
    Git SSH git@git.kmx.io:kc3-lang/libjpeg-turbo.git
    Public access ? public
    Description

    Fork of libjpeg with SIMD

    Users
    thodg_m kc3_lang_org thodg_w www_kmx_io thodg_l thodg
    Tags