Generic Graphics Library
GEGL provides infrastructure to do demand based cached non destructive image editing on larger than RAM buffers. Through babl it provides support for a wide range of color models and pixel storage formats for input and output.
- Links to graphics / gegl
- Has a link diff
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout home:junknot/gegl && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
baselibs.conf | 0000000014 14 Bytes | |
gegl-0.4.50.tar.xz | 0005987700 5.71 MB | |
gegl.changes | 0000055639 54.3 KB | |
gegl.spec | 0000007716 7.54 KB | |
normalize-gir.pl | 0000000493 493 Bytes |
Revision 13 (latest revision is 14)
Thomas Williams (junknot)
committed
(revision 13)
- Update BuildRequires to reflect it now does work with ffmpeg5. - Update to version 0.4.38: + Operations: - denoise-dct: a NEW denoising operation which decomposes the input buffer to sliding overlapping patches, calculates the DCT denoising in each patch, and then aggregates the denoised patches to the output buffer averaging the overlapped pixels. - ff-load and ff-save: big cleanup API cleanup, now ffmpeg-5.0 compatible. - gif-load: updated to latest upstream libnsgif version. - slic: progress reporting and improved parameter handling. - vector-fill: updated to latest upstream ctx version. - oilify: clamp inputs to avoid nan in output. - gegl:load fix possible double free. - rgbe-write: plug leaks in error paths. + Core: Fixes of some potential NULL dereferences on custom dataformats for malformed inputs. - Update BuildRequires to reflect it does not work with ffmpeg5. - Update to version 0.4.36: + The primary addition in this release is SIMD dispatch, buffer access functions get built for x86-64 v2 and v3 microarchitecture levels as well as ARM neon. The same applies to core operations where we have .so bundles for the variants as well as a generic build. + Operations: The npd operation fixed with multiple threads. - Update to version 0.4.34 (CVE-2021-45463):
Comments 0