📄 make-run
字号:
#!/usr/bin/perl$width=shift(@ARGV);$last=pop(@ARGV);foreach $card (@ARGV){ system("giftopnm $card.gif | pnmcut 0 0 $width 97 > $card.tmp"); push(@link,"$card.tmp");}system("giftopnm $last.gif > last.tmp");system("pnmcat -lr @link last.tmp | ppmtogif -interlace -sort -transparent yellow");system("rm @link last.tmp");
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -