ANN: PRICE 0.9.1

Riccardo Mottola <[email protected]> Thu, 31 Dec 2009 21:01:21 +0100
Newsgroups gmane.comp.lib.gnustep.announce
Message-ID <[email protected]>
P. R. I. C. E.  0.9.1
---------------------


I released a new version of price, 0.9.1, today.


What is PRICE?
It stands for Precision Raster Image Convolution Engine and is an 
application that is capable of filtering and processing images. It is 
available on both GNUstep (thus linux, netbsd, freebsd, openbsd, 
solaris) and Macosx (tested from 10.1 Puma and up). It is multi-document 
based and can open all standard images supported by gnustep (tiff, png, 
jpg to cite some). It is capable of doing standard operation like 
crop&scale or brightness&contrast as well as more advanced operations 
with frequency-based filters or median filters or customizable edge 
tracing.


Where to find it?
http://price.sf.net
where you will find also some online documentation which you will 
probably need to understand better how to use the program.

PRICE is GPL'd and each filter is a separate class with well-defined 
interfaces so I encourage the reuse of them in other applications.


What are the news?

The 0.9.0 version had some dirty code with handling a window outlets and 
window resize notification which caused crashes on GNUStep, while it 
worked on the Mac.
This has been addressed and 0.9.1 is thus a bug-fix release.



-Riccardo