- New flags: --remove-titles, --remove-descriptions and
--remove-descriptive-elements.
- Automatically order all attributes.
- Allow elements to be found via Document.getElementById() in the minidom
document returned by scourXmlFile().
- Add new default values.
- Bugfixes.
text is vertically aligned. This is great for cleaning up scanned documents.
Plugin is accessible via Layer => Transform => Deskew.
Fixes and OK giovanni@
pollution diff is in.
lang/squeak/vm does not build but it's due to the recent audio changes
games/xbattle: also fixes some conflicting implicit decl
print/hplip: also fixes some conflicting implicit decl
GrafX2 is a bitmap paint program inspired by the Amiga programs Deluxe
Paint and Brilliance. Specialized in 256-color drawing, it includes a
very large number of tools and effects that make it particularly
suitable for pixel art, game graphics, and generally any detailed
graphics painted with a mouse.
OK giovanni@
Fotowall is an opensource creative tool that lets you play with your pixels as
you've always wanted! Make the perfect arrangement with your photos, add text,
live video from your webcam and the best internet pictures.
With fotowall you can:
* create original pictures, wallpapers, postcards and covers
* print superbig posters with a small printer
* play with live video, internet content, text and picture
OK landry@
several features which make it a good choice for this purpose:
* It is fast enough to be used with realtime video: extracting and decoding
from VGA frame takes about 50 ms on a modern x86 core.
* It has a robust and tolerant recognition algorithm. It can correctly
recognise and decode QR codes which are rotated and/or oblique to the
camera. It can also distinguish and decode multiple codes within the same
image.
* It is easy to use, with a simple API described in a single commented header
file (see below for an overview).
* It is small and easily embeddable, with no dependencies other than standard
C functions.
* It has a very small memory footprint: one byte per image pixel, plus a few
kB per decoder object.
* It uses no global mutable state, and is safe to use in a multithreaded
application.
* BSD-licensed, with almost no restrictions regarding use and/or modification.
OK sthen@