** This script makes gifs` size without reducing the quality **
The script must work with python 3.11, but any other versions have not been checked.
To launch the script:
- Download all
.py
files frombin
directory into one folder. - Launch
main.py
usingpython main.py
orpython bin/main.py
if you have downloaded all the project.
Enter a URL/a local path on your computer to the gif you need to increase its size.
A number of length of a buffer of frames
is a length of a buffer saving all frames. The parameter affects your RAM if a frame of a gif too big, and you have not much RAM. Recommended value is 1000.