Skip to content

Commit 3832867

Browse files
committed
Doc: Mention that we are a JPEG ref implementation
1 parent 31a3013 commit 3832867

4 files changed

Lines changed: 8 additions & 4 deletions

File tree

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,9 @@ derivative of libjpeg v6b developed by Miyasaka Masaru. The TigerVNC and
2121
VirtualGL projects made numerous enhancements to the codec in 2009, and in
2222
early 2010, libjpeg-turbo spun off into an independent project, with the goal
2323
of making high-speed JPEG compression/decompression technology available to a
24-
broader range of users and developers.
24+
broader range of users and developers. libjpeg-turbo is an ISO/IEC and ITU-T
25+
reference implementation of the JPEG standard.
26+
2527

2628

2729
License

release/ReadMe.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ libjpeg-turbo is a JPEG image codec that uses SIMD instructions to accelerate ba
22

33
libjpeg-turbo implements both the traditional libjpeg API as well as the less powerful but more straightforward TurboJPEG API. libjpeg-turbo also features colorspace extensions that allow it to compress from/decompress to 32-bit and big-endian pixel buffers (RGBX, XBGR, etc.), as well as a full-featured Java interface.
44

5-
libjpeg-turbo was originally based on libjpeg/SIMD, an MMX-accelerated derivative of libjpeg v6b developed by Miyasaka Masaru. The TigerVNC and VirtualGL projects made numerous enhancements to the codec in 2009, and in early 2010, libjpeg-turbo spun off into an independent project, with the goal of making high-speed JPEG compression/decompression technology available to a broader range of users and developers.
5+
libjpeg-turbo was originally based on libjpeg/SIMD, an MMX-accelerated derivative of libjpeg v6b developed by Miyasaka Masaru. The TigerVNC and VirtualGL projects made numerous enhancements to the codec in 2009, and in early 2010, libjpeg-turbo spun off into an independent project, with the goal of making high-speed JPEG compression/decompression technology available to a broader range of users and developers. libjpeg-turbo is an ISO/IEC and ITU-T reference implementation of the JPEG standard.

release/deb-control.in

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,5 @@ Description: A SIMD-accelerated JPEG codec that provides both the libjpeg and Tu
2828
VirtualGL projects made numerous enhancements to the codec in 2009, and in
2929
early 2010, libjpeg-turbo spun off into an independent project, with the goal
3030
of making high-speed JPEG compression/decompression technology available to a
31-
broader range of users and developers.
31+
broader range of users and developers. libjpeg-turbo is an ISO/IEC and ITU-T
32+
reference implementation of the JPEG standard.

release/rpm.spec.in

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,8 @@ derivative of libjpeg v6b developed by Miyasaka Masaru. The TigerVNC and
7777
VirtualGL projects made numerous enhancements to the codec in 2009, and in
7878
early 2010, libjpeg-turbo spun off into an independent project, with the goal
7979
of making high-speed JPEG compression/decompression technology available to a
80-
broader range of users and developers.
80+
broader range of users and developers. libjpeg-turbo is an ISO/IEC and ITU-T
81+
reference implementation of the JPEG standard.
8182

8283
#-->%prep
8384
#-->%setup -q -n @CMAKE_PROJECT_NAME@-%{version}

0 commit comments

Comments
 (0)