summaryrefslogtreecommitdiff
path: root/docs/convert_images.sh
diff options
context:
space:
mode:
Diffstat (limited to 'docs/convert_images.sh')
-rwxr-xr-xdocs/convert_images.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/convert_images.sh b/docs/convert_images.sh
index 541394f49..3bd22c01b 100755
--- a/docs/convert_images.sh
+++ b/docs/convert_images.sh
@@ -5,6 +5,7 @@ if test ! -z $BOOK; then
do
cp $img ${img}.BAK
convert $img -units PixelsPerInch -resample 300 -colorspace Gray ${img}.grey
+ #convert -strip -density 300 ${img} -units PixelsPerInch -resample 300 -colorspace Gray ${img}.grey
mv ${img}.grey $img
done
fi