Scour is an open-source Python script that aggressively cleans SVG files,
removing a lot of 'cruft' that certain tools or authors embed into their
documents. The goal of scour is to provide an identically rendered image
(i.e. a scoured document should have no discernable visible differences
from the original file).
OK juanfra@
and fixes for various bugs including buffer overwrite with giffix, segfault and
double free in gifsponge, giftext segfault on malformed GIF etc.
there are a couple of post-5.1.2 fixes that I haven't pulled back yet, but may
be worth doing if there isn't a release soon.
ANSI and artscene-related file formats into PNG images, supporting ANSI
(.ANS), PCBoard (.PCB), Binary (.BIN), Artworx (.ADF), iCE Draw (.IDF),
Tundra (.TND) and XBin (.XB) formats.
from Frederic Cambus, thanks!
comments and ok from sthen@
Waffle is a cross-platform C library that allows one to defer selection
of an OpenGL API and window system until runtime. For example, on Linux,
Waffle enables an application to select X11/EGL with an OpenGL 3.3 core
profile, Wayland with OpenGL ES2, and other window system / API
combinations.
Waffle's immediate goal is to enable Piglit, Mesa's OpenGL test suite,
to test multiple OpenGL flavors in a cross-platform way. However,
Waffle's design does not preclude it from being useful to other
projects.
tweaks and ok aja
Too many improvements to mention here; for more information, see
http://www.darktable.org/2015/12/darktable-2-0-released/
Note: when updating from 1.6.x series, edits will be preserved, but it
will not be possible to downgrade from 2.0 to 1.6.x any more.