- Matplotlib for Python Developers
- Aldrin Yim Claire Chung Allen Yu
- 97字
- 2021-08-27 18:48:15
Raster images
Raster is the classic image format that provides support to a wide variety of image files, including PNG, JPG and BMP. Each raster image can be seen as a dense array of color values. For raster images, resolution matters.
The amount of image details kept is measured in dots per inch (DPI). The higher the DPI value (that is, the more pixel dots kept in it), the clearer the resultant image would be, even when stretched to a larger size. Of course, the file size and computational resources needed for the rendering would increase accordingly.
推薦閱讀
- Implementing Modern DevOps
- AWS Serverless架構:使用AWS從傳統部署方式向Serverless架構遷移
- MATLAB應用與實驗教程
- YARN Essentials
- Mastering Ext JS
- iOS編程基礎:Swift、Xcode和Cocoa入門指南
- Python:Master the Art of Design Patterns
- 深入理解Elasticsearch(原書第3版)
- D3.js By Example
- 編程可以很簡單
- Java核心技術速學版(第3版)
- Python算法交易實戰
- FORTRAN程序設計權威指南
- Python 3.8編程快速入門
- 零基礎Linux從入門到精通