Skip to content
This repository was archived by the owner on Jan 26, 2022. It is now read-only.

Commit 9501ad0

Browse files
committed
add exiftool and todo for special tools
Signed-off-by: BlackEagle <[email protected]>
1 parent 65b4f02 commit 9501ad0

File tree

4 files changed

+10
-3
lines changed

4 files changed

+10
-3
lines changed

5.6/scripts/install.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ apt-get install -y php5.6-gd php5.6-mysql php5.6-mcrypt php5.6-sqlite3 \
1515
php-imagick
1616
apt-get install -y imagemagick inkscape pngnq pngcrush xvfb cabextract \
1717
poppler-utils xz-utils libreoffice libreoffice-math jpegoptim ffmpeg \
18-
html2text ghostscript
18+
html2text ghostscript exiftool
1919

2020
# wkhtmltopdf
2121
apt-get install -y xfonts-75dpi

7.0/scripts/install.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ apt-get install -y php7.0-gd php7.0-mysql php7.0-mcrypt php7.0-sqlite3 \
1515
php-imagick
1616
apt-get install -y imagemagick inkscape pngnq pngcrush xvfb cabextract \
1717
poppler-utils xz-utils libreoffice libreoffice-math jpegoptim ffmpeg \
18-
html2text ghostscript
18+
html2text ghostscript exiftool
1919

2020
# wkhtmltopdf
2121
apt-get install -y xfonts-75dpi

7.1/scripts/install.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ apt-get install -y php7.1-gd php7.1-mysql php7.1-mcrypt php7.1-sqlite3 \
1515
php-imagick
1616
apt-get install -y imagemagick inkscape pngnq pngcrush xvfb cabextract \
1717
poppler-utils xz-utils libreoffice libreoffice-math jpegoptim ffmpeg \
18-
html2text ghostscript
18+
html2text ghostscript exiftool
1919

2020
# wkhtmltopdf
2121
apt-get install -y xfonts-75dpi

TODO

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
Special tools:
2+
--------------
3+
4+
zopflipng
5+
pngout
6+
advpng
7+
cjpeg

0 commit comments

Comments
 (0)