2014-12-31 03:46:45 by OBATA Akio | Files touched by this commit (2) |
Log message:
Update libsixel to 1.4.5.
some fixes.
|
2014-12-20 05:59:19 by OBATA Akio | Files touched by this commit (2) |
Log message:
Update libsixel to 1.4.3.
some portabilities and minor fixes.
|
2014-12-10 10:02:10 by OBATA Akio | Files touched by this commit (4) |
Log message:
Update libsixel to 1.4.2.
portability fixes.
|
2014-12-03 07:38:27 by OBATA Akio | Files touched by this commit (4) |
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.
|
2014-12-03 07:36:49 by OBATA Akio | Files touched by this commit (1) |
Log message:
let to be usable with libjpeg-turbo.
|
2014-11-24 11:44:11 by OBATA Akio | Files touched by this commit (2) |
Log message:
20Update libsixel to 1.3.6.
* converters/loader.c: Fix a segmentation fault while loading grayscaled PNG
|
2014-11-20 10:17:58 by OBATA Akio | Files touched by this commit (2) |
Log message:
Update libsixel to 1.3.5.
* converters/img2sixel.c: Suppress color expansion on loading mapfiles
|
2014-11-13 11:59:09 by OBATA Akio | Files touched by this commit (4) |
Log message:
Update libsixel to 1.3.4.
bug fixes.
|
2014-11-09 08:20:23 by OBATA Akio | Files touched by this commit (2) |
Log message:
add missing patches.
|
2014-11-09 08:19:54 by OBATA Akio | Files touched by this commit (3) |
Log message:
Update libsixsel to 1.3.3.
------------------------------
What's new in libsixel-1.3 ?
------------------------------
* Now libcurl is automatically linked to img2sixel.
If you don't want to build with libcurl, you should configure with
--without-libcurl option.
* Add libjpeg integration(linked automatically to img2sixel).
* Add libpng integration(linked automatically to img2sixel/sixel2png).
* Introduce -t(--palette-type) option.
img2sixel can output HLS paletted sixel with "-t hls".
Add new API sixel_output_set_palette_type.
* Introduce -v(--verbose) option.
* Add new API sixel_dither_set_body_only.
* Now img2sixel can load SIXEL as input data.
* Some bug fixes and minor improvements.
------------------------------
What's new in libsixel-1.2 ?
------------------------------
* Introduce GNU Screen penetration (-P) feature written by @arakiken.
This works with arakiken's GNU screen sixel branch
(screen-sixel, https://bitbucket.org/arakiken/screen/branch/screen).
* Introduce crop operation (-c) feature written by @arakiken.
This works with arakiken's w3m remoteimg branch
https://bitbucket.org/arakiken/w3m/branch/remoteimg
(w3m with "-sixel" option)
* Introduce -C (complexion score) option and implement complexion correction
feature. (discussion with @tsutsui)
* Introduce static image extraction from Gif animation (-S).
(discussion with @isaki68k)
* Introduce --enable-debug configure option.
* Add APIs for skipping DCS envelope
sixel_output_{get,set}_skip_dcs_envelope. (disscussion with @uobikiemukot)
* Some bug fixes and minor improvements.
Thanks to @elfring, @isaki68k, @knok, @mattn, @tsutsui, @waywardmonkeys
and @ttdoda.
|