Skip to content

RLE Convertor : Converts rle (rle to png) android boot images to png format. and png images to .RLE format file used for android.

Notifications You must be signed in to change notification settings

udaykanthr/from565

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

From565

Converts rle android boot images to png format And also converts png to rle used for android.

BUILD

Creating PNG file:
Change your .rle to logo.rle and replace the current file. and execute the below command.
make rletopng or make

Creating RLE file from png:
Change your .png to mylogo.png and replace the current file. and execute the below command.
make pngtorle

NOTE: 'make clean' will remove all the generated file for fresh build.

Credits

zebarbu - original author.(only for from565.c file. i.e rle to png conversion.)
Referenced from : http://forum.xda-developers.com/showthread.php?t=448804

About

RLE Convertor : Converts rle (rle to png) android boot images to png format. and png images to .RLE format file used for android.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages