]> granicus.if.org Git - libjpeg-turbo/commitdiff
git-svn-id: svn+ssh://svn.code.sf.net/p/libjpeg-turbo/code/trunk@1023 632fc199-4ca6...
authorDRC <dcommander@users.sourceforge.net>
Fri, 23 Aug 2013 07:46:07 +0000 (07:46 +0000)
committerDRC <dcommander@users.sourceforge.net>
Fri, 23 Aug 2013 07:46:07 +0000 (07:46 +0000)
ChangeLog.txt

index 8d89f727bfb4f919813ebbb4cbe37200c880afc4..a8f5083748c3b6e737255f5ff8c3c3cb377c3583 100644 (file)
@@ -10,10 +10,16 @@ extended to support image scaling.
 and upsampling on DSPr2-capable MIPS platforms.  This speeds up the compression
 of full-color JPEGs by 6-18% on such platforms and decompression by 3-12%.
 
-[3] Added support for 4:1:1 subsampling in the TurboJPEG API.  This is mainly
+[3] Added support for 4:1:1 subsampling to the TurboJPEG API.  This is mainly
 included for compatibility, since 4:1:1 is not fully accelerated in
 libjpeg-turbo and has no significant advantages relative to 4:2:0.
 
+[4] Added support for CMYK images to the TurboJPEG API.  This feature allows
+CMYK source images to be compressed to YCCK JPEGs and YCCK or CMYK JPEGs to be
+decompressed to CMYK destination images.  Conversion between CMYK and RGB
+images is not supported.  Such conversion requires a color management system
+and is out of scope for a codec library.
+
 
 1.3.1
 =====