PSP & PS3 Hacks Mods

Full Version: converting/save to 32bit png
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi

I'm not sure if the png files I have are 32bit. I also don't know how I can check.

Is there a tool that can check or save them as 32bit png?

I suspect this is the cause that I keep getting invalid literal for int() with base 10: '' when I build.

It's happening with the new icons and with a few of the standard.

Hope someone can help.

- F
Right-click the image and go to properties. In the details tab, check the Bit depth. It will say if it is 32 bit or not.
Yes I check them all and are 32bit depth

I keep getting that same error Sad invalid literal for int() with base 10: and I don't know why Sad
check the file that you are getting the error on. file doesn't exist?
It's the last file on the list in the < icontable > section which causes the error - all the files are in the folder.

I've removed the last image from the xml list and folder - and it errors the last one in the list again. So obviously it's doing something it shouldn't
Ok figured it out - changed the layout of the XML

<theme>
<icontable> First
<infotable> Second
<pointertable> Third
<bgimagetable> Fourth
<other> Fifth - ie. color, font etc.
</theme>

This worked
Reference URL's