Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed inability to disable dziFormat #7

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

jmschrack
Copy link
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
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