We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
A set of files having increasing amount of dots inside can show this.
red_v1.png green_v1.2.png blue_v1.2.3.png purple_v1.2.3.4.png
will produce correct folders (.png extension removed, _files appended):
.png
_files
red_v1_files green_v1.2_files blue_v1.2.3_files purple_v1.2.3.4_files
but incorrect descriptors:
red_v1.dzi green_v1.dzi blue_v1.2.dzi purple_v1.2.3.dzi
The text was updated successfully, but these errors were encountered:
https://github.com/usnistgov/pyramidio/issues/13
14ce03d
No branches or pull requests
A set of files having increasing amount of dots inside can show this.
will produce correct folders (
.png
extension removed,_files
appended):but incorrect descriptors:
The text was updated successfully, but these errors were encountered: