-
Notifications
You must be signed in to change notification settings - Fork 34
Open
Description
Bug report
Describe the bug
When the Mimosa_TB_ferme_9_40x.JPG image is uploaded to an OMERO server, the request http://<omero-address>/webgateway/render_image_region/<image-id>/0/0/?tile=0,0,0,1600,1200
returns a cropped view of the original image (the image has a size of 1600 x 1200 pixels).
However, the request http://<omero-address>/webgateway/render_image/<image-id>/0/0/
returns a correct view of the image.
Original image:

Result of http://<omero-address>/webgateway/render_image_region/<image-id>/0/0/?tile=0,0,0,1600,1200
:

To Reproduce
Steps to reproduce the behavior:
- Upload the Mimosa_TB_ferme_9_40x.JPG image to an OMERO server.
- Go to
http://<omero-address>/webgateway/render_image_region/<image-id>/0/0/?tile=0,0,0,1600,1200
- Compare with
http://<omero-address>/webgateway/render_image/<image-id>/0/0/
Expected behavior
http://<omero-address>/webgateway/render_image_region/<image-id>/0/0/?tile=0,0,0,1600,1200
and http://<omero-address>/webgateway/render_image/<image-id>/0/0/
should give the same result.
Version:
- OMERO version: OMERO.web 5.27.2
Metadata
Metadata
Assignees
Labels
No labels