View Single Post
Old 05-14-2008, 01:43 PM   #10 (permalink)
TheZMan
Zuner
 
Join Date: May 2008
Location: WA
Posts: 69
Reputation: 12
$zB: 60
Donate
Default

Quote:
Originally Posted by Omnidragon View Post
you do know that images cannot be compressed in memory right? not in RAM any way. the only way to reduced their size is to use vector graphics and have them as mathematical equations
The only time an image needs to be expanded to full size is when it is rendered to the screen becuase at that point it has to fill all of the pixels.

But images are very commonly compressed in memory using exactly the same compression you see on disc. JPG, PNG and ZIP.

In addition there are speciality image compression file formats called DXT which are used heavily to reduce texture sizes on graphics cards. See http://en.wikipedia.org/wiki/S3_Texture_Compression




TheZMan is offline   Reply With Quote