Skip to content

Fixed inability to disable dziFormat#7

Open
jmschrack wants to merge 1 commit intoVoidVolker:masterfrom
jmschrack:master
Open

Fixed inability to disable dziFormat#7
jmschrack wants to merge 1 commit intoVoidVolker:masterfrom
jmschrack:master

Conversation

@jmschrack
Copy link
Copy Markdown
Contributor

-d / --dziFormat was hardcoded to set dziFormat to true. dziFormat is already defaulted to true. Changed to -d takes boolean true/false.
In sliceImage "if [ ! dziFormat ] " was testing if the variable was unset on some shells. Changed to string comparison for greater portability.

-d / --dziFormat was hardcoded to set dziFormat to true. dziFormat is already defaulted to true. Changed to -d takes boolean true/false.
In sliceImage "if [ ! dziFormat ] " was testing if the variable was unset on some shells. Changed to string comparison for greater portability.
@VoidVolker
Copy link
Copy Markdown
Owner

This option is reserved for second mode for non dzi format - this mode not very good tested and currently dzi is shall be default mode.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants