Skip to content

Releases: 14790897/handwriting-web

handwriting-backend v1.4.0

31 Dec 03:49
d9d503b
Compare
Choose a tag to compare

Features

Bug Fixes

handwriting-backend v1.2.0

31 Dec 03:15
4359d56
Compare
Choose a tag to compare

Features

Bug Fixes

墨汁深度随机化(random ink depth)

17 Sep 07:15
Compare
Choose a tag to compare

增加了一个新参数墨汁深度标准差(ink_depth_sigma)
通过调整这个参数可以改变墨水的颜色深度的变化范围以及变化几率
image

v1.1.0 - Added Strikethrough Simulation

06 Sep 10:59
Compare
Choose a tag to compare

现在,网页支持模拟手写文本中的涂改效果。这一功能通过在Template类中添加新的参数来实现。

新参数:
strikethrough_probability: "涂改出现的几率",
strikethrough_length_sigma: "涂改线长度的标准差",
strikethrough_width_sigma: "涂改线宽度的标准差",
strikethrough_angle_sigma: "涂改线角度的标准差",
strikethrough_width: "涂改线宽度"
image