pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/graphics/libsixel
Module Name: pkgsrc
Committed By: obache
Date: Wed Dec 3 06:38:27 UTC 2014
Modified Files:
pkgsrc/graphics/libsixel: Makefile distinfo
Added Files:
pkgsrc/graphics/libsixel/patches: patch-configure patch-configure.ac
Log Message:
Update libsixel to 1.4.1.
------------------------------
What's new in libsixel-1.4 ?
------------------------------
* core: SIXEL encoder supports various pixel formats(thanks to @uobikiemukot).
* core: Supports high-color(15bpp output) mode(thanks to @arakiken).
* core: More high compressed output mode is supported(thanks to @arakiken).
* core: Fix typoed API (thanks to @waywardmonkeys).
* core: Fix a minor performance bug (thanks to @arakiken).
* img2sixel: New option -D(--pipe-mode) is introduced.
with this option, img2sixel continuously read source images from
stdin.
* img2sixel: Introduce -I(--high-color) option, high-color(15bpp) output mode
is added(thanks to @arakiken).
* img2sixel: New option -E(--encode-policy) is added. high-compressed
mode(-E size) is introduced(thanks to @arakiken).
* img2sixel: New option -b(--builtin-palette) is added. built-in support of
VT-340 palette is added(thanks to @vrtsds).
* img2sixel: Performance inprovement for loading 8bit indexed PNG
* A lots of bug fixes and minor improvements, now tests achieve 90% coverage.
To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 pkgsrc/graphics/libsixel/Makefile
cvs rdiff -u -r1.10 -r1.11 pkgsrc/graphics/libsixel/distinfo
cvs rdiff -u -r0 -r1.3 pkgsrc/graphics/libsixel/patches/patch-configure \
pkgsrc/graphics/libsixel/patches/patch-configure.ac
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