Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Narrow some ImageSlide property types
ImageSlide is hardcoded to a single level, and the level_count property and get_best_level_for_downsample() return types already reflect this. Reduce the level_dimensions() and level_downsamples() return types to 1-tuples. In the latter case we can't reduce to a Literal because literal floats are disallowed. Signed-off-by: Benjamin Gilbert <[email protected]>
- Loading branch information