Tag

RGB

1 views collected around this technical thread.

DaTaobao Tech
DaTaobao Tech
Oct 16, 2023 · Fundamentals

Fundamentals of Color Theory and Color Systems

Fundamentals of color theory explain how light creates the visible spectrum, how additive (RGB) and subtractive (CMY/K) mixing generate colors, describe traditional pigment systems and Japan’s PCCS matrix, detail digital models such as RGB, CMYK, HSV and Lab, compare their gamuts, and illustrate commercial uses like Pantone’s standardized swatches for branding.

CMYKPCCSRGB
0 likes · 17 min read
Fundamentals of Color Theory and Color Systems
Bilibili Tech
Bilibili Tech
Sep 20, 2022 · Fundamentals

Common Color Representation Methods and Image/Video Fundamentals

The article explains common color models such as grayscale, RGB and YUV, describes image fundamentals like resolution and aspect ratio, outlines typical storage formats (RGB, YUV420P, NV12/NV21) and their bit‑depth considerations, and introduces video basics including frame rate, compression stages and HDR mapping.

RGBYUVcolor representation
0 likes · 21 min read
Common Color Representation Methods and Image/Video Fundamentals
Python Programming Learning Circle
Python Programming Learning Circle
Jun 29, 2022 · Fundamentals

Python Mosaic Image Generator: Creating Photo Mosaics with RGB and HSV

The article explains how to use Python to build a mosaic image generator that transforms any picture into a mosaic by calculating average HSV colors of source images, dividing the target image into color blocks, replacing them with matching images, and blending the result, complete with code examples.

HSVMosaicPython
0 likes · 5 min read
Python Mosaic Image Generator: Creating Photo Mosaics with RGB and HSV
New Oriental Technology
New Oriental Technology
May 24, 2021 · Fundamentals

Understanding Digital Image Acquisition, Color Spaces, and Video Encoding Basics

This article explains how digital images are captured as pixel arrays, describes the physiological basis of color perception, compares RGB and YUV color spaces, and introduces video compression concepts such as spatial and temporal redundancy, frame types, and common encoding formats.

RGBYUVcolor space
0 likes · 21 min read
Understanding Digital Image Acquisition, Color Spaces, and Video Encoding Basics
Tencent IMWeb Frontend Team
Tencent IMWeb Frontend Team
May 13, 2021 · Fundamentals

Understanding Video Frame Color Spaces: RGB, YUV, and FFmpeg Pixel Formats

This article explains the fundamentals of video frame color spaces, covering how video frames are composed, the differences between RGB and YUV, FFmpeg pixel format definitions, chroma subsampling schemes, storage layouts, and conversion formulas, with code examples and visual illustrations.

FFmpegRGBWASM
0 likes · 13 min read
Understanding Video Frame Color Spaces: RGB, YUV, and FFmpeg Pixel Formats