- Green versionView
- Green versionView
- Green versionView
- Green versionView
- Green versionView
This small tool was recently used when I was toying with the power-on and off animations of my mobile phone. I downloaded a lot of pre-made power-on and off animations online, but I couldn’t copy them one by one to my phone for testing. I couldn’t find a suitable preview tool on the Internet, so I made one myself. It was just used to test the animation effect. It was not developed in depth. There may be bugs. You can use it to test the effect...
Step 1: Unzip the downloaded animation file first.
Step 2: Open the file button and select the desc.txt file in the decompressed folder to open, and then the tool will automatically convert it into a relatively standard configuration content.
Step 3: Then click the Open Preview button to see the animation playback effect.
Because the line breaks in Linux system files are different from those in Windows systems, the converted content may be one line or contain other symbols. Please modify it yourself before clicking the Open Preview button. The converted content here can be edited and modified. You can simply modify it by referring to the desc.txt configuration principle. Do not change the resolution. It will have no effect, haha.
Attached is the desc.txt configuration file principle: Example:
480 800 15
p 1 1 android
The first line 480 800 is the resolution width height of the mobile phone screen; the number indicates the frame rate (15 means playing at the speed of 15 pictures per second); the second line The letter p is the first letter of Play. The first number represents the number of plays (1 represents one playback, 0 represents loop playback); the second number represents the delay time (this time is in frames, 1 is one frame); android represents the folder name; explain this configuration in layman's terms: start playing the animation, and the pictures in the android folder will be played in sequence at a speed of 15 frames per second. After the picture is played, the last picture will continue to be displayed for one frame. If we add a new picture folder android1 to the startup animation and play it in a loop with a delay of 5 frames, we need to add a control code to desc.txt:
480 800 15
p 1 1 android
p 0 5 android1
For more information, you can search online for yourself. There is a lot of...





















Useful
Useful
Useful