EXE
WinGet
libjpeg-turbo SDK for GCC
libjpeg-turbo · 3.0.4 · x86
Before deploying, verify this file with VirusTotal ↗
Silent Commands
Install
libjpeg-turbo-3.0.4-gcc.exe /S
Intune Detection Rule
Registry Rule
Rule type
Registry
Registry hive
Key path
HKLM:\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\libjpeg-turbo SDK v3.0.4 for GCC
Detection method
Value name
DisplayVersion
Operator
Greater than or equal to
Value
3.0.4
Associated with 32-bit app on 64-bit clients
Yes
File Identity
Filename
libjpeg-turbo-3.0.4-gcc.exe
Signature
Status
Upload installer to verify signature
Installer Selection
WinGet Package
Package ID
libjpeg-turbo.libjpeg-turbo.GCC
Version
3.0.4
Description
SIMD-accelerated libjpeg-compatible JPEG codec library
License
IJG license, Modified (3-clause) BSD License and zlib License
↗
Homepage
https://libjpeg-turbo.org/
Installer URL
https://github.com/libjpeg-turbo/libjpeg-turbo/releases/download/3.0.4/libjpeg-turbo-3.0.4-gcc.exe
Upgrade Behavior
uninstallprevious(Uninstall previous first)
Release Notes
Significant changes relative to 3.0.3:
1. Fixed an issue whereby the CPU usage of the default marker processor in the decompressor grew exponentially with the number of markers. This caused an unreasonable slow-down in jpeg_read_header() if an application called jpeg_save_markers() to save markers of a particular type and then attempted to decompress a JPEG image containing an excessive number of markers of that type.
2. Hardened the default marker processor in the decompressor to guard against…