graphics - game background file of just 2KB ...how? -



graphics - game background file of just 2KB ...how? -

i making game mobile phone , have little knowledge of creating graphics games. making graphics using coreldraw & photoshop.

i made flash.png using above 2 software's & squeeze size 47kb only.....

but came across 1 game has file size 2kb background (bg0 & bg1.png)

i want know how create such beautiful graphics without increasing size of file...

i assume gamer must have hand sketched, scanned & used 1 of above software's fill colors.....but not sure it...

plz help

there several ways cut down size of png:

reduce colour depth. don't utilize rgb true/24 bit colour, utilize indexed colour image. need add together palette image, each pixel 1 byte, not two.

once have indexed colour image, cut down number of colours in palette. there limit how many colours can cut down - fewer colours, lower image quality.

remove unnecessary png chunks. fine art packages may add together additional info png isn't image info (creation date, author info, resolution, comments, etc.)

graphics

Comments

Popular posts from this blog

iphone - Dismissing a UIAlertView -

intellij idea - Update external libraries with intelij and java -

javascript - send data from a new window to previous window in php -