On June 11th 2021, Suika 2.7.4 was released.
Enable mask effect for @bg command
Mask effect is a pointillism fade in/out method. Use it as follows.
@bg sample.png 1.0 mask
For details, refer to the command reference.
Enable mask effect for @ch command
Mask effect is a pointillism fade in/out method. Use it as follows.
@ch center sample.png 1.0 mask
For details, refer to the command reference.
Enable character position offset for @ch command
For example, to shift character right 100px and down 50px, specify as follows.
@ch center sample.png 1.0 n 100 50
For details, refer to the command reference.
Enable character alpha value for @ch command
The range of alpha value is 0 to 255. You can also specify show
(=255) or hide
(=0) for alpha value. Specify alpha value as follows.
@ch center sample.png 1.0 n 0 0 128
For details, refer to the command reference.
Add @cha command for character animation
Character position specifiers and alpha value specifiers are common to both @ch and @cha.
Following example moves the center character to 600px left and hides it with a 1.0 second fading time.
@cha center 1.0 move -600 0 hide
For details, refer to the command reference.
Thank you!