[Day22]-用python处理影像档案

  • 影像的编辑
  1. 更改影像大小
    https://ithelp.ithome.com.tw/upload/images/20211004/20140644Qh1Xj5ONZY.png
    https://ithelp.ithome.com.tw/upload/images/20211004/20140644VwZj5o6vUx.jpg
    https://ithelp.ithome.com.tw/upload/images/20211004/201406442iIPsC3Jid.jpg
  2. 影像的翻转与旋转
    https://ithelp.ithome.com.tw/upload/images/20211004/20140644DjAAQdXEFI.png
    https://ithelp.ithome.com.tw/upload/images/20211004/20140644x13vzu3MDi.png
  3. 影像像素的编辑
    https://ithelp.ithome.com.tw/upload/images/20211004/20140644bcAAte6iuD.png
    https://ithelp.ithome.com.tw/upload/images/20211004/20140644mt9zTqlpY0.png
  • 裁切、复制与影像合成
  1. 裁切与复制
    https://ithelp.ithome.com.tw/upload/images/20211004/20140644pBQQ40Um29.png
  2. 影像合成
    https://ithelp.ithome.com.tw/upload/images/20211004/20140644KB2It34Vuq.png
    https://ithelp.ithome.com.tw/upload/images/20211004/2014064423kwv72ov5.jpg
  3. 将裁切的图片填满影像区间
    https://ithelp.ithome.com.tw/upload/images/20211004/20140644ahku0KYWqa.png
    https://ithelp.ithome.com.tw/upload/images/20211004/201406443bPkdOlqhZ.png
  • 影像滤镜
  1. Pillow模组有ImageFilter模组,使用时可以增加filter()方法加上滤镜
    https://ithelp.ithome.com.tw/upload/images/20211004/20140644HfwsverlAo.png
    https://ithelp.ithome.com.tw/upload/images/20211004/20140644XXqQp0o3CX.jpg
    https://ithelp.ithome.com.tw/upload/images/20211004/20140644qIPhAT2r2h.jpg
    https://ithelp.ithome.com.tw/upload/images/20211004/20140644xxCS0YYfhR.jpg
    https://ithelp.ithome.com.tw/upload/images/20211004/20140644fkri2r0oEA.jpg

<<:  Day 19:Hexo 文章分类设定小知识!你都知道了吗?

>>:  [15] 建立 class 创建实例的继承

iOS Developer Learning Flutter. Lesson28 打包上架

本来是这麽打算的啦 但翻了一下文件(iOS, Android) 应该是跟以前打包方式差不多 顶多就是...

Angular Reactive Form 表单 setValue 与 patchValue 差异

今天就来说说 setValue 与 patchValue 差异这部份吧 一开始不太能理解这 setV...

[DAY02] 建立 Azure Machine Learning Workspace

今天我们要开始建 Azure Machine Learning(下称AML)的 workspace ...

Day29

在64位元系统指标是64/8 = 8bytes,而double也是8bytes若指标指向更小的型态如...

Day 22 Flask-SocketIO

上一篇讲完了 Flask 的本体,这篇开始就要开始讲 Flask 的插件了。Flask 从初始版本(...