Thread
:
[Announce] Changing Nokia's logo colors in NOLO
View Single Post
raandoom
2012-08-03 , 10:30
Posts: 46 | Thanked: 131 times | Joined on Jul 2011 @ Russia, Moscow area
#
54
I got a little updated the elf
Now let it call version 1.2. What's new:
- No more hardcoded names of files (i am about "rawbmp.bin" and "logo.bin"). Now you must run elf with name of file at input. Like this:
Code:
./logo_compress.elf filename
Your compressed file will be in file named "filename.out".
- Now you can don't cut of the header of your *.bmp file. Elf know where image started in your file. But you must say to elf that your file have a header by using key "-h" at the end of command
Like this:
Code:
./logo_compress.elf filename -h
There are versions for ARM, x86 and x64 in attached archive.
That's all for this moment, thanks. I hope it will be useful for someone
Attached Files
logo_compress.elf.v.1.2.zip
(11.4 KB, 143 views)
Quote & Reply
|
The Following 5 Users Say Thank You to raandoom For This Useful Post:
Dousan
,
hxka
,
J4ZZ
,
Sourav.dubey
,
Wikiwide
raandoom
View Public Profile
Send a private message to raandoom
Find all posts by raandoom