Commit graph

12 commits

Author SHA1 Message Date
obache
232b8a71f0 Update libsixel to 1.3.4.
bug fixes.
2014-11-13 10:59:09 +00:00
obache
51afcf2fdc add missing patches. 2014-11-09 07:20:23 +00:00
obache
1e691e06ff 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.
2014-11-09 07:19:54 +00:00
obache
db86430451 Drop maintainershop.
I'm never using this package, please take someone else really using this.
2014-09-27 12:27:39 +00:00
obache
cf7dbe213e Fixes MASTER_SITES due to HOMEPAGE url change. 2014-09-27 12:05:43 +00:00
obache
3e4607aae1 Set preferred URL to HOMEPAGE. 2014-09-21 10:47:36 +00:00
obache
23fb5c600f Update libsixeel to 1.0.3.
Revert stb_image.h to 1.41 for preventing segfault.
2014-09-05 11:47:51 +00:00
obache
48fbbab9af Update libsixel to 1.0.2.
Update bash and zsh completion file.
2014-08-29 12:00:48 +00:00
obache
3040a9bd95 Update libsixel to 1.0.1
* Add a missing header
* Update README
2014-08-24 00:59:17 +00:00
obache
f214122373 Update libsixel to 1.0.0.
Bump ABI to 1.0.0.
2014-08-22 10:25:09 +00:00
obache
e2f782818a Update libsixel to 0.28.0.
2014-08-03  Hayaki Saito <user@zuse.jp>

  * README.md, converters/img2sixel.c, converters/sixel2png.c: Add --version
  and --help option

  * configure, configure.ac, package.json: Bump version

  * Makefile.in, config.h.in, configure, configure.ac, converters/Makefile.in,
  include/Makefile.in, src/Makefile.in, src/wic.cc, wic/wic.cc,
  wic/wic_install.reg.in, wic/wic_uninstall.reg.in, wic_install.reg.in,
  wic_uninstall.reg.in: Temporary drop wic integration

  * README.md, data/gnuplot.png, data/gs.png, data/libsixel-1.png,
  data/q_libsixel.png, data/q_ppmtosixel.png, data/q_ppmtosixel2.png,
  data/q_sixel.png, data/q_sixelconv.png, data/sixel.gif, data/zx81.png: Update
  README

2014-08-02  Hayaki Saito <user@zuse.jp>

  * config.h.in, configure, configure.ac: Bump version

  * README.md, converters/img2sixel.c: Add --macro-number option

2014-07-28  Hayaki Saito <user@zuse.jp>

  * configure, configure.ac, package.json: Update version

  * config.h.in, configure, configure.ac, converters/img2sixel.c: Improve time
  precision of animation rendering

  * configure, configure.ac, package.json: Update micro version

2014-07-26  Hayaki Saito <user@zuse.jp>

  * converters/img2sixel.c, converters/loader.c, converters/loader.h: Respect
  delay by each frame

  * configure, configure.ac, package.json: Bump version

2014-07-25  Hayaki Saito <user@zuse.jp>

  * configure, configure.ac, package.json: Bump version

2014-07-24  Hayaki Saito <user@zuse.jp>

  * LICENSE.images, LICENSE.stb: Minor update of LICENSE files

  * configure, configure.ac, package.json: Bump version

2014-07-23  Hayaki Saito <user@zuse.jp>

  * configure, configure.ac, package.json: Bump version

2014-07-21  Hayaki Saito <user@zuse.jp>

  * configure, configure.ac, package.json: Bump version

  * README.md, converters/img2sixel.1: Add some descriptions for new options to
  documents

  * converters/img2sixel.c, converters/loader.c, converters/stb_image.h:
  Initial implementation for --use-macro option

2014-07-19  Hayaki Saito <user@zuse.jp>

  * configure, configure.ac, package.json: Bump version

  * configure, configure.ac, package.json: Update version

  * README.md, converters/img2sixel.1: Update document

  * README.md, converters/img2sixel.1: Update img2sixel document

  * config.h.in, configure, configure.ac, converters/img2sixel.c: Check
  usleep(3) availabiliey

  * converters/img2sixel.c, converters/loader.c, converters/loader.h: Respect
  "delay time" setting in GIF header

  * converters/img2sixel.c, converters/loader.c, converters/loader.h: Implement
  "loop control" option

2014-07-17  Hayaki Saito <user@zuse.jp>

  * converters/img2sixel.c, converters/loader.c, converters/loader.h: Add new
  CLI argument: --loop-control

  * config.h.in, configure, configure.ac, converters/img2sixel.c: Checks
  availability of SIGINT/SIGTERM/SIGHUP

  * Makefile.am, Makefile.in: Except libsixel.pc from CLEANFILES

  * configure, configure.ac: Style improvement

  * config.h.in, configure, configure.ac, converters/img2sixel.c: Checks
  signal(3) availability

  * configure, configure.ac: Bump version

2014-07-16  Hayaki Saito <user@zuse.jp>

  * converters/img2sixel.c, converters/loader.c, converters/loader.h: Change
  the signature of load_image_file

  * converters/Makefile.am, converters/Makefile.in, converters/loader.c:
  Include stb_image.h into loader.c
2014-08-08 13:31:24 +00:00
obache
6c300970c4 Import libsixel-0.23.2 as graphics/libsixel.
This package provides encoder/decoder implementation for DEC SIXEL graphics, and
some converter programs.

SIXEL is one of image formats for printer and terminal imaging introduced by
Digital Equipment Corp. (DEC).
Its data scheme is represented as a terminal-friendly escape sequence.
So if you want to view a SIXEL image file, all you have to do is "cat" it to
your terminal.
2014-07-13 10:10:56 +00:00