pil_usm for python 2.5?

2007-08-14 Thread Dieter Vanderelst
Hi list, Does anybody have a version of pil_usm (module for gaussian blurring) that is compiled for Python 2.5? Regards, Dieter -- Dieter Vanderelst [EMAIL PROTECTED] Department of Industrial Design Designed Intelligence -- Dieter Vanderelst [EMAIL PROTECTED] -- http

Letting a Python application phone home

2006-07-14 Thread Dieter Vanderelst
Hi,I'm working on an educational Python application that collects data about a large group of people (Of course, with the full consent of the students).The application should run on the PC of the participant and send the collected data back home to the server. Furthermore, it is also necessary

using the Filters DLL (image filters)

2006-02-15 Thread Dieter Vanderelst
Hello, I'm trying to access the Filters-Dll provided by the filters-project (http://filters.sourceforge.net/index.htm). Following the advice I got from the Python list -thank you for that-, I do this using ctypes (http://starship.python.net/crew/theller/ctypes/index.html). I can seem to

using an existing DLL file without having access to the source code?

2006-02-14 Thread Dieter Vanderelst
Dear all, Could anybody tell me whether there are ways to use an existing DLL file in Python without having access to the source code? I'm trying to find a way to use the image filters available in the Filters-project (http://filters.sourceforge.net/) without having to compile or build the

Winsound doesn't play whole sound?

2005-11-30 Thread Dieter Vanderelst
Hello, I'm having a problem with playing WAV files using Winsound. If I use winsound to play a certain WAV files only the first few seconds of the file get played. I think this comes because these files contain some parts of silence. There winsound seems the stop playing the files (windows

Cropping sound files

2005-11-30 Thread Dieter Vanderelst
be doing something wrong. Thanks, Dieter Graham Fawcett wrote: Dieter Vanderelst wrote: Hello, I'm having a problem with playing WAV files using Winsound. If I use winsound to play a certain WAV files only the first few seconds of the file get played. I think this comes because

Python versus Perl

2005-09-06 Thread Dieter Vanderelst
Dear all, I'm currently comparing Python versus Perl to use in a project that involved a lot of text processing. I'm trying to determine what the most efficient language would be for our purposes. I have to admit that, although I'm very familiar with Python, I'm complete Perl noob (and I hope