Re: PIL and camera.py

2008-08-13 Thread Darius Jack
Alex, please don't fool us and don't attach any clause on privacy, confidentiality or the like in your mail as archives of the mailing list are public. (cut for clarity) ~ This message (including any attachments) is for the named

Re: PIL and camera.py

2008-08-13 Thread Martin Grimme
please don't fool us and don't attach any clause on privacy, confidentiality or the like in your mail as archives of the mailing list are public. This is most likely not Alex' fault. Some company mail servers add this kind of stuff to every outgoing mail. Martin 2008/8/13, Darius Jack

Re: PIL and camera.py

2008-08-13 Thread Jose Manrique Lopez de la Fuente
Hi, I am looking for original camera.py but I can't find it... could somebody provide a link for it? Thanks nad best regards, 2008/8/13 Alex T. W. LEUNG [EMAIL PROTECTED]: Hi maemo developers, I notice that there was an email with the captioned subject from D. Scott Brown last email. The

Re: PIL and camera.py

2008-08-13 Thread Ralph Angenendt
Darius Jack wrote: Alex, please don't fool us and don't attach any clause on privacy, confidentiality or the like in your mail as archives of the mailing list are public. Send instant messages to your online friends http:// Could you refrain from posting advertisements to this

Re: PIL and camera.py

2008-08-12 Thread Alex T. W. LEUNG
Hi maemo developers, I notice that there was an email with the captioned subject from D. Scott Brown last email. The below code fragment works from me, see if it helps for anyone who are interested in enhancing the camera.py example. def buffer_cb(pad, buffer): # Here you have a chance

PIL and camera.py

2007-05-21 Thread D. Scott Brown
The Python Bora tutorial indicates that JPEG saving was omitted from Elvis Pfutzenreuter's camera.py due to the absence of PIL. Thanks to the excellent efforts of Matt Croydon and the PyMaemo team, it looks like we now have PIL and thus JPEG support in Python 2.5.1. In camera.py example app,