imagej / imagej-server

A RESTful web server for ImageJ [EXPERIMENTAL]
Apache License 2.0
39 stars 17 forks source link

Initial version for testing #3

Closed lnyng closed 7 years ago

lnyng commented 7 years ago

To run the project in eclipse, add server imagej-server.yml to the program arguments in run configuration. The first token is a dropwizard command to run the server, and the second specifies the name of the configuration file. Also remember to set the tmpDir variable in imagej-server.yml.

APIs (try Postman if not already):

Notes and memo:

ctrueden commented 7 years ago

@0x00B1 Could you please have a look and let us know what you think? We think this is getting really close to being usable for calling ImageJ routines from CellProfiler in a nice way!

ctrueden commented 7 years ago

I cleaned up the big commit, splitting out the individual parts. All commits compile with passing tests, so I'm merging it. Much improved master branch! Thanks for your efforts, @lnyng!