- 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.
推薦閱讀
- CMDB分步構建指南
- HTML5+CSS3基礎開發教程(第2版)
- 編譯系統透視:圖解編譯原理
- 大學計算機基礎(第2版)(微課版)
- Learning OpenStack Networking(Neutron)(Second Edition)
- Python機器學習算法: 原理、實現與案例
- PHP+Ajax+jQuery網站開發項目式教程
- Canvas Cookbook
- Julia 1.0 Programming Complete Reference Guide
- 運維前線:一線運維專家的運維方法、技巧與實踐
- Learning VMware vSphere
- Python應用與實戰
- Android編程權威指南(第4版)
- JavaWeb從入門到精通(視頻實戰版)
- WCF全面解析