Tag

RGB

0 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.

CMYKColor TheoryPCCS
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.

Color spaceRGBVideo Encoding
0 likes · 21 min read
Understanding Digital Image Acquisition, Color Spaces, and Video Encoding Basics
Qunar Tech Salon
Qunar Tech Salon
May 27, 2015 · Fundamentals

Understanding RGB vs CMYK and Converting CMYK JPEG to RGB with ImageMagick

The article explains why CMYK JPEG images fail in Internet Explorer, contrasts CMYK with RGB color models, and provides ImageMagick commands to convert CMYK images to RGB for proper web display across browsers.

CMYKColor spaceImageMagick
0 likes · 3 min read
Understanding RGB vs CMYK and Converting CMYK JPEG to RGB with ImageMagick