l

libjpeg-turbo-ndk26-shared-with-shared-deps

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.
https://libjpeg-turbo.org
BSD-modified-3-clause IJG zlib
Files download
File Operation
libjpeg-turbo-ndk26-shared-with-shared-deps-3.0.1-beta-3.pom download
libjpeg-turbo-ndk26-shared-with-shared-deps-3.0.1-beta-3-sources.jar download
Apache Maven
<dependency>
  <groupId>com.viliussutkus89.ndk.thirdparty</groupId>
  <artifactId>libjpeg-turbo-ndk26-shared-with-shared-deps</artifactId>
  <version>3.0.1-beta-3</version>
  <type>aar</type>
</dependency>
Gradle Groovy
implementation 'com.viliussutkus89.ndk.thirdparty:libjpeg-turbo-ndk26-shared-with-shared-deps:3.0.1-beta-3'
Gradle Kotlin
implementation("com.viliussutkus89.ndk.thirdparty:libjpeg-turbo-ndk26-shared-with-shared-deps:3.0.1-beta-3")
Scala SBT
libraryDependencies += "com.viliussutkus89.ndk.thirdparty" % "libjpeg-turbo-ndk26-shared-with-shared-deps" % "3.0.1-beta-3"
Groovy Grape
@Grapes(
  @Grab(group='com.viliussutkus89.ndk.thirdparty', module='libjpeg-turbo-ndk26-shared-with-shared-deps', version='3.0.1-beta-3')
)
Apache Ivy
<dependency org="com.viliussutkus89.ndk.thirdparty" name="libjpeg-turbo-ndk26-shared-with-shared-deps" rev="3.0.1-beta-3" />
Leiningen
[com.viliussutkus89.ndk.thirdparty/libjpeg-turbo-ndk26-shared-with-shared-deps "3.0.1-beta-3"]
Apache Buildr
'com.viliussutkus89.ndk.thirdparty:libjpeg-turbo-ndk26-shared-with-shared-deps:jar:3.0.1-beta-3'
Dependencies
The project has no third-party dependencies