当前位置:网站首页>Relationship between pixels and memory
Relationship between pixels and memory
2022-07-26 11:02:00 【deparks】
One 、 The formula
Memory occupied by pixels = The resolution of the x Pixel depth
Two 、 give an example :
1) The resolution of a color image is 1024x768, Every pixel uses R,G,B Three components represent , If each component uses 8 position , So one pixel shares 24 Who said , Let's say the depth of the pixel is 24. So the memory occupied by this picture is :1024x768x3 byte.
2) One OLCD The pixels of the display screen are 128x64, Pixel depth is 1bit, The data needed for a complete screen is 128x64x1 bit.
边栏推荐
- Fragment 懒加载
- Summary of the seventh class of pengge C language
- Software Testing Overview: the background, essence and process of software testing
- MySQL quick learning notes-2021-08-31
- MySQL learning notes
- Analysis of C # delegation and anonymous method
- Bash shell learning notes (II)
- pytest 前后置方法
- Scrapy shell出现的一个错误
- -bash: ./build. Sh: /bin/bash^m: bad interpreter: no that file or directory
猜你喜欢
随机推荐
MultipartFil转为File
C#委托与匿名方法浅析
HCI 接口
@The real difference and usage between validated and @valid
Bash shell learning notes (III)
2021-08-14 Sanzi chess
Basic use of logging
微信公众号开发 获取openid时报错40029 invalid code 问题的解决
The assignment of member pointer defined in C structure and the use of structure pointer as member function parameter
Implementing queues with two stacks
Bash shell learning notes (II)
List ascending and descending
RT thread learning notes (V) -- edit, download and debug programs
菜鸟看源码之SparseArray
SCADA and three industrial control systems PLC, DCS and FCS
-bash: ./build. Sh: /bin/bash^m: bad interpreter: no that file or directory
SparseArray of the source code for novices
Classified by the number of 1 in binary number
MySQL quicklearn-2021-09-01
公司项目中的biz层和manager层是干啥的









