1
0
Fork 0
mirror of https://github.com/matomo-org/matomo-icons.git synced 2024-09-19 17:03:45 +02:00

added versions

This commit is contained in:
Lukas Winkler 2017-01-04 10:46:35 +01:00
parent 9ace925bc7
commit 3aaa0eefbd
2 changed files with 11 additions and 1 deletions

View file

@ -33,7 +33,6 @@ for i in src/**/*.{png,gif,jpg,ico}; do
then
width=$(identify -ping -format "%w" "$i")
height=$(identify -ping -format "%h" "$i")
echo "(${width}x${height})"
if [[ $height -gt $size ]] && [[ $width -gt $size ]]
then
convert \
@ -72,3 +71,7 @@ for i in src/**/*.{png,gif,jpg,ico}; do
pngquant -f --ext .png -s 1 --skip-if-larger --quality 70-95 "$distFile"
fi
done
convert --version > versions.txt
echo "pngquant version:" >> versions.txt
pngquant --version >> versions.txt

7
versions.txt Normal file
View file

@ -0,0 +1,7 @@
Version: ImageMagick 6.9.6-6 Q16 x86_64 20161125 http://www.imagemagick.org
Copyright: Copyright (C) 1999-2016 ImageMagick Studio LLC
License: http://www.imagemagick.org/script/license.php
Features: Cipher DPC Modules OpenMP
Delegates (built-in): bzlib djvu fftw fontconfig freetype jbig jng jp2 jpeg lcms lqr ltdl lzma openexr pangocairo png tiff wmf x xml zlib
pngquant version:
2.5.0 (June 2015)