Hello, GNU Guile-CV 0.1.9 is released. * About Guile-CV - Image Processing and Analysis in Guile - is a Computer Vision functional programming library for the Guile Scheme language. Based on Vigra (Vision with Generic Algorithms - a C++ image processing and analysis library), Guile-CV comprises a direct binding to Vigra C (a C wrapper to most of the Vigra functionality), enriched with pure Guile scheme algorithms, all accessible through a nice, clean and easy to use high level API. Guile-CV is natively multi-threaded, and takes advantage of multiple cores, using high-level and fine grained application-level parallelism constructs available in Guile, based on its support to POSIX threads. http://www.gnu.org/software/guile-cv/ * Download Here are the compressed sources and a GPG detached signature [*]: http://ftp.gnu.org/gnu/guile-cv/guile-cv-0.1.9.tar.gz http://ftp.gnu.org/gnu/guile-cv/guile-cv-0.1.9.tar.gz.sig This released was bootstrapped with the following tools: -] gcc (Debian 7.2.0-17) 7.2.1 20171205 -] autoconf (GNU Autoconf) 2.69 -] automake (GNU automake) 1.15.1 -] libtool (GNU libtool) 2.4.6 -] makeinfo (GNU texinfo) 6.5 -] pdflatex 3.14159265-2.6-1.40.18 (TeX Live 2017/Debian) -] guile-2.2 2.2.3 -] guile-lib-1.0 0.2.5.1 -] vigra from the source, last commit here: fb427440d - June 28, 2017 -] vigra_c from the source, last commit here: a2ff675f4 - April 15, 2018 * Changes since 0.1.8 Here is a summary of visible changes since version 0.1.8. See GNU Guile-CV's [[http://git.savannah.gnu.org/cgit/guile-cv.git][git summary]] and [[http://git.savannah.gnu.org/cgit/guile-cv.git/log/][git log]] for a complete description. *** Dependencies Vigra C >= commit a2ff675f4 April 15, 2018 new interface vigra_nonlocalmean_c (introduced in Jan 2018), has an argument that has been renamed; the vigra_medianfilter_c function (updated in Jan 2018 as well) takes an additional 'out-of-bound strategy' argument. *** New interfaces im-median-filter im-median-filter-channel im-nl-means im-nl-means-channel *** Bug fixes latex-pdftoppm in the module (cv support latex) - undocumented but quite usefull procedure, to 'prepare' text to be added to images (see im-compose) - the optional keyword [#:res 72] argument was actually not used in the core of the procedure, fixed. * Bug reports Please report bugs to bug-guile-cv@gnu.org * Mailing lists For the time being, Guile-CV uses Guile's mailing list: guile-user@gnu.org is for general user help and discussion; guile-devel@gnu.org is used to discuss most aspects of Guile-CV, including development and enhancement requests. David [*] Use a .sig file to verify that the corresponding file (without the .sig suffix) is intact. First, be sure to download both the .sig file and the corresponding tarball. Then, run a command like this: gpg --verify guile-cv-0.1.9.tar.gz.sig If that command fails because you don't have the required public key, then run this command to import it: gpg --keyserver keys.gnupg.net --recv-keys A3057AD7 and rerun the 'gpg --verify' command