Converts rle android boot images to png format And also converts png to rle used for android.
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.
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