SHA256
1
0
forked from pool/gegl

Accepting request 646109 from GNOME:Next

- Update to version 0.4.12:
  + GeglBuffer: Fix fix of scaled blitting, the fix from last
    release introduced scaling artifacts for all formats that are
    non-8bit.
- Changes from version 0.4.10:
  + GeglBuffer:
    - Fix integer overflow issues for u32 blit scaling code paths.
    - Reduced memory clearing overhead for temporary buffers during
      blit.
    - Round alpha component during u8 bilinear/box filtering.
    - gegl_buffer_dup now matches source buffer abyss, shift and
      tile-size more closely.
    - Added GEGL_TILE_COPY command for backends, for more efficient
      buffer duplication/copies.
    - New GeglBufferIterator API.
    - Move type-generic scaling algorithms to GeglBuffer folder,
      move opencl integration bits out of buffer.
  + Operations:
    - gif-load: new operation for decoding GIF images/animations,
      with frame delay exposed as an out-property.
    - exr-save: do not hard-code a version name space.
    - long-shadow: add 'Fading (fixed length)' style with a new
      user-defined 'Midpoint' parameter.
    - maniuk06: use double precision, permitting to work on larger
      images.
    - watershed-transform: improved description.
    - unsharp-mask: permit std-dev radius of up to 1500px (from
      300).
    - Updated all operations to use new iterator API.

OBS-URL: https://build.opensuse.org/request/show/646109
OBS-URL: https://build.opensuse.org/package/show/graphics/gegl?expand=0&rev=70
This commit is contained in:
Ismail Dönmez
2018-11-03 08:57:35 +00:00
committed by Git OBS Bridge
parent f90d56574b
commit 52c632ef21
4 changed files with 38 additions and 5 deletions

View File

@@ -12,12 +12,12 @@
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
Name: gegl
Version: 0.4.8
Version: 0.4.12
Release: 0
Summary: Generic Graphics Library
License: GPL-3.0-or-later AND LGPL-3.0-or-later