Path to this page:
./
graphics/jpeg,
IJGs jpeg compression utilities
Branch: CURRENT,
Version: 9f,
Package name: jpeg-9f,
Maintainer: pkgsrc-usersThis package contains C software to implement JPEG image encoding,
decoding, and transcoding written by the Independent JPEG Group.
JPEG is a standardized compression method for full-color and
gray-scale images.
The distributed programs provide conversion between JPEG "JFIF"
format and image files in PBMPLUS PPM/PGM, GIF, BMP, and Targa file
formats. The core compression and decompression library can easily
be reused in other programs, such as image viewers. The package
is highly portable C code.
Required to build:[
pkgtools/cwrappers]
Master sites:
Filesize: 1056.123 KB
Version history: (Expand)
- (2024-08-03) Updated to version: jpeg-9f
- (2022-04-21) Updated to version: jpeg-9e
- (2020-01-20) Updated to version: jpeg-9d
- (2019-03-10) Updated to version: jpeg-9cnb1
- (2018-01-28) Updated to version: jpeg-9c
- (2017-11-23) Package has been reborn
CVS history: (Expand)
2022-04-20 23:39:46 by Tobias Nygren | Files touched by this commit (3) | |
Log message:
jpeg: update to 9.e
define LICENSE
Version 9e 16-Jan-2022
- Include alternate user interface files for cjpeg/djpeg.
- jcparam.c: change default chrominance DC quantization factor
for lossless support. Note: Requires rebuild of test images.
- rdgif.c, cderror.h: add sanity check for GIF image dimensions.
- Thank to Casper Sun for cjpeg potential vulnerability report.
|
2021-10-26 12:47:26 by Nia Alarie | Files touched by this commit (800) |
Log message:
graphics: Replace RMD160 checksums with BLAKE2s checksums
All checksums have been double-checked against existing RMD160 and
SHA512 hashes
|
2021-10-07 16:13:27 by Nia Alarie | Files touched by this commit (800) |
Log message:
graphics: Remove SHA1 hashes for distfiles
|
2021-03-17 16:18:40 by Thomas Klausner | Files touched by this commit (1) |
Log message:
jpeg: improve DESCR
|
2020-01-26 18:32:28 by Roland Illig | Files touched by this commit (981) |
Log message:
all: migrate homepages from http to https
pkglint -r --network --only "migrate"
As a side-effect of migrating the homepages, pkglint also fixed a few
indentations in unrelated lines. These and the new homepages have been
checked manually.
|
2020-01-20 15:59:48 by Ryo ONODERA | Files touched by this commit (4) |
Log message:
jpeg: Update to 9d
Changelog:
Version 9d 12-Jan-2020
-----------------------
Optimize the optimal Huffman code table generation to produce
slightly smaller files. Thank to John Korejwa for suggestion.
Note: Requires rebuild of testimgp.jpg.
Decoding Huffman: Use default tables if tables are not defined.
Thank to Simone Azzalin for report (Motion JPEG),
and to Martin Strunz for hint.
Add sanity check in optimal Huffman code table generation.
Thank to Adam Farley for suggestion.
rdtarga.c: use read_byte(), with EOF check, instead of getc()
in read_*_pixel().
Thank to Chijin Zhou for cjpeg potential vulnerability report.
jmemnobs.c: respect the max_memory_to_use setting in
jpeg_mem_available() computation. Thank to Sheng Shu and
Dongdong She for djpeg potential vulnerability report.
jdarith.c, jdhuff.c: avoid left shift of negative value
compiler warning in decode_mcu_AC_refine().
Thank to Indu Bhagat for suggestion.
Add x64 (64-bit) platform support, avoid compiler warnings.
Thank to Jonathan Potter, Feiyun Wang, and Sheng Shu for suggestion.
Adjust libjpeg version specification for pkg-config file.
Thank to Chen Chen for suggestion.
Restore GIF read and write support from libjpeg version 6a.
Thank to Wolfgang Werner (W.W.) Heinz for suggestion.
Improve consistency in raw (downsampled) image data processing mode.
Thank to Zhongyuan Zhou for hint.
Avoid out of bounds array read (AC derived table pointers)
in start pass in jdhuff.c. Thank to Peng Li for report.
Improve code sanity (jdhuff.c).
Thank to Reza Mirzazade farkhani for reports.
Add jpegtran -drop option; add options to the crop extension and wipe
to fill the extra area with content from the source image region,
instead of gray out.
|
2019-03-10 12:22:43 by S.P.Zeidler | Files touched by this commit (3) |
Log message:
add patch for CVE-2018-11813 from mozjpeg, which has an easily found
development source tree.
|
2018-04-07 08:27:14 by Thomas Klausner | Files touched by this commit (2) |
Log message:
jpeg: distfile was rerolled upstram
Only change:
remove jpeg-9c/.directory
Set DIST_SUBDIR and regen distinfo.
Noted by uwe.
|