深度画布bug

This commit is contained in:
lzp
2026-03-31 13:29:46 +08:00
parent f5efaa8eaf
commit b53d15d3f2
22 changed files with 381 additions and 91 deletions

View File

@@ -254,7 +254,43 @@ export default {
brush: 'Brush',
erase: 'Erase',
create: 'Create',
reset: 'Reset'
reset: 'Reset',
// 混合模式
blendMode: 'Blend Mode',
compositeNormal: 'Normal',
compositeNormalTip: 'Normal: Default, new graphics cover original content',
compositeDarken: 'Darken',
compositeDarkenTip: 'Darken: Take the darkest color',
compositeMultiply: 'Multiply',
compositeMultiplyTip: 'Multiply: Darken the image',
compositeColorBurn: 'Color Burn',
compositeColorBurnTip: 'Color Burn: Increase contrast and darken the bottom color',
compositeLighten: 'Lighten',
compositeLightenTip: 'Lighten: Take the brightest color',
compositeScreen: 'Screen',
compositeScreenTip: 'Screen: Lighten the image',
compositeColorDodge: 'Color Dodge',
compositeColorDodgeTip: 'Color Dodge: Reduce contrast and lighten the bottom color',
compositeLighter: 'Color Dodge (Add)',
compositeLighterTip: 'Color Dodge (Add): Add the brightness of the overlapping parts',
compositeOverlay: 'Overlay',
compositeOverlayTip: 'Overlay: Highlight effect',
compositeSoftLight: 'Soft Light',
compositeSoftLightTip: 'Soft Light: Blend effect',
compositeHardLight: 'Hard Light',
compositeHardLightTip: 'Hard Light: Highlight effect',
compositeDifference: 'Difference',
compositeDifferenceTip: 'Difference: Take the color difference between the two images',
compositeExclusion: 'Exclusion',
compositeExclusionTip: 'Exclusion: Take the absolute value of the color difference between the two images',
compositeHue: 'Hue',
compositeHueTip: 'Hue: Preserve the original image color and change the hue of the new image',
compositeSaturation: 'Saturation',
compositeSaturationTip: 'Saturation: Preserve the original image hue and change the saturation of the new image',
compositeColor: 'Color',
compositeColorTip: 'Color: Preserve the original image saturation and change the color of the new image',
compositeLuminosity: 'Luminosity',
compositeLuminosityTip: 'Luminosity: Preserve the original image color and change the luminosity of the new image',
},
clipDialog: {
title: 'Upload your profile photo',

View File

@@ -249,7 +249,43 @@ export default {
brush: '画笔',
erase: '擦除',
create: '创建',
reset: '重置'
reset: '重置',
// 混合模式
blendMode: '混合模式',
compositeNormal: '正常',
compositeNormalTip: '正常:默认,新图形覆盖原内容',
compositeDarken: '变暗',
compositeDarkenTip: '变暗:取暗部颜色',
compositeMultiply: '正片叠底',
compositeMultiplyTip: '正片叠底:图像变暗',
compositeColorBurn: '颜色加深',
compositeColorBurnTip: '颜色加深:增加对比度,变暗底层颜色',
compositeLighten: '变亮',
compositeLightenTip: '变亮:取亮部颜色',
compositeScreen: '滤色',
compositeScreenTip: '滤色:图像变亮',
compositeColorDodge: '颜色减淡',
compositeColorDodgeTip: '颜色减淡:降低对比度,加亮底层颜色',
compositeLighter: '颜色减淡(添加)',
compositeLighterTip: '颜色减淡(添加):重叠部分亮度叠加',
compositeOverlay: '叠加',
compositeOverlayTip: '叠加:高光效果',
compositeSoftLight: '柔光',
compositeSoftLightTip: '柔光:混合效果',
compositeHardLight: '强光',
compositeHardLightTip: '强光:高光效果',
compositeDifference: '差值',
compositeDifferenceTip: '差值:取两图像颜色差',
compositeExclusion: '排除',
compositeExclusionTip: '排除:取两图像颜色差的绝对值',
compositeHue: '色相',
compositeHueTip: '色相:保留原图像颜色,改变新图像色相',
compositeSaturation: '饱和度',
compositeSaturationTip: '饱和度:保留原图像色相,改变新图像饱和度',
compositeColor: '颜色',
compositeColorTip: '颜色:保留原图像饱和度,改变新图像颜色',
compositeLuminosity: '亮度',
compositeLuminosityTip: '亮度:保留原图像颜色,改变新图像亮度',
},
clipDialog: {
title: '上传您的个人资料照片',