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

quack always generated tiles, regardless of settings

parent 80e0bb40
No related branches found
No related tags found
No related merge requests found
...@@ -292,9 +292,11 @@ function makeImages() { ...@@ -292,9 +292,11 @@ function makeImages() {
local CONV="$SRC_IMAGE" local CONV="$SRC_IMAGE"
fi fi
if shouldGenerate "$FORCE_TILES" "$TILE_FOLDER" "tiles"; then if [ ".true" == "$TILE" ]; then
if shouldGenerate "$FORCE_TILES" "$TILE_FOLDER" "tiles"; then
# TODO: Specify JPEG quality # TODO: Specify JPEG quality
deepzoom "$CONV" -format $IMAGE_DISP_EXT -path "${DEST_FOLDER}/" deepzoom "$CONV" -format $IMAGE_DISP_EXT -path "${DEST_FOLDER}/"
fi
fi fi
if shouldGenerate "$FORCE_BLOWN" "$WHITE_IMAGE" "overlay"; then if shouldGenerate "$FORCE_BLOWN" "$WHITE_IMAGE" "overlay"; then
......
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