DOC

com.viliussutkus89.ndk.thirdparty : libjpeg-turbo-ndk26-shared

Maven & Gradle

Oct 30, 2023
0 stars

libjpeg-turbo · libjpeg-turbo is a JPEG image codec that uses SIMD instructions (MMX, SSE2, AVX2, Neon, AltiVec) to accelerate baseline JPEG compression and decompression on x86, x86-64, Arm, and PowerPC systems, as well as progressive JPEG compression on x86, x86-64, and Arm systems. On such systems, libjpeg-turbo is generally 2-6x as fast as libjpeg, all else being equal. On other types of systems, libjpeg-turbo can still outperform libjpeg by a significant amount, by virtue of its highly-optimized Huffman coding routines. In many cases, the performance of libjpeg-turbo rivals that of proprietary high-speed JPEG codecs.

Table Of Contents

Latest Version

Download com.viliussutkus89.ndk.thirdparty : libjpeg-turbo-ndk26-shared Javadoc & API Documentation - Latest Versions:

All Versions

Download com.viliussutkus89.ndk.thirdparty : libjpeg-turbo-ndk26-shared Javadoc & API Documentation - All Versions:

Version Size Javadoc Updated
3.0.x

How to open Javadoc JAR file in web browser

  1. Rename the file libjpeg-turbo-ndk26-shared-3.0.1-beta-1-javadoc.jar to libjpeg-turbo-ndk26-shared-3.0.1-beta-1-javadoc.zip
  2. Use your favourite unzip tool (WinRAR / WinZIP) to extract it, now you have a folder libjpeg-turbo-ndk26-shared-3.0.1-beta-1-javadoc
  3. Double click index.html will open the index page on your default web browser.

How to generate Javadoc from a source JAR?

Running the command javadoc:

javadoc --ignore-source-errors -encoding UTF-8 -sourcepath "libjpeg-turbo-ndk26-shared-3.0.1-beta-1-sources.jar" -d "libjpeg-turbo-ndk26-shared-3.0.1-beta-1-javadoc" -subpackages