Discussion:
[Bitpim-devel] Little project if anyone is interested
Roger Binns
2003-07-29 23:55:06 UTC
Permalink
If anyone is looking for a little project, here is one I would
greatly appreciate.

I would like some code that can convert to and from the Brew
Compressed Image format.

http://www.qualcomm.com/brew/developer/resources/ds/faq/techfaq15.html#T1A

The code can be in any language you want (I will convert it
to Python). The other image format should just be a list
of RGB tuples (eg 0,0xff,0 is green). (You can also use
raw ppm to make testing easier).

Roger
Roger Binns
2003-08-12 10:46:31 UTC
Permalink
I did some more digging on this and have the relevant meta information
(basic file format, compression algorithm). As a bonus, you can also
create animated images.

Is that enough incentive for someone to tackle this as a project?
If so, email me and I will fill you in on the details.
Post by Roger Binns
If anyone is looking for a little project, here is one I would
greatly appreciate.
I would like some code that can convert to and from the Brew
Compressed Image format.
http://www.qualcomm.com/brew/developer/resources/ds/faq/techfaq15.html#T1A
The code can be in any language you want (I will convert it
to Python). The other image format should just be a list
of RGB tuples (eg 0,0xff,0 is green). (You can also use
raw ppm to make testing easier).
Roger

Loading...