Relative Content

Tag Archive for c++pngdeflate

how to decompress the DEFLATE compressed data

I wanted to create the internet trend BadApple in c++ console. By extracting every frame from the BadApple video using ffmpeg in .png format and reading RGB pixel data from it. I already have a boiler plate code on how to extract chunks by reading this article in Wikipedia. And I don’t want to use any libraries.