SHA256
1
0
forked from pool/chafa

- Update to 1.2.0:

* Added --dither, --dither-grain and --dither-intensity options.
    These allow for sub-cell dithering in quantized modes (none,
    2, 16, 240 and 256). Especially beneficial when used with
    -p off.
  * Added API for ordered and diffusion-based dithering in quantization.
  * Added API support for multiple 8bpc pixel modes: RGB, BGR, RGBA,
    BGRA, ARGB, ABGR with either premultiplied or unassociated alpha channels.
  * Smooth scaling is now done internally, meaning libchafa
    consumers no longer need to prescale images.
  * Implemented a machine learning tool that can generate custom
    fonts for efficient image reproduction from a provided dataset.
    This is left uninstalled since it's still experimental
  * Throughput improvements: 
    + GIF animations now start playing instantly.
    + GIF CPU overhead reduced by 75%, peak memory use down 95%-99% (!).
    + XWD common case CPU overhead down 60-70%, peak memory down 70%.
    + Additional halving of CPU overhead in 240- and 256-color modes.
    + Streamlined pixel pipeline for better parallelization.
  * Installation instructions:
    + New: Guix (Guy Fleury Iteriteka).
    + New: openSUSE (@jubalh).
  * Bug fixes: 
    + [unfiled] Certain SVGs had transparency replaced with a white background (nemo).
    + [unfiled] -lm dependency belongs in libchafa, not frontend.

OBS-URL: https://build.opensuse.org/package/show/graphics/chafa?expand=0&rev=2
This commit is contained in:
Michael Vetter 2019-08-05 07:13:41 +00:00 committed by Git OBS Bridge
parent 734a51b475
commit 817769274a
4 changed files with 33 additions and 4 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:49d491a566a22daf56c51c043259f1373a1b1125d5c1c1fe321f7c25ca178e01
size 311616

3
chafa-1.2.0.tar.xz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:3f7bef4878c46bf41ac66e97c7fdf376db8afd8b77c41d94d2341d5e806577a9
size 355240

View File

@ -1,3 +1,32 @@
-------------------------------------------------------------------
Mon Aug 5 07:10:33 UTC 2019 - mvetter@suse.com
- Update to 1.2.0:
* Added --dither, --dither-grain and --dither-intensity options.
These allow for sub-cell dithering in quantized modes (none,
2, 16, 240 and 256). Especially beneficial when used with
-p off.
* Added API for ordered and diffusion-based dithering in quantization.
* Added API support for multiple 8bpc pixel modes: RGB, BGR, RGBA,
BGRA, ARGB, ABGR with either premultiplied or unassociated alpha channels.
* Smooth scaling is now done internally, meaning libchafa
consumers no longer need to prescale images.
* Implemented a machine learning tool that can generate custom
fonts for efficient image reproduction from a provided dataset.
This is left uninstalled since it's still experimental
* Throughput improvements:
+ GIF animations now start playing instantly.
+ GIF CPU overhead reduced by 75%, peak memory use down 95%-99% (!).
+ XWD common case CPU overhead down 60-70%, peak memory down 70%.
+ Additional halving of CPU overhead in 240- and 256-color modes.
+ Streamlined pixel pipeline for better parallelization.
* Installation instructions:
+ New: Guix (Guy Fleury Iteriteka).
+ New: openSUSE (@jubalh).
* Bug fixes:
+ [unfiled] Certain SVGs had transparency replaced with a white background (nemo).
+ [unfiled] -lm dependency belongs in libchafa, not frontend.
-------------------------------------------------------------------
Fri Feb 8 11:47:49 UTC 2019 - mvetter@suse.com

View File

@ -17,7 +17,7 @@
Name: chafa
Version: 1.0.1
Version: 1.2.0
Release: 0
Summary: Image-to-text converter for terminal
License: LGPL-3.0-or-later