当前位置:网站首页>. File header parsing of BMP pictures
. File header parsing of BMP pictures
2022-06-21 22:36:00 【Jida qinshaoyou】
BMP The file is fully parsed
A plane image , The result is a colorful two-dimensional matrix , The combination of three primary colors constitutes almost all colors visible to the naked eye , To display the color matrix , Use a high density of RGB A screen made up of color pixels , So the processor needs to know the color value of each pixel , That is to say, what constitutes color RGB Tricolor brightness . But at the beginning, there was no color display , A black-and-white display made only of tubes , It depends on the intensity of electrons emitted by the electron tube to define the black-and-white brightness information .
Color space

RGB Color space

RGB Mixed color
Because processors made of semiconductors can only handle binary , So the description of the pixels that make up the image is ultimately in binary form , Commonly used RGB888 Format , That is, the three primary colors that make up the color have 8 Bit resolution , namely 256 Level depth . But embedded platforms are commonly used RGB565 To reduce the color bit depth to reduce the memory occupation and speed up the image display .
Color depth

边栏推荐
- Matlab2020a使用App Designer如何导出exe
- Correspondence between rtx3090 and pytorch versions
- Introduction to class library, framework, module, component and other concepts
- Learn vector -- how to use common interfaces
- MATLAB在做图像处理时容易出现的一个误区:为提高运算速度使用预先声明的零矩阵存储图像数据
- 实践 DevOps 时,可能面临的六大挑战
- HIC Pro | HIC data processing tool
- Uwp dispatcher usage
- C# 删除正在使用的文件
- 关于eureka启动成功但是访问404问题
猜你喜欢

Notes on topic brushing (16) -- binary tree: modification and construction

采样器合集

关于lg(n!)的渐进紧确界

Notes on question brushing (17) -- binary search tree: about attribute problems

Nacos installation guide

【深入理解TcaplusDB技术】TcaplusDB构造数据

WPF 线程操纵UI问题

Sampler collection

UEFI dual system + dual hard disk installation

分布式数据库使用逻辑卷管理存储之扩容
随机推荐
fork-join线程池
Use the do while loop to calculate the odd and even sums in 1-100 [method 2]
Use the for loop to calculate n! Value of
Synplify Pro的常用选项及命令
在商业智能BI开发过程中,什么问题的挑战性最大?
Use the while loop to calculate the odd and even sums in 1-100 [method 1]
C# DataTable转换为Entity(反射&&泛型)
Second understanding microservice
WPF data binding: data source target
Livres obligatoires
Pycharm使用指南
Is it OK for Zhongyan futures to open an account? Is the platform reliable? Is it safe?
window安装scoop的国内镜像
【深入理解TcaplusDB技术】一键安装Tmonitor后台
班主任让开股票账户,在启牛开户安全吗?
利用for循环计算n!的值
WPF 路由
力扣:零钱兑换
MATLAB在做图像处理时容易出现的一个误区:为提高运算速度使用预先声明的零矩阵存储图像数据
GDB debugging practice (7) signal processing