(更多…)最近女友送我一台 iPhone,所以就有了如此逆向的操作,估计也就只有中国大陆的玩机用户需要这样吧。
Google photo to iCloud 美区可以直接使用 Google Takeout 一键转移
分类: 代码笔记
-
迁移 Google Photo 到云上贵州 iCloud Photo
-
Azure Custom Vision: Use managed identity or other Azure Identity
Refer to: Custom Vision: Azure role-based access control, Custom Vision: azure.identity credentials aren’t supported
C# Code
First of all, the C# Code. you can also translate to other language, like Python.
(更多…) -
WebM/WebP to GIF with semi-transparency
Preface
Due to Add support of animated sticker #78
There is currently no direct way to convert WebM to GIF this on the Internet.
My idea is: WebM -> WebP -> GIF (due each steps have existing tools)
Here are the difficulties we need to overcome:
- Remove vp8/9 from WebM to let we more easy to do next (Refer How can I convert WebM file to WebP file with transparency?)
- Convert WebP to GIF (Refer How to Convert WebP image to Gif with Python?) and handling semi-transparent pixels (here is what we need to face)
-
Cut and move Runs via python-docx
I want to cut and paste a run in one same document, but python-docx(1.1.0) don’t have the function.
Here are some related page, but it doesn’t solve the problem:
How do I copy the contents of a word document?
Copy paragraphs elements from one document to another