RE: How to create a BMP image using c or python

2009-02-23 Thread Alex T. W. LEUNG
Hi dongmei, see if pymaemo's imaging library can do what you need: http://www.pythonware.com/library/pil/handbook/image.htm pay particular attention to the tobitmap function. Alex. -Original Message- From: maemo-developers-boun...@maemo.org [mailto:maemo-developers-boun...@maemo.org]

Re: How to create a BMP image using c or python

2009-02-23 Thread Dave Neary
Hi, You could use ImageMagick: https://maemo.org/downloads/product/OS2008/imagemagick/ Cheers, Dave. dongmei zhou wrote: hi All, I know that Jpeg image can be created with Gstreamer , while how to create a BMP format image by c or python? Any help would be appreciated, thanks in

Anyone working on UPnP Print Controllers for N810

2009-02-23 Thread Arvind1 K
Hi All, I'm developing an application that makes my N810 as a Print Controller that can detect UPnP printers in network and can perform some job management activities. I would like to know if someone is working on the same lines and if someone has written code that converts a simple printer in

Re: How to create a BMP image using c or python

2009-02-23 Thread Simon Pickering
hi All, I know that Jpeg image can be created with Gstreamer , while how to create a BMP format image by c or python? Any help would be appreciated, thanks in advance! Google? A bitmap is just a header followed by the data (which can just be raw data if you don't want to implement

Re: openSUSE Online Build System

2009-02-23 Thread Jeremiah Foster
On Feb 16, 2009, at 8:52 AM, Quim Gil wrote: Hi, any experiences and opinions about Build maemo-apps with openSUSE BuildService ? - It works ! http://lizards.opensuse.org/2009/01/27/build-maemo-apps-with-opensuse-buildservice-it-works/ http://en.opensuse.org/Build_Service/ I met the

Re: How to create a BMP image using c or python

2009-02-23 Thread dongmei zhou
hi All, Thank you for your tips and I want to add a point that I want to get BMP file form N800 camera,You know that we can get jpeg file through Gstreamer got from N800 Camera, what about BMP file? 2009/2/23 Simon Pickering s.g.picker...@bath.ac.uk hi All, I know that Jpeg

RE: How to create a BMP image using c or python

2009-02-23 Thread Simon Pickering
Look at this: http://maemo.org/development/documentation/manuals/4-0-x/how_to_use_came ra_api/ You can replace the create_jpeg() fn with one that does what you want with the buffer of raw data that is passed to it. Simon -Original Message- From: dongmei zhou

Re: Maemo on Google Summer of Code 09 - Help needed

2009-02-23 Thread Luis Felipe Strano Moraes
On Tue, Feb 17, 2009 at 2:44 PM, Valerio Valerio vdv...@gmail.com wrote: Hi, On Tue, Feb 17, 2009 at 5:31 PM, Dave Neary dne...@maemo.org wrote: Hi all, I just wanted to say that GSoC is a great opportunity for students to spend some quality time working on a project they like, and try out