View Single Post
pelago's Avatar
Posts: 2,121 | Thanked: 1,540 times | Joined on Mar 2008 @ Oxford, UK
#5
Originally Posted by coderus View Post
and about rle. i believe it should be rle (some sort of bitmap format, many image editors can export to rle), but compressed/encrypted by nokia, i believe it should work fine with "plain" rle file.
I assume RLE is http://en.wikipedia.org/wiki/Run-length_encoding which isn't a file format as such, but a simple compression technique. It should be easy to compress/uncompress the data, but you would still need to work out the underlying file format. It's likely to be some kind of raw framebuffer dump.