请问,你们使用时,解暗水印,组件会是深色,挡住了水印的问题吗 #688
Answered
by
zhensherlock
nerveva2000
asked this question in
Q&A
-
如上图所示,左侧的黑色区域,完全看不到暗水印,你们又遇到过这种情况,如何处理可以看到暗水印吗? |
Beta Was this translation helpful? Give feedback.
Answered by
zhensherlock
Jul 3, 2024
Replies: 2 comments 3 replies
-
图片在这里
|
Beta Was this translation helpful? Give feedback.
0 replies
-
|
暂时可以使用以下参数来解决深色被挡住的问题 BlindWatermark.decode({
compositeOperation: 'overlay',
compositeTimes: 4,
url: uploadFile.url,
onSuccess: (imageBase64) => {
decodeBlindImageByLight.value = imageBase64
}
}); |
Beta Was this translation helpful? Give feedback.
3 replies
Answer selected by
zhensherlock
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment





暂时可以使用以下参数来解决深色被挡住的问题