I'm just wondering if a compressed file format such as png uses up memory equal to its size, or if it's "decompressed" before loaded into memory? I'm using OpenGL and SDL_image to open image files, by the way.