Accepting request 646177 from graphics
OBS-URL: https://build.opensuse.org/request/show/646177 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gegl?expand=0&rev=46
This commit is contained in:
commit
faf2ede8ea
3
gegl-0.4.12.tar.bz2
Normal file
3
gegl-0.4.12.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:e967293eabe89257e1d511bf68435fbfd44e6e0f9ef51b86cc50781f09eb5852
|
||||||
|
size 7065555
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:719468eec56ac5b191626a0cb6238f3abe9117e80594890c246acdc89183ae49
|
|
||||||
size 7017022
|
|
33
gegl.changes
33
gegl.changes
@ -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
|
Thu Aug 23 20:46:55 UTC 2018 - bjorn.lie@gmail.com
|
||||||
|
|
||||||
|
@ -12,12 +12,12 @@
|
|||||||
# license that conforms to the Open Source Definition (Version 1.9)
|
# license that conforms to the Open Source Definition (Version 1.9)
|
||||||
# published by the Open Source Initiative.
|
# 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
|
Name: gegl
|
||||||
Version: 0.4.8
|
Version: 0.4.12
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Generic Graphics Library
|
Summary: Generic Graphics Library
|
||||||
License: GPL-3.0-or-later AND LGPL-3.0-or-later
|
License: GPL-3.0-or-later AND LGPL-3.0-or-later
|
||||||
|
Loading…
Reference in New Issue
Block a user