> 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 RLE code).

E.g. format of the file: http://en.wikipedia.org/wiki/Windows_bitmap

and here's an implementation that you could copy and change:  
http://cpansearch.perl.org/src/DHUNT/PDL-Planet-0.05/libimage/bmp.c

All you need is some data and stdio.h

Cheers,


Simon


_______________________________________________
maemo-developers mailing list
maemo-developers@maemo.org
https://lists.maemo.org/mailman/listinfo/maemo-developers

Reply via email to