Top > libjpeg

JPEG

  • jpeg-9b/libjpeg.txt
    A word about functions *not* provided by the library.  We handle a subset of
    the ISO JPEG standard; most baseline, extended-sequential, and progressive
    JPEG processes are supported.  (Our subset includes all features now in common
    use.)  Unsupported ISO options include:
            * Hierarchical storage
            * Lossless JPEG
            * DNL marker
            * Nonintegral subsampling ratios
    We support 8-bit to 12-bit data precision, but this is a compile-time choice
    rather than a run-time choice; hence it is difficult to use different
    precisions in a single application.

高速化

SIMD

idct scaling decode

使い方

.

ファイルを介さずメモリ上で処理


Reload   Diff   Front page List of pages Search Recent changes Backup Referer   Help   RSS of recent changes
Last-modified: Fri, 20 Jul 2018 15:04:47 JST (2104d)