摘要:
Understanding RGB Color, and Gamma It is a long page. First the color systems, and then the details of RGB below. There are other color systems, but t 阅读全文
posted @ 2022-11-19 19:42
ChuckLu
阅读(86)
评论(0)
推荐(0)
摘要:
【python问题解决】UnicodeDecodeError :'gb2312' codec can't decode bytes:illegal multibyte sequence 错误提示:UnicodeDecodeError :'gb2312' codec can't decode byte 阅读全文
posted @ 2022-11-19 15:07
ChuckLu
阅读(2993)
评论(0)
推荐(0)
摘要:
https://www.jianshu.com/p/66cdf4a2df9c Keylight 效果和预设,搜索keylight(1.2),拖动到蓝幕的照片上。 或者菜单效果-->Keying-->Keylight 设置ScreenColor,吸管吸取要扣除的颜色 screen gain 屏幕增益。 阅读全文
posted @ 2022-11-19 12:48
ChuckLu
阅读(151)
评论(0)
推荐(0)
摘要:
python 3 open() default encoding 回答1 The default UTF-8 encoding of Python 3 only extends to byte->str conversions. open() instead uses your environmen 阅读全文
posted @ 2022-11-19 10:34
ChuckLu
阅读(166)
评论(0)
推荐(0)
摘要:
How to setup Visual Studio Code to detect and set the correct encoding on file open 回答1 Add guide by image : File >> Preferences >> Settings Enter aut 阅读全文
posted @ 2022-11-19 10:24
ChuckLu
阅读(23)
评论(0)
推荐(0)
摘要:
How to run python interactive in current file's directory in Visual Studio Code? 问题 When executing "Run Selection/Line in Python Terminal" command in 阅读全文
posted @ 2022-11-19 09:34
ChuckLu
阅读(85)
评论(0)
推荐(0)
摘要:
UnicodeDecodeError:'gbk' codec can't decode byte 0x80 in position 0 illegal multibyte sequence 回答1 if you will open file with utf-8,then you need writ 阅读全文
posted @ 2022-11-19 09:06
ChuckLu
阅读(114)
评论(0)
推荐(0)