|
You are here |
blog.ononoki.org | ||
| | | | |
imrannazar.com
|
|
| | | | | This first part explores the concepts behind the compression techniques used by JPEG. | |
| | | | |
yasoob.me
|
|
| | | | | Hi everyone! ?? Today we are going to understand the JPEG compression algorithm. One thing a lot of people don't know is that JPEG is not a format but rather an algorithm. The JPEG images you see are mostly in the JFIF format (JPEG File Interchange Format) that internally uses the JPEG compression algorithm. By the end of this article, you will have a much better understanding of how the JPEG algorithm compresses data and how you can write some custom Python code to decompress it. | |
| | | | |
bengarney.com
|
|
| | | | | Last time, I got angry at Skype and metaphorically flipped the table by starting to write my own video conferenceapplication. We got a skeleton of a chat app and a video codec up, only to find it had a ludicrous 221 megabit bandwidth requirement. We addedsome simple compression but didn't get much return from our... | |
| | | | |
ewintr.nl
|
|
| | | [AI summary] A guide on configuring nginx to set caching headers for specific file types like images and fonts using the expires directive and mime.types file. | ||