当前位置:网站首页>Recommend a GIF processing artifact less than 300K - gifsicle (free download)
Recommend a GIF processing artifact less than 300K - gifsicle (free download)
2022-07-03 19:07:00 【University of science and technology Yunju】
Gifsicle It's one for operation GIF Command line tool for pictures , It can be done to gif Modify the size of the file 、 Color 、 Frame rate and so on , Very powerful .
Official station :
Gifsicle: Command-Line Animated GIFs

Pictured , After entering the official website, select the corresponding system to download , My side is windows 64 Bit system .

After downloading, it will gifsicle.exe Extract the file , Because it is a command line tool , The back needs to be in cmd Input commands to operate .
Usage method
Remember before using gifsicle.exe Folder path , Here's the picture ,

Start - function , Input cmd, And then use cd Order to enter gifsicle.exe Folder in which

Gifsicle The most common command is compression GIF:
gifsicle -03 [ The picture you want to compress ] -o [ New picture name ]
( notes :O3 The first one is a capital letter , The second is a number ,o For the letters )
for example :
gifsicle -O3 3.gif -o new.gif
-o Parameters refer to the output picture

The advantage of this order is Let the program automatically choose the compression scheme for you , Generally, a balance can be achieved between image quality and volume , And every frame after the first frame can be optimized .
Other common commands :
Scale down
gifsicle.exe 3.gif --scale 0.5 -o small.gif
--scale 0.5 It means that the width and height of the picture are reduced to the original 0.5 times .

Custom zoom out
gifsicle.exe 3.gif --resize 300x200 -o small1.gif
--resize 300x200 The width and height of the picture are changed to 300x200

Modify the picture color to reduce gif Volume
gifsicle -O3 3.gif -o new.gif --colors 64
--colors 64 Refers to the length of the palette used , It can be 256,128,64,32,16 wait . The smaller the number is. , The higher the compression , The greater the loss of image quality .
边栏推荐
- 【学术相关】顶级论文创新点怎么找?中国高校首次获CVPR最佳学生论文奖有感...
- Streaming media server (16) -- figure out the difference between live broadcast and on-demand
- Which do MySQL and Oracle learn?
- Scrape crawler framework
- 235. Ancêtre public le plus proche de l'arbre de recherche binaire [modèle LCA + même chemin de recherche]
- Record the errors reported when running fluent in the simulator
- Analyse du Code du planificateur ego bspline Section Optimizer (1)
- leetcode:11. 盛最多水的容器【雙指針 + 貪心 + 去除最短板】
- I didn't cancel
- Record: pymysql is used in pycharm to connect to the database
猜你喜欢

A green plug-in that allows you to stay focused, live and work hard

Why should the gradient be manually cleared before back propagation in pytorch?

Simulation scheduling problem of SystemVerilog (1)
Know what it is, and know why, JS object creation and inheritance [summary and sorting]

my. INI file not found

Record: solve the problem that MySQL is not an internal or external command environment variable

【数学建模】基于matlab船舶三自由度MMG模型【含Matlab源码 1925期】

Record: writing MySQL commands

Ctrip will implement a 3+2 work system in March, with 3 days on duty and 2 days at home every week

We have built an intelligent retail settlement platform
随机推荐
Analyse du Code du planificateur ego bspline Section Optimizer (1)
235. 二叉搜索树的最近公共祖先【lca模板 + 找路径相同】
我眼中真正优秀的CTO长啥样
High concurrency Architecture - read write separation
Pytorch introduction to deep learning practice notes 13- advanced chapter of cyclic neural network - Classification
FBI warning: some people use AI to disguise themselves as others for remote interview
__ Weak and__ The difference between blocks
High concurrency Architecture - separate databases and tables
Simple solution of physical backup and restore of Damon database
leetcode:11. Container with the most water [double pointer + greed + remove the shortest board]
Integrated easy to pay secondary domain name distribution system
These problems should be paid attention to in the production of enterprise promotional videos
[optics] vortex generation based on MATLAB [including Matlab source code 1927]
my. INI file not found
Simulation scheduling problem of SystemVerilog (1)
Ego planner code parsing Bspline_ Optimizer section (3)
Zero length array
[proteus simulation] a simple encrypted electronic password lock designed with 24C04 and 1602LCD
Work Measurement - 1
C enum contains value - C enum contains value