Liam0205 / liam0205.github.io

Deployment of my weblog.
https://liam0205.github.io
35 stars 5 forks source link

PIL 简明教程 - 像素操作与图像滤镜 | 始终 #197

Open Liam0205 opened 5 years ago

Liam0205 commented 5 years ago

https://liam.page/2017/08/06/pil-tutorial-pixel-operations-and-image-filter/

这是系列文章的第三篇,参见系列中的相关内容。 这篇文章介绍如何利用 PIL 库,获取图像中的像素内容、修改后生成新的图像。此外,在修改的过程中,我们会引入卷积滤镜,进而引出 PIL 中的图像滤镜库 ImageFilter。