View Single Post
raandoom's Avatar
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
File Type: zip logo_compress.elf.v.1.2.zip (11.4 KB, 125 views)
 

The Following 5 Users Say Thank You to raandoom For This Useful Post: