-
Notifications
You must be signed in to change notification settings - Fork 32
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Use script on other shapes #209
Comments
I'm afraid you'll need to handle each Shape separately. |
Thanks @will-moore for the pointers. Stupidly enough, I thought that it would be a simple In the meantime, I've also noticed that using the script on a 16bit image returns an 8bit image. Also the thumbnail looks weird and the image doesn't open, would you know why this would happen ? |
I'm not sure what you're seeing there but the script works for me on a 16-bit image so I'm not sure it's the data-type. |
Hi all !
I wanted to the use the
Images_From_ROIs
script to crop my images on our OMERO, but was surprised to see that this is limited to rectangles as shown here:omero-scripts/omero/util_scripts/Images_From_ROIs.py
Line 146 in 88219a3
I wanted to modify it to accept all types of shapes but couldn't find anything about getting the bounding box for any other shape, did I miss something ?
Thanks for your help !
The text was updated successfully, but these errors were encountered: