Add extended testgrid resources and generation scripts#382
Merged
mattleibow merged 1 commit intomainfrom Mar 17, 2026
Merged
Conversation
- Extend testgrid collection from 1374 to ~21854 tile images (16 zoom levels) - Add scripts/generate-testgrid.cs: C# script to generate the testgrid DZI - Add scripts/generate-dzi.cs: C# script to convert images into DZI tile sets - Update testgrid.dzi with extended image dimensions Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
mattleibow
added a commit
that referenced
this pull request
Mar 17, 2026
These binary assets and generation scripts are now maintained in a separate PR to keep this PR focused on library code changes. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
mattleibow
added a commit
that referenced
this pull request
Mar 17, 2026
Resolve conflicts: testgrid resources deleted in our branch (extracted to PR #382) vs main which had modified those same files. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Extracts testgrid tile images and generation scripts into a standalone PR.
What's included
resources/collections/testgrid/: Extended testgrid DZI collection (~21K tiles across 16 zoom levels) used for DeepZoom integration tests and the Blazor sample default imagescripts/generate-testgrid.cs: C# dotnet-script to regenerate the testgrid from scratch (draws labeled grid cells with SkiaSharp)scripts/generate-dzi.cs: C# dotnet-script to tile any image into a Deep Zoom Image (DZI) collectionWhy separate?
This PR was extracted from the larger DeepZoom static preview PR (#379) to keep binary assets and tooling scripts separate from library code changes.