imi-bigpicture / wsidicom

Python package for reading DICOM WSI file sets.
Apache License 2.0
32 stars 5 forks source link

Ceil div #40

Closed erikogabrielsson closed 2 years ago

erikogabrielsson commented 2 years ago

Remove truediv, that worked like "ceil div" from Size and Point, and use new ceil_div() instead. Fix bug for calculating number of frames when creating a scaled down level.