performance - is it worth it to convert graphics from jpg to png? -


all game textures start in jpg. i've been converting them png android game, since i've read seems default format recommended, haven't seen justification on over jpg when original file jpg. know difference between jpg , png (lossy vs lossless), , png converted jpg can't of higher quality original jpg, file size increases in conversion anyway. have been doing in case png files process faster in game or display better on phone screen. either of these case or should leaving in original jpg save memory , time.

it late, you've lost fidelity. png cannot make lost pixels re-appear, works in law & order crime lab. quite liable png that's larger necessary due quantization noise, added when jpeg data converted bitmap. you'll need original artwork , skip jpeg encoding step go straight png. never smaller file, better.


Comments

Popular posts from this blog

css - Which browser returns the correct result for getBoundingClientRect of an SVG element? -

gcc - Calling fftR4() in c from assembly -

Function that returns a formatted array in VBA -