Skip to content

Commit 5502d14

Browse files
committed
feat(video-barpic-maker): update version to 0.4.2, change default save format to jpeg and quality to 0.75
1 parent 1265205 commit 5502d14

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

scripts/ckylin-script-video-barpic-maker.user.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// @name Video Barpic Maker
33
// @name:zh-CN 视频字幕截图制作工具
44
// @namespace ckylin-script-video-barpic-maker
5-
// @version 0.4.1
5+
// @version 0.4.2
66
// @description A simple script to create video barpics.
77
// @description:zh-CN 一个可以制作视频字幕截图的工具。
88
// @author CKylinMC
@@ -265,8 +265,8 @@ if (typeof unsafeWindow === 'undefined' || !unsafeWindow) {
265265
manualOffsetTop: 0,
266266
enableFloatButton: true,
267267
showImageInfo: false,
268-
saveFormat: 'png', // 'png', 'jpeg', 'webp'
269-
saveQuality: 0.95, // 0.0 - 1.0
268+
saveFormat: 'jpeg', // 'png', 'jpeg', 'webp'
269+
saveQuality: 0.75, // 0.0 - 1.0
270270
enabled: true,
271271
content: '使用 Barpic Maker 制作',
272272
fontSize: 16,

0 commit comments

Comments
 (0)