Introducing XDA:DevCon – A Conference For Developers By Developers
XDA Developers Android and Mobile Development Forum
Forgot your password?
 
Post Reply+
Tip us?
 
quy80yenmo
Old
#1  
Junior Member - OP
Thanks Meter 0
Posts: 7
Join Date: Mar 2012
Default help me to make RLE file

Any body help me to make RLE file. I want to change some picture in LG p920 but i can't find how to make it or change from jpg to rle.
Help me please, thanks!
 
chu1982
Old
#2  
Junior Member
Thanks Meter 18
Posts: 19
Join Date: Jun 2010
Location: beijing

 
DONATE TO ME
需要使用linux系统,执行一些命令,

rle要转成raw格式,用指令:
from565 -rle < logo.rle > logo.raw

再转成PNG格式,用指令:
convert -depth 8 -size 480x800 rgb:logo.raw logo.png

OK,现在修改吧。

再反向打包:

PNG反转回RAW,用指令:
convert -depth 8 logo.png rgb:logo.raw

再RAW转回rle,用指令:
to565 -rle < logo.raw > logo.rle
The Following User Says Thank You to chu1982 For This Useful Post: [ Click to Expand ]
 
Paki0402
Old
#3  
Paki0402's Avatar
Senior Member
Thanks Meter 181
Posts: 170
Join Date: Mar 2011
Talking Google translation:

Quote:
Need to use the Linux system to perform some command

rle want to convert the raw format, with instructions:
Code:
from565 -rle < logo.rle > logo.raw
then into PNG format, use the command:
Code:
convert -depth 8 -size 480x800 rgb:logo.raw logo.png
OK, now modify it. Re-packaged reverse:

the PNG reverse back to the RAW, with the command:
Code:
convert -depth 8 logo.png rgb:logo.raw
to RAW back to rle., With the instruction:
Code:
to565 -rle < logo.raw > logo.rle
THX - I'll try it!


cheers paki
 
The Archangel
Old
#4  
Account currently disabled
Thanks Meter 3743
Posts: 5,870
Join Date: Sep 2010
Location: Virginia beach

 
DONATE TO ME
Quote:
Originally Posted by chu1982 View Post
需要使用linux系统,执行一些命令,

rle要转成raw格式,用指令:
from565 -rle < logo.rle > logo.raw

再转成PNG格式,用指令:
convert -depth 8 -size 480x800 rgb:logo.raw logo.png

OK,现在修改吧。

再反向打包:

PNG反转回RAW,用指令:
convert -depth 8 logo.png rgb:logo.raw

再RAW转回rle,用指令:
to565 -rle < logo.raw > logo.rle
Please post all replies, in English. I don't make the rules,I just enforce them.
 
pandaball
Old
#5  
pandaball's Avatar
Forum Moderator / Recognized Developer
Thanks Meter 464
Posts: 1,136
Join Date: Oct 2011

 
DONATE TO ME
Quote:
Originally Posted by chu1982 View Post
需要使用linux系统,执行一些命令,

rle要转成raw格式,用指令:
from565 -rle < logo.rle > logo.raw

再转成PNG格式,用指令:
convert -depth 8 -size 480x800 rgb:logo.raw logo.png

OK,现在修改吧。

再反向打包:

PNG反转回RAW,用指令:
convert -depth 8 logo.png rgb:logo.raw

再RAW转回rle,用指令:
to565 -rle < logo.raw > logo.rle
My translation

You need to use Linux to run these commands.

To convert RLE to raw, use this command:
from565 -rle < logo.rle > logo.raw

To convert raw to png:
convert -depth 8 -size 480x800 rgb:logo.raw logo.png

Now you can edit the file as you wish.

To convert png to raw:
convert -depth 8 logo.png rgb:logo.raw

To convert raw to RLE:
to565 -rle < logo.raw > logo.rle
Forever hungry.
 
chu1982
Old
#6  
Junior Member
Thanks Meter 18
Posts: 19
Join Date: Jun 2010
Location: beijing

 
DONATE TO ME
sorry I do not speak english ,,thanks you for thancelate
 
Post Reply+
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Go to top of page...

XDA PORTAL POSTS

Boot Animation Paradise for your Android Device

The default boot animations on any device, no matter whichmanufacturer, are generally pretty … more

Flash Custom ROM and Recovery to Samsung Galaxy S 4

After reading about Dan Rosenberg’s bootloader exploit for the Samsung Galaxy S 4,I … more

Windows-Based Multi-Tool for the Sony Xperia U

If you are a flashaholic and an owner of the Sony Xperia U, you may be interested in the … more