Tag

Image Formats

1 views collected around this technical thread.

Test Development Learning Exchange
Test Development Learning Exchange
Jan 14, 2025 · Fundamentals

Common Image File Formats and How to Read/Write Them with OpenCV

This article introduces several common image file formats such as BMP, PNG, JPEG, TIFF, WebP, and others, explains their typical use cases, and provides Python OpenCV code snippets for reading, displaying, and saving images in each format.

File I/OImage FormatsPython
0 likes · 6 min read
Common Image File Formats and How to Read/Write Them with OpenCV
iQIYI Technical Product Team
iQIYI Technical Product Team
Feb 8, 2024 · Mobile Development

Image Format Optimization and Deployment Practices at iQIYI: From JPG to AVIF

iQIYI optimized its app’s visual experience by progressively replacing JPG with WebP, HEIC, and finally AVIF—using a caplist‑driven CDN, self‑developed decoders and on‑demand production pipelines—to cut image sizes, reduce CDN bandwidth by over 30 % and maintain quality across static, transparent and animated assets.

AVIFHEICImage Formats
0 likes · 19 min read
Image Format Optimization and Deployment Practices at iQIYI: From JPG to AVIF
政采云技术
政采云技术
May 17, 2022 · Frontend Development

Performance Optimization: Image Compression, Loading Strategies, and Format Selection

This article explains why image resources dominate front‑end performance, describes how binary depth relates to color representation, compares common image formats (JPEG, PNG‑8/24, SVG, WebP, Base64), and provides practical techniques such as compression tools, CDN/OSS deployment, and lazy‑loading code to dramatically improve page load speed.

Image FormatsOSScdn
0 likes · 12 min read
Performance Optimization: Image Compression, Loading Strategies, and Format Selection
AntTech
AntTech
Jul 22, 2020 · Cloud Native

From Live CD to Docker: The Evolution of Union Filesystems and Modern Image Formats

The article traces the history from early Live CD technologies like Knoppix’s cloop and SquashFS, through the development of union filesystems such as aufs, to Docker’s layered image model, and discusses emerging next‑generation image formats aiming to reduce redundancy and improve lazy loading.

DockerFilesystemImage Formats
0 likes · 17 min read
From Live CD to Docker: The Evolution of Union Filesystems and Modern Image Formats
Tencent Cloud Developer
Tencent Cloud Developer
Dec 16, 2019 · Mobile Development

Optimizing GIF Usage in Information Flow: Converting GIF to MP4 and SharpP Evaluation

To address the slow loading and high bandwidth costs of GIFs in short‑content feeds, the team evaluated APNG, WebP, SharpP, and MP4, found MP4 video conversion offers the best compression, universal support and comparable CPU usage, achieving a 62% size reduction, 90% instant‑open rate and a 5.6% exposure boost.

GIF optimizationImage FormatsMP4 conversion
0 likes · 10 min read
Optimizing GIF Usage in Information Flow: Converting GIF to MP4 and SharpP Evaluation
Tencent Music Tech Team
Tencent Music Tech Team
Jul 28, 2017 · Mobile Development

Dynamic Image Formats and Performance Comparison on Android

The article defines dynamic image formats, traces their history from GIF to WebP, compares GIF, APNG and WebP features and Android decoding performance, showing WebP offers smaller files and faster loading at higher CPU cost, while GIF remains most compatible and CPU‑efficient.

AndroidApngDynamic Images
0 likes · 19 min read
Dynamic Image Formats and Performance Comparison on Android