Tagged articles

PNG

12 articles · Page 1 of 1
IT Services Circle
IT Services Circle
Jul 16, 2026 · Industry Insights

Why PNG Stands for “I’m Not GIF”: The Story Behind the Format

PNG, originally named PING (PING Is Not GIF), was created in the mid‑1990s as a patent‑free alternative to GIF’s LZW compression, offering higher color depth, transparency, and better compression, and its development illustrates how community‑driven standards can emerge from licensing disputes.

GIFLZW patentOpen Standards
0 likes · 7 min read
Why PNG Stands for “I’m Not GIF”: The Story Behind the Format
Sohu Tech Products
Sohu Tech Products
Nov 20, 2024 · Mobile Development

Understanding Apng and Implementing Animation Playback on Android

APNG, a high‑quality animated PNG format offering 24‑bit color and 8‑bit alpha transparency, outperforms GIF in visual fidelity and file size, and on Android can be parsed and rendered via MappedByteBuffer and SurfaceView using background threads to load frames from memory, eliminating I/O lag and UI blocking.

AndroidPNGanimation
0 likes · 13 min read
Understanding Apng and Implementing Animation Playback on Android
Tencent Music Tech Team
Tencent Music Tech Team
Sep 15, 2023 · Mobile Development

Parsing and Using NinePatch PNG Images for Resizable UI Elements

The article explains how to create, parse, and use NinePatch (.9.png) images by extracting the custom “npTc” chunk from a PNG file, building a PNGNinePatch object in Objective‑C, and converting its stretchable region data into UIEdgeInsets for resizable iOS UI elements.

AndroidCapInsetsNinePatch
0 likes · 13 min read
Parsing and Using NinePatch PNG Images for Resizable UI Elements
IT Services Circle
IT Services Circle
Apr 10, 2023 · Information Security

Privacy Leak in Google Pixel and Windows Screenshot Tools: Overwritten Image Data Reveals Hidden Information

A recent investigation reveals that both Google Pixel's Markup tool and Windows' built‑in screenshot utility can unintentionally expose residual image data, allowing attackers to recover previously hidden information from PNG and JPG files, highlighting a widespread privacy risk across billions of users.

GoogleImage SecurityMicrosoft
0 likes · 8 min read
Privacy Leak in Google Pixel and Windows Screenshot Tools: Overwritten Image Data Reveals Hidden Information
Liangxu Linux
Liangxu Linux
Aug 31, 2020 · Fundamentals

Understanding PNG: Types, Data Structure, and Compression Mechanics

This article explains the PNG image format, covering its full name, lossless compression, size advantages, transparency support, the three main PNG types, the file’s chunk‑based data structure, hexadecimal header details, factors that affect compression efficiency, and the two‑stage prediction‑and‑deflate compression process.

DEFLATEData StructureLZ77
0 likes · 10 min read
Understanding PNG: Types, Data Structure, and Compression Mechanics