Skip to content

aicell-lab/imagej.js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ImageJ.JS

This repo demonstrate the use of CheerpJ3 to run imagej in the web browser.

ImageJ.JS Screenshot

Read the blog post for more details.

Difference compared to Cheerpj2

  • No need to compile the java code to javascript
  • Any java function can be overwriten by javascript

Running MorphoLibJ in the browser

Development

Download and prepare imagej:

sh prepare.sh

Run the following command to start a web server:

python3 -m http.server 8000

Then open the following url in your browser:

http://localhost:8000