CachedElement.open_image does not crop the image correctly
Instead of using x,y,width,height in IIIF URLs, CachedElement.open_image uses x+width and y+height, leading to images that are too large.
Instead of using x,y,width,height in IIIF URLs, CachedElement.open_image uses x+width and y+height, leading to images that are too large.