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

3
gegl-0.4.12.tar.bz2 Normal file
View File

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

View File

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

View File

@ -1,3 +1,36 @@
-------------------------------------------------------------------
Fri Nov 2 18:32:18 UTC 2018 - bjorn.lie@gmail.com
- 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.
-------------------------------------------------------------------
Thu Aug 23 20:46:55 UTC 2018 - bjorn.lie@gmail.com

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