gps4blackjack wrote:@miruim: Well, 0.X means BETA, and help is welcome and encouraged. So, when you have knowledge of what would make a particular modification work, share it and I'll try to find a way to automate it.
The compression fails because there are too many colors in the bitmap. I just don't catch the error message of the converter (a console application). And that's not "most of them", rather "a few". Nothing I can to about that unless I use dithering algorithms which would make the bitmaps look bad. BTW, iGo loads uncompressed bitmaps just fine.
As for main.ui, that's inside data.zip, as far as I can tell, not inside the skin .zip file. iGoSkinWizard includes, since version 0.4, functionality to replace the paths inside .ui files. However, you should use the large data.zip provided with the latest versions, it has many resolutions already "converted". If you have a skin with its own main.ui (something I haven't seen yet), send it over and I'll take a look.
Not sure what to say about the out of memory error, don't know enough to answer that question.
For bitmap conversions: Did you tried IrfanView?
It has options to resize and modify color depth even in command mode.
I use to try parameters in window mode before make Irfan process them in command mode.
As for out of memory errors most of them are frequently for devices with 64 MB RAM and large landmark or terrain files (which stores altitudes), but terrain files could change their format too, but I'm not sure (it's just a supposition). A solution for Israel is founded here.
But …
Twingo wrote:Try this in sys.txt as out of memory problems
[debug]
cache=2048
max_memory=21500000
reserve_memory=4500000
[/url]