Hi all,
We have recently announced ImageJ.JS (https://ij.imjoy.io): ImageJ compiled into Javascript and running in the browser! The goal is to enable easy sharing of image analysis workflow (macro) with in one click. For example, click this link and it will load ImageJ and run an example macro hosted on Gist: https://ij.imjoy.io/?run=https://gist.github.com/oeway/ab45cc8295efbb0fb5ae1c6f9babd4ac For more detailed introduction, pease check out this twitter thread: https://twitter.com/ImJoyTeam/status/1313826362499780614 For further updates, please follow our twitter account @ImJoyTeam Happy to hear what you think about it and join us to make it better! Best, Wei -- ImageJ mailing list: http://imagej.nih.gov/ij/list.html |
Dear Wei,
I indeed saw the addition of the "Run in Chrome or Firefox" feature within the ImageJ website a couple of days ago. More than probably this update is opening several new exciting perspectives and applications and an obvious one would be to teach students how to perform a given analysis. Nevertheless something I would need (and I apologize in the case I missed it within your Twitter webpage) is how to import (or if you prefer upload) my own plugin to the run ImageJ applet. I thank you very much in advance for your lightings on this. My best regards, Philippe Philippe CARL Laboratoire de Bioimagerie et Pathologies UMR 7021 CNRS - Université de Strasbourg Faculté de Pharmacie 74 route du Rhin 67401 ILLKIRCH Tel : +33(0)3 68 85 42 89 ----- Mail original ----- De: "Wei OUYANG" <[hidden email]> À: "imagej" <[hidden email]> Envoyé: Mardi 13 Octobre 2020 01:05:18 Objet: ImageJ.JS: ImageJ running in the browser Hi all, We have recently announced ImageJ.JS (https://ij.imjoy.io): ImageJ compiled into Javascript and running in the browser! The goal is to enable easy sharing of image analysis workflow (macro) with in one click. For example, click this link and it will load ImageJ and run an example macro hosted on Gist: https://ij.imjoy.io/?run=https://gist.github.com/oeway/ab45cc8295efbb0fb5ae1c6f9babd4ac For more detailed introduction, pease check out this twitter thread: https://twitter.com/ImJoyTeam/status/1313826362499780614 For further updates, please follow our twitter account @ImJoyTeam Happy to hear what you think about it and join us to make it better! Best, Wei -- ImageJ mailing list: http://imagej.nih.gov/ij/list.html -- ImageJ mailing list: http://imagej.nih.gov/ij/list.html |
Dear Philippe,
Thanks for your interest! I would like to also clarify that ImageJ.JS is not an applet, we compiled imagej from java to javascript, so it becomes a pure web application. As a result, we need to also compile all the imagej plugins into javascript. We have limited support right now, but we are working on solutions to make it much easier to install your own plugins. For now, we only support precompiled ImageJ-1 plugins installed from our site, so you need to upload it somewhere (e.g. as github releases), then send a PR to us. See here: https://github.com/imjoy-team/imagej.js#install-new-imagej-plugins With that being said, most of the existing imagej-1 plugins might work without much effort but not all of them are supported, some might need to be adjusted to fit the file handling in the browser. If you are a developer, you can also host your own ImageJ.JS on github, and compile your plugins, see the instructions here: https://github.com/imjoy-team/imagej.js#development Hope this will help. Best, Wei On Tue, 13 Oct 2020 at 15:04, CARL Philippe (LBP) <[hidden email]> wrote: > Dear Wei, > I indeed saw the addition of the "Run in Chrome or Firefox" feature within > the ImageJ website a couple of days ago. > More than probably this update is opening several new exciting > perspectives and applications and an obvious one would be to teach > students how to perform a given analysis. > Nevertheless something I would need (and I apologize in the case I missed > it within your Twitter webpage) is how to import (or if you prefer upload) > my own plugin to the run ImageJ applet. > I thank you very much in advance for your lightings on this. > My best regards, > Philippe > > Philippe CARL > Laboratoire de Bioimagerie et Pathologies > UMR 7021 CNRS - Université de Strasbourg > Faculté de Pharmacie > 74 route du Rhin > 67401 ILLKIRCH > Tel : +33(0)3 68 85 42 89 > > ----- Mail original ----- > De: "Wei OUYANG" <[hidden email]> > À: "imagej" <[hidden email]> > Envoyé: Mardi 13 Octobre 2020 01:05:18 > Objet: ImageJ.JS: ImageJ running in the browser > > Hi all, > > We have recently announced ImageJ.JS (https://ij.imjoy.io): ImageJ > compiled > into Javascript and running in the browser! > > The goal is to enable easy sharing of image analysis workflow (macro) with > in one click. For example, click this link and it will load ImageJ and run > an example macro hosted on Gist: > > https://ij.imjoy.io/?run=https://gist.github.com/oeway/ab45cc8295efbb0fb5ae1c6f9babd4ac > > For more detailed introduction, pease check out this twitter thread: > https://twitter.com/ImJoyTeam/status/1313826362499780614 > > For further updates, please follow our twitter account @ImJoyTeam > > Happy to hear what you think about it and join us to make it better! > > Best, > Wei > > -- > ImageJ mailing list: http://imagej.nih.gov/ij/list.html > > -- > ImageJ mailing list: http://imagej.nih.gov/ij/list.html > -- ImageJ mailing list: http://imagej.nih.gov/ij/list.html |
Free forum by Nabble | Edit this page |