Tizen Binary Size Limit
Portyman
Member, PRO Posts: 409
There is a 650 MB limit for binaries on the tizen platform which is a problem for my app as it Is 800.
Do the images need to be double the actor size for tizen devices like do for the retina iPhone?
Do I need to have resolution independence for tizen?
Any help or thoughts is appreciated.
Do the images need to be double the actor size for tizen devices like do for the retina iPhone?
Do I need to have resolution independence for tizen?
Any help or thoughts is appreciated.
Comments
I don't know if this is common knowledge but if it is sorry, I'm just trying to help.
The png is a file that sometimes contains a lot of unnecessary info that can be striped out whiteout affecting the image and it reduces the size of it considerably. There is a free program called ImageOptim that does this amazing trick.
Also a color png image sometimes contain so many colors that not all off them are perceived by the normal eye and with a program called ImageAlpha you can reduce this colors and by doing this you reduce the size.
One time I had a 108MB game that with this tools it got reduce to 48MB
I hope this helps!!!