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

DZI filename generation removes extension twice #13

Open
Tevemadar opened this issue Jun 14, 2021 · 0 comments
Open

DZI filename generation removes extension twice #13

Tevemadar opened this issue Jun 14, 2021 · 0 comments

Comments

@Tevemadar
Copy link

Tevemadar commented Jun 14, 2021

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):

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
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

No branches or pull requests

1 participant