Skip to content
Snippets Groups Projects
Commit 94842610 authored by Toke Eskildsen's avatar Toke Eskildsen
Browse files

Bugfix: It was impossible to enable tiles mode

parent d2cbe0e4
No related branches found
No related tags found
No related merge requests found
......@@ -292,7 +292,7 @@ function makeImages() {
local CONV="$SRC_IMAGE"
fi
if [ ".true" == "$TILE" ]; then
if [ ".true" == ".$TILE" ]; then
if shouldGenerate "$FORCE_TILES" "$TILE_FOLDER" "tiles"; then
# TODO: Specify JPEG quality
deepzoom "$CONV" -format $IMAGE_DISP_EXT -path "${DEST_FOLDER}/"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment