minor changes (comments)

This commit is contained in:
fritz-hh
2014-01-11 22:26:29 +01:00
parent a8cd7febf6
commit a3c7fba02d
+2 -2
View File
@@ -138,8 +138,8 @@ elif [ "$dpi" -lt "200" ]; then
fi
# Identify if page image should be saved as ppm (color) or pgm (gray)
ext="ppm"
opt=""
ext="ppm" # by default (color image) the extension of the extracted image is ppm
opt="" # by default (color image) no option as to be passed to pdftoppm
if [ "$colorspaceCurImg" = "Gray" ]; then
ext="pgm"
opt="-gray"