From: Roger B. <ro...@ro...> - 2003-07-30 00:01:53
|
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 |