8bit images improve loading times?
POM
Member Posts: 2,599
Hey ,
im trying to cut loading times between scenes.. does 8bit images improve loading times as oppose to 24bit png?
If so ... can someone confirm this site - http://www.8bitalpha.com - really give you 24bit to 8bit conversion ?
Cheers.
Roy.
im trying to cut loading times between scenes.. does 8bit images improve loading times as oppose to 24bit png?
If so ... can someone confirm this site - http://www.8bitalpha.com - really give you 24bit to 8bit conversion ?
Cheers.
Roy.
Comments
Shadows Peak is an atmospheric psychological horror that explores the dark side of a player.
I've not noticed any difference in loading times.
If you didn't already, use 'change attribute: self.image' instead of using the 'change image' attribute. Also don't allocate actors with images but leave them as white squares. This can help with loading times.
If you have a lot of sounds you could use .caf files instead of .ogg too.
----------
"Honey Tribe is not only a remarkably endearing little game, but it's also incredibly addictive." Pocket Gamer
"...a touch above the rest in the endless running genre" 148apps.com
Say hi on Twitter
Like us on Facebook
www.HoneyTribeStudios.com
Shadows Peak is an atmospheric psychological horror that explores the dark side of a player.
So yes you can have 8bit pngs with alpha
The file size of an indexed PNG is much smaller. It's like 1/4 the size of an original. So, that's good for loading times and game space. It doesn't help with RAM though.
Roy.
Shadows Peak is an atmospheric psychological horror that explores the dark side of a player.