添加样例:小明日香真可爱啊嗷嗷嗷

This commit is contained in:
itorr
2022-08-11 13:48:07 +08:00
parent 31eae2026d
commit a0ba0c1df7
4 changed files with 8 additions and 5 deletions

View File

@@ -1 +1,3 @@
# 🧸「One Last Image」One Last Kiss 风格封面生成器
![小明日香真可爱啊啊啊啊啊啊](simple.jpg)

View File

@@ -104,11 +104,12 @@ const Convolutes = {
// 3, 2, -2,
// 0, -1, 0
// ],
'极细': creatConvoluteAverage(3),
'极细': creatConvoluteAverage(3),
'精细': creatConvoluteAverage(5),
'一般': creatConvoluteAverage(7),
'粗线条': creatConvoluteAverage(9),
'粗': creatConvoluteAverage(9),
'超粗': creatConvoluteAverage(11),
'极粗': creatConvoluteAverage(13),
// '12421': [
// -3,2,-3,
// 2,4, 2,
@@ -119,7 +120,7 @@ const Convolutes = {
// -1 , 9 ,-1 ,
// -1 ,-1 ,-1 ,
// ],
'25,-1,24':creatConvoluteCenterHigh(5,24),
// '25,-1,24':creatConvoluteCenterHigh(5,24),
// '25,-1,25': creatConvoluteCenterHigh(5,25),
// '25,-1,26': [
// -1 , -1 , -1 , -1 , -1 ,
@@ -135,7 +136,7 @@ const Convolutes = {
// -1 , 0 , 0 , 0 , -1 ,
// -1 , -1 , -1 , -1 , -1 ,
// ],
'雕': [
'雕': [
1, 1, 1,
1, 1, -1,
-1, -1, -1

View File

@@ -95,7 +95,7 @@ canvas{
<div class="label-box" style="padding:4px 0;">
<b>黑场切断</b>
<input type="range" v-model.number="style.darkCut"
min="0" max="127" step="1">
min="0" max="126" step="1">
<span v-text="style.darkCut"></span>
</div>
<!-- <div class="label-box" style="padding:4px 0;">

BIN
simple.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 242 KiB