Compression | The Supercomputing Blog (original) (raw)
In memory image compression is essential for any type of visual computing application. Images alone can take a good amount of memory, and when creating an application which uses many images, you may soon find yourself using several gigabytes of memory. While this may be fine for your personal workstation, it may not be okay if you intend to release your application to the public. To work around this memory consumption problem, you’ll want to use in-memory image compression techniques to reduce your program’s memory footprint. Continue reading ‘In Memory Image Compression tutorial’ »
Posted by admin on May 28, 2012 at 9:58 pm under C++, Graphics, Optimization.
Tags: C++, Compression, Image Compression, In memory compression, In memory image compression, JPEG
Comments Off on In Memory Image Compression tutorial.