PNG-2-RLE Batch Converter.....[Windows .bat]

EarthnFire78

YAY!!! ME :)
Jan 1, 2012
964
232
0
I shared a PNG to RLE converter with LeslieAnn that I found from searching Google, well I made a few changes that give it more of an interface menu setup, and be more noob friendly. This well batch convert png's images to rle splash images.

I'm also working on a way for it to rename the rle to sprint_power_on in numerical order after converting, well update if/when successful.

Read the "Read me" txt before converting.



PNG-2-RLE Batch Converter.zip
 
Last edited:
I share a PNG to RLE converter with LeslieAnn that I found from searching Google, well I made a few changes that give it more of an interface menu setup, and be more noob friendly. This well batch convert png's images to rle splash images.

I'm also working on a way for it to rename the rle to sprint_power_on in numerical order after converting, well update if/when successful.

Read the "Read me" txt before converting.



PNG-2-RLE Batch Converter.zip

You should be able to follow my method for Ubuntu to give the names appropriate numbering schemes. ;)
 
  • Like
Reactions: EarthnFire78
You should be able to follow my method for Ubuntu to give the names appropriate numbering schemes. ;)

Tried that and it would convert but not rename, or it just renamed the first file. I do have a picture editing program that well however rename the files.

Windows batch commands are in some ways to simple, which makes finding the right command line harder.
 
Is there anything that can do this the other way around? RLE to PNG? Trying those batch files posted in another thread, but it gives me an error every time, and the images when I open them in Photoshop are heavily distorted, and I assume the wrong size (480 x 854?)

Code:
--------------------------------------
Converting RLE file to image file
--------------------------------------
.
Using battery_ani_01.rle
.
[ STEP 1] - converting to RLE to RAW format...
70000 pixels
.
[ STEP 2] - converting to Final iamge format...
convert: Unexpected end-of-file `battery_ani_01.rle.raw': No such file or direct
ory @ error/rgb.c/ReadRGBImage/231.
.
--------------------------------------
DONE!!!
--------------------------------------
 
Is there anything that can do this the other way around? RLE to PNG? Trying those batch files posted in another thread, but it gives me an error every time, and the images when I open them in Photoshop are heavily distorted, and I assume the wrong size (480 x 854?)

Code:
--------------------------------------
Converting RLE file to image file
--------------------------------------
.
Using battery_ani_01.rle
.
[ STEP 1] - converting to RLE to RAW format...
70000 pixels
.
[ STEP 2] - converting to Final iamge format...
convert: Unexpected end-of-file `battery_ani_01.rle.raw': No such file or direct
ory @ error/rgb.c/ReadRGBImage/231.
.
--------------------------------------
DONE!!!
--------------------------------------

The rle files used by our phones are a bit different, so in most cases they come out looking all weird. I'm not worried to much about converting to .png I just like to convert to rle for a different slash screen.

The project that I'm working on has Jerry's png 2 rle script (though I did change a few things and works in Windows, so as a result support for this bat file well be limited.
 
That's fine. I was just trying to convert them back to PNG so I could look at them and see exactly where they are used. The file names are descriptive though so that gives me a good starting point. I should be making them for the size of our phones then, correct? 320 x 480?
 
Clarification: Definitely looking forward to checking out your software once it's released, I'm just trying to do this stuff by hand the first time around to make sure I learn as much as possible.
 
That's fine. I was just trying to convert them back to PNG so I could look at them and see exactly where they are used. The file names are descriptive though so that gives me a good starting point. I should be making them for the size of our phones then, correct? 320 x 480?

Yeah make them that size, then put them into the appropriate folder and make sure they are named appropriately and then run the batch file, and it will output your rles. Just make sure to strip the .PNG part out of the outputted files name since they'll be named name_of_file.png.rle

Sent from my LG-VM670 using Tapatalk 2
 
  • Like
Reactions: cole2kb
You all week like the batch covert, that is part if my project. It well rename the files to what it needs to be named, and writing one for the charging rle.
 
If you want to just alter batch images to usable image format, then Image Converter software is a simple and quick way to a lot speed up picture's file type changes in just a small number of clicks. As a batch image converter I also use ReaJPEG software with its batch editing mode.
 
Last edited: