Skip to content

Commit

Permalink
fix: remove useless args of rule string
Browse files Browse the repository at this point in the history
  • Loading branch information
wysaid committed Feb 14, 2023
1 parent 01a4991 commit 9850d74
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions cgeDemo/src/main/java/org/wysaid/cgeDemo/MainActivity.java
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,8 @@ public class MainActivity extends AppCompatActivity {

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

0 comments on commit 9850d74

Please sign in to comment.