tecnickcom / TCPDF

Official clone of PHP library to generate PDF documents and barcodes
https://tcpdf.org
Other
4.22k stars 1.52k forks source link

Optimize PNG files #563

Closed dilyanpalauzov closed 1 year ago

dilyanpalauzov commented 2 years ago

by calling for i in $(find -name '*.png'); do optipng -o7 -zm9 $i; done.

CLAassistant commented 2 years ago

CLA assistant check
All committers have signed the CLA.