Tool for compressing and decompressing XPRS (.bm_/.compressed.bmp) files
found in Windows Mobile and Windows Phone 7 ROMs - used for splash screens and
possibly other things.
Usage: XPRSplashTool.exe [decompress/compress] [input file] [output file]
- To decompress a file "nokia_logo.compressed.bmp"
XPRSplashTool.exe decompress nokia_logo.compressed.bmp nokia_logo.bmp
- To compress a file "awesome_splash.bmp"
XPRSplashTool.exe compress awesome_splash.bmp awesome_splash.bm_
Requires cecompr_nt.dll, apparently by AnDim on XDA - this can be found in the
"Dependencies" folder.
The SHA256 of the expected cecompr_nt.dll file is
8291d928bc727af984376d52ef9a144addc842be206c743d4c1a3a1a639ff548.
- Find a FOSS or transparent source for XPR compression.
- Mac/Linux/BSD support.