2022-04-13 21:24:16 +00:00
|
|
|
#!/bin/sh
|
2020-12-28 19:14:15 +00:00
|
|
|
fd -e pdf -x cpdfsqueeze {} {}
|
2021-10-26 19:01:32 +00:00
|
|
|
fd -e pdf -x qpdf --stream-data=compress --replace-input --compress-streams=y --recompress-flate --compression-level=9 --optimize-images {}
|
|
|
|
|
2021-01-24 05:49:08 +00:00
|
|
|
fd -e png -x oxipng
|
2022-04-13 21:24:16 +00:00
|
|
|
fd -e jpg -e jpeg -x jpegoptim
|
|
|
|
fd -e png -e jpg -e jpeg g -X pingo -s9
|
2021-07-10 01:10:18 +00:00
|
|
|
fd -e webp -x cwebp -z 9 -mt {} -o {}
|
2021-10-26 19:01:32 +00:00
|
|
|
|
2022-04-13 21:24:16 +00:00
|
|
|
fd -e epub -e zip -e cbz -e jar -e docx -e odt -e apk -x advzip -z2
|
2021-12-31 19:29:17 +00:00
|
|
|
fd -t f -x advdef -z2
|
2021-10-26 19:01:32 +00:00
|
|
|
|
|
|
|
fd -e mp3 -x mp3packer
|
|
|
|
fd -e mp3 -x rename -- -vbr ''
|
2022-02-04 18:17:39 +00:00
|
|
|
|
|
|
|
fd -e so -x strip
|