Tag

progressive JPEG

0 views collected around this technical thread.

Architecture Digest
Architecture Digest
Dec 24, 2017 · Backend Development

Progressive JPEG and Streaming Transmission in WeChat C2C Image Service

The article explains how WeChat's C2C backend uses progressive JPEG encoding, streaming transmission, and a dynamically adjustable minimal transport size to significantly reduce image delivery latency and improve user experience under varying network conditions.

backendimage optimizationprogressive JPEG
0 likes · 9 min read
Progressive JPEG and Streaming Transmission in WeChat C2C Image Service
Tencent Architect
Tencent Architect
Mar 30, 2017 · Backend Development

Progressive Image Streaming System Overview in WeChat C2C

The article explains how WeChat C2C’s backend uses progressive JPEG encoding combined with a streaming transmission approach and a dynamically adjustable minimal transport size to reduce image delivery latency and improve user experience under varying network conditions.

backend architectureimage streamingnetwork optimization
0 likes · 7 min read
Progressive Image Streaming System Overview in WeChat C2C
Architecture Digest
Architecture Digest
Apr 28, 2016 · Backend Development

How Twitter Handles 3,000 Images Per Second: Architecture, Scaling, and Media Optimizations

The article explains how Twitter evolved from a text‑only service to a media‑rich platform capable of processing 3,000 images per second by decoupling upload and tweet creation, using handles instead of blobs, implementing resumable segmented uploads, applying TTL policies, and optimizing client‑side formats such as WebP and progressive JPEG.

Twitterbackend architectureimage pipeline
0 likes · 10 min read
How Twitter Handles 3,000 Images Per Second: Architecture, Scaling, and Media Optimizations