<div dir="ltr"><div>I've noticed that in some slides the "bounds" rectangle defined in the openslide properties does not fall cleanly inside the outer rectangle (defined by the slides' width and height properties).  For example I have a MIRAX slide with:</div><div><br></div><div>width         = 87264</div><div>height        = 203931</div><div>bounds_x      = -271</div><div>bounds_y      = 86428</div><div>bounds_width  = 84001</div><div>bounds_height = 119454</div><div><br></div><div>Notice that bounds_x < 0 and also that bounds_y + bounds_height > height.</div><div><br></div><div>What does this mean?  Is there any extra data outside of the outer rectangle that can be retrieved somehow?  I noticed that when I used vips' autocrop feature to make a DZI file, like this:</div><div><br></div><div>vips dzsave input.mrxs[autocrop] output</div><div><br></div><div>the width and height of the DZI were 83730 and 117503, indicating that vips simply ignored the parts of the bounds that were outside the outer rectangle.  Is this the right approach to take?</div></div>