image processing
Hi, We are are pleased to announce the version 3.0 of the image processing library 'Filters'. You can use it in Python, and we have provided tutorials and samples in Python, with for exemple conversion from/to PIL image format. Have a look at : http://filters.sourceforge.net/ it's open source of course regards edurand -- http://mail.python.org/mailman/listinfo/python-list
Re: image processing
On Mar 6, 9:57 am, Paul Rubin <http://[EMAIL PROTECTED]> wrote: > "edurand" <[EMAIL PROTECTED]> writes: > > You can use it in Python, and we have provided tutorials and samples > > in Python, with for exemple conversion from/to PIL image format. > > Have a look at :http://filters.sourceforge.net/ > > Looks interesting, however the example screen shot is shrunk down so > the text on it can't be read. Also there are a bunch of sample > filters with example images, but no explanation at all of what the > filters do. Finally, it keeps mentioning things like "dll" which > suggests this is a Windows library. Is it? Maybe it can be ported to > other OS's or maybe it's already multi-platform, but the web site > should make the situation clear either way. It's a DLL, so yes, it run on Windows. If someone would like to port it on other OS, why not. To test it, you can download the software 'FiltersTest', for Windows of course -- http://mail.python.org/mailman/listinfo/python-list
Re: image processing
On Mar 7, 5:54 am, "Gabriel Genellina" <[EMAIL PROTECTED]> wrote: > En Tue, 06 Mar 2007 10:16:21 -0300, edurand <[EMAIL PROTECTED]> > escribió: > > > On Mar 6, 9:57 am, Paul Rubin <http://[EMAIL PROTECTED]> wrote: > >> "edurand" <[EMAIL PROTECTED]> writes: > >> > Have a look at :http://filters.sourceforge.net/ > > It's a DLL, so yes, it run on Windows. > > If someone would like to port it on other OS, why not. > > Could you please update the project attributes then? Operating System, > Language... They appear not to have the right values. > > -- > Gabriel Genellina You are right. I have changed "Operating System" to "All 32-bit MS Windows (95/98/NT/2000/XP)". For the "Programming Language", we don't have to change anything, because Filters can be used in C, C++, C#, Delphi, Java, Python, .NET Thanks for your comment Emmanuel Durand -- http://mail.python.org/mailman/listinfo/python-list
