• Show log

    Commit

  • Hash : d44fc54f
    Author : DRC
    Date : 2024-08-21T15:00:58

    Java: Unset srcBuf12/16 with BufferedImage/YUV src
    
    Due to an oversight in the multi-precision feature,
    TJCompressor.srcBuf12 and TJCompressor.srcBuf16 were not set to null
    in TJCompressor.setSourceImage(YUVImage) or
    TJCompressor.setSourceImage(BufferedImage, ...).  Thus, if an
    application set a 12-bit or 16-bit packed-pixel buffer as the source
    image then set a BufferedImage with integer pixels as the source image,
    TJCompress.compress() would compress from the 12-bit or 16-bit
    packed-pixel buffer instead of the BufferedImage.  The odds of an
    application actually doing that are very slim, however.
    

  • 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