Wingetlywingetly
← All apps

libjpeg-turbo SDK for GCC

by libjpeg-turbov3.2.0

Last updated

SIMD-accelerated libjpeg-compatible JPEG codec library

Install with winget

$ winget install --id libjpeg-turbo.libjpeg-turbo.GCC --exact --version 3.2.0

Run in Command Prompt, PowerShell, or Windows Terminal. Prompts for any agreements.

Silent install command for libjpeg-turbo SDK for GCC

libjpeg-turbo SDK for GCC uses EXE (NSIS). The silent install switches are /S.

One-line silent install (x64, machine scope)
libjpeg-turbo-3.2.0-gcc-x64.exe /S

See the full silent install reference for libjpeg-turbo SDK for GCC

Built by Pckgr

For Intune admins

Stop chasing app updates. Pckgr patches them for you.

Automated application patching for Microsoft Intune. Pckgr keeps a curated library of 1,000+ apps continuously up-to-date in your tenant via Microsoft Graph - no manual repackaging, no chasing vendor sites.

Start free 30-day trial

No credit card required.

About

libjpeg-turbo is a JPEG image codec that uses SIMD instructions (MMX, SSE2, NEON, AltiVec) to accelerate baseline JPEG compression and decompression on x86, x86-64, ARM, and PowerPC 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.

Installers · v3.2.0

ArchitectureTypeScopeInstallDownload
x86EXE
NSIS
machineDirect
x64EXE
NSIS
machineDirect

Copy a command tailored to that specific architecture, type, and scope - useful when winget would otherwise pick a different default.

Security

7 known CVEs via NVD

  • high7.1Patched in wingetCVE-2021-29390affects v2.0.90Aug 22, 2023

    libjpeg-turbo version 2.0.90 has a heap-based buffer over-read (2 bytes) in decompress_smooth_data in jdcoefct.c.

  • medium6.5Patched in wingetCVE-2023-2804affects v2.1.90May 25, 2023

    A heap-based buffer overflow issue was discovered in libjpeg-turbo in h2v2_merged_upsample_internal() function of jdmrgext.c file. The vulnerability can only be exploited with 12-bit data precision for which the range of the sample data type exceeds the valid sample range, hence...

  • medium5.5Patched in wingetCVE-2020-35538affects v2.0.5Aug 31, 2022

    A crafted input file could cause a null pointer dereference in jcopy_sample_rows() when processed by libjpeg-turbo.

  • medium5.5Patched in wingetCVE-2021-46822affects >1.5.3 and <=2.0.90Jun 18, 2022

    The PPM reader in libjpeg-turbo through 2.0.90 mishandles use of tjLoadImage for loading a 16-bit binary PPM file into a grayscale buffer and loading a 16-bit binary PGM file into an RGB buffer. This is related to a heap-based buffer overflow in the get_word_rgb_row function in...

  • high8.8Patched in wingetCVE-2020-17541affects before 2.0.4Jun 1, 2021

    Libjpeg-turbo all version have a stack-based buffer overflow in the "transform" component. A remote attacker can send a malformed jpeg file to the service and cause arbitrary code execution or denial of service of the target service.

  • medium6.5Patched in wingetCVE-2021-20205affects v2.0.90Mar 10, 2021

    Libjpeg-turbo versions 2.0.91 and 2.0.90 is vulnerable to a denial of service vulnerability caused by a divide by zero when processing a crafted GIF image.

  • high8.1Patched in wingetCVE-2020-13790affects v2.0.4Jun 3, 2020

    libjpeg-turbo 2.0.4, and mozjpeg 4.0.0, has a heap-based buffer over-read in get_rgb_row() in rdppm.c via a malformed PPM input file.

Source: NVD, updated 1h ago. Patch status is best-effort: NVD's fix version is compared against the latest version in winget, but the two version formats don't always align. Confirm with the vendor advisory before treating any specific build as safe.

See a CVE that affects your fleet? Push the patched version to Intune in one click with Pckgr - automated patching is the only way to keep up.

Related apps

  • libjpeg-turbo SDK for Visual C++libjpeg-turbo
    libjpeg-turbo.libjpeg-turbo.VCv3.2.0

    SIMD-accelerated libjpeg-compatible JPEG codec library

  • PingaCedric Louvrier
    CedricLouvrier.Pingav0.65.3

    image optimizer for web

  • DJV2Humanity
    Humanity.DJV2v3.5.0

    DJV Professional playback and review software

  • FolderViewVladimir Ivchenkov
    mbobka.FolderViewv1.0.3

    Lightweight image viewer for folders and ZIP archives.

  • Exiv2Exiv2
    Exiv2.Exiv2v0.28.8

    A C++ library and a command-line utility to read, write, delete and modify Exif, IPTC, XMP and ICC image metadata.

  • C
    CaesiumCLTSaeraSoft
    SaeraSoft.CaesiumCLTv1.4.0

    caesiumclt is a powerful command-line tool for image compression written in Rust

More from libjpeg-turbo or browse jpeg, libjpeg.

Frequently asked questions

How do I install libjpeg-turbo SDK for GCC on Windows?
Open Windows Terminal, PowerShell, or Command Prompt and run: winget install --id libjpeg-turbo.libjpeg-turbo.GCC --exact --version 3.2.0. winget downloads the installer from libjpeg-turbo and runs it. Requires Windows 10 (1809+) or Windows 11.
How do I install libjpeg-turbo SDK for GCC silently for unattended deployment?
Add --silent and accept the agreements upfront: winget install --id libjpeg-turbo.libjpeg-turbo.GCC --exact 3.2.0 --silent --accept-package-agreements --accept-source-agreements. This is the variant Intune, Configuration Manager, and other deployment tools should use.
What are the silent install switches for libjpeg-turbo SDK for GCC?
libjpeg-turbo SDK for GCC uses EXE (NSIS). Run the downloaded installer with: libjpeg-turbo-3.2.0-gcc-x64.exe /S. The silent switches are /S.
How do I uninstall libjpeg-turbo SDK for GCC via winget?
Run: winget uninstall --id libjpeg-turbo.libjpeg-turbo.GCC --exact. Add --silent for unattended uninstalls. winget will use the registered uninstaller from libjpeg-turbo SDK for GCC's Apps & Features entry.
Is libjpeg-turbo SDK for GCC free?
libjpeg-turbo SDK for GCC is distributed under IJG license, Modified (3-clause) BSD License and zlib License. Refer to the publisher (https://libjpeg-turbo.org/) for the full license terms - Wingetly itself does not charge for installation.
Does libjpeg-turbo SDK for GCC work on Windows 10?
Yes, as long as your Windows 10 build supports winget (1809 or newer). winget ships with App Installer on Windows 10/11 and pulls libjpeg-turbo SDK for GCC directly from the publisher.
How do I keep libjpeg-turbo SDK for GCC up to date?
Run winget upgrade --id libjpeg-turbo.libjpeg-turbo.GCC --exact, or winget upgrade --all to update everything winget tracks. We index 10 versions of libjpeg-turbo SDK for GCC from microsoft/winget-pkgs.

Recent versions

  • 3.2.0latest
  • 3.1.4.1
  • 3.1.4
  • 3.1.3
  • 3.1.2
  • 3.1.1
  • 3.1.0
  • 3.0.4
  • 3.0.3
  • 3.0.2