General and open developer discussion about using OMERO APIs from C++, Java, Python, Matlab and more! Please new questions at https://forum.image.sc/tags/omero
I am making an HTML page that calls webgateway. I want my images to be public so that the HTML page can display thumbnails. how do i make them publicly available?
In 4.3 and before, your options are to try the experimental webpublic or put the image in a share and activate the share for the viewing session. You can read more about webpublic under
then let me ask another question: can i trigger the login page before accessing the html page? since my html page has calls to the webgateway thumbnail render, if i am not logged in, the html pages displays missing thumbnails. is there a way to go directly to login?
If you're using the 4.3 (or earlier) version of OMERO web, you can use the @isUserConnected decorator to handle connection or redirection to login screen if you don't have a connection.