pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/graphics/jpeg



Module Name:    pkgsrc
Committed By:   adam
Date:           Thu Jan 24 21:49:19 UTC 2013

Modified Files:
        pkgsrc/graphics/jpeg: Makefile buildlink3.mk distinfo
        pkgsrc/graphics/jpeg/patches: patch-af patch-ag

Log Message:
Changes 9:
Add cjpeg -rgb1 option to create an RGB JPEG file, and insert
a simple reversible color transform into the processing which
significantly improves the compression.
The recommended command for lossless coding of RGB images is now
cjpeg -rgb1 -block 1 -arithmetic.
As said, this option improves the compression significantly, but
the files are not compatible with JPEG decoders prior to IJG v9
due to the included color transform.
The used color transform and marker signaling is compatible with
other JPEG standards (e.g., JPEG-LS part 2).
Remove the automatic de-ANSI-fication support (Automake 1.12).
Add remark for jpeg_mem_dest() in jdatadst.c.
Support files with invalid component identifiers (created by Adobe PDF).
Adapt full buffer case in jcmainct.c for use with scaled DCT.
Add type identifier for declaration of noreturn functions.
Correct argument type in format string, avoid compiler warnings.
Add missing #include directives in configuration checks, avoid
configuration errors.


To generate a diff of this commit:
cvs rdiff -u -r1.46 -r1.47 pkgsrc/graphics/jpeg/Makefile
cvs rdiff -u -r1.15 -r1.16 pkgsrc/graphics/jpeg/buildlink3.mk
cvs rdiff -u -r1.14 -r1.15 pkgsrc/graphics/jpeg/distinfo
cvs rdiff -u -r1.4 -r1.5 pkgsrc/graphics/jpeg/patches/patch-af
cvs rdiff -u -r1.2 -r1.3 pkgsrc/graphics/jpeg/patches/patch-ag

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index