Skip to content

Commit 9850d74

Browse files
committed
fix: remove useless args of rule string
1 parent 01a4991 commit 9850d74

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

cgeDemo/src/main/java/org/wysaid/cgeDemo/MainActivity.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,8 @@ public class MainActivity extends AppCompatActivity {
3131

3232
public static final String EFFECT_CONFIGS[] = {
3333
"",
34-
"@style waveform 0.01 0.01 0.4 0.4 0.0 0.0 0.0 0.9",
35-
"@style hist 0.5 0.5 0.5 0.5 0.0 0.0 0.0 ",
3634
"@curve RGB(0,255)(255,0) @style cm mapping0.jpg 80 80 8 3", // ASCII art (字符画效果)
35+
"@style waveform 0.01 0.01 0.4 0.4",
3736
"@beautify face 1 480 640", //Beautify
3837
"@adjust lut edgy_amber.png",
3938
"@adjust lut filmstock.png",

0 commit comments

Comments
 (0)