当前位置:网站首页>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 .
边栏推荐
- Php based campus lost and found platform (automatic matching push)
- Database creation, addition, deletion, modification and query
- Suffix derivation based on query object fields
- High concurrency Architecture - distributed search engine (ES)
- Sqlalchemy - subquery in a where clause - Sqlalchemy - subquery in a where clause
- The installation path cannot be selected when installing MySQL 8.0.23
- 【光学】基于matlab涡旋光产生【含Matlab源码 1927期】
- Processing of user input parameters in shell script
- Pan for in-depth understanding of the attention mechanism in CV
- There are several levels of personal income tax
猜你喜欢
SQL: special update operation
Su embedded training - Day10
2022.02.11
235. The nearest common ancestor of the binary search tree [LCA template + same search path]
235. Ancêtre public le plus proche de l'arbre de recherche binaire [modèle LCA + même chemin de recherche]
leetcode:11. 盛最多水的容器【双指针 + 贪心 + 去除最短板】
我眼中真正优秀的CTO长啥样
Why should we do feature normalization / standardization?
DriveSeg:动态驾驶场景分割数据集
我们做了一个智能零售结算平台
随机推荐
[water quality prediction] water quality prediction based on MATLAB Fuzzy Neural Network [including Matlab source code 1923]
Sustainable service business models
235. The nearest common ancestor of the binary search tree [LCA template + same search path]
Differential constrained SPFA
Does SQL always report foreign key errors when creating tables?
知其然,而知其所以然,JS 对象创建与继承【汇总梳理】
Database creation, addition, deletion, modification and query
Transformer T5 model read slowly
During MySQL installation, the download interface is empty, and the components to be downloaded are not displayed. MySQL installer 8.0.28.0 download interface is empty solution
Zhengda futures news: soaring oil prices may continue to push up global inflation
Know what it is, and know why, JS object creation and inheritance [summary and sorting]
[leetcode weekly race] game 300 - 6110 Number of incremental paths in the grid graph - difficult
EGO Planner代码解析bspline_optimizer部分(2)
Succession of flutter
The more you talk, the more your stupidity will be exposed.
Why should the gradient be manually cleared before back propagation in pytorch?
High concurrency Architecture - read write separation
How to read the source code [debug and observe the source code]
DriveSeg:动态驾驶场景分割数据集
【学术相关】顶级论文创新点怎么找?中国高校首次获CVPR最佳学生论文奖有感...